Add middle-click minimize shortcut
This commit is contained in:
parent
485f0bfa1b
commit
b20850bb65
@ -462,11 +462,11 @@ fi
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# GNOME appearance configuration
|
||||
# GNOME preferences configuration
|
||||
#
|
||||
################################################################################
|
||||
|
||||
echo "Configuring GNOME appearance settings..."
|
||||
echo "Configuring GNOME preferences..."
|
||||
|
||||
gsettings set org.gnome.desktop.interface icon-theme "Papirus"
|
||||
|
||||
@ -479,6 +479,8 @@ gsettings set org.gnome.desktop.interface font-name "Cantarell 10"
|
||||
gsettings set org.gnome.desktop.interface document-font-name "Cantarell 10"
|
||||
gsettings set org.gnome.desktop.interface monospace-font-name "Fira Code 10"
|
||||
|
||||
gsettings set org.gnome.desktop.wm.preferences action-middle-click-titlebar "minimize"
|
||||
|
||||
gsettings set org.gnome.desktop.notifications show-in-lock-screen false
|
||||
|
||||
gsettings set org.gnome.settings-daemon.plugins.color night-light-enabled true
|
||||
|
Loading…
Reference in New Issue
Block a user