Skip to content

Commit

Permalink
Increased GNOME draggable border width
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea committed Jan 10, 2025
1 parent 996abe5 commit f40e784
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/configure-system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1277,9 +1277,10 @@ if does_bin_exist "gnome-shell"; then
set_gsetting org.gnome.desktop.search-providers disabled "@as []"
fi
fi
if does_bin_exist "mutter"; then
if does_bin_exist 'mutter'; then
MUTTER_KEYBINDINGS_SCHEMA="org.gnome.desktop.wm.keybindings"

set_gsetting "${MUTTER_KEYBINDINGS_SCHEMA}" draggable-border-width 12
set_gsetting "${MUTTER_KEYBINDINGS_SCHEMA}" panel-run-dialog "['<Super>r']"
set_gsetting "${MUTTER_KEYBINDINGS_SCHEMA}" switch-applications "['<Alt>Tab']"
set_gsetting "${MUTTER_KEYBINDINGS_SCHEMA}" switch-applications-backward "['<Shift><Alt>Tab']"
Expand Down

0 comments on commit f40e784

Please sign in to comment.