Skip to content

Commit

Permalink
Remove custom shortcut to launch terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
bkhl committed Oct 30, 2024
1 parent 5756604 commit e2e7569
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .src/desktop_config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,3 @@ config:
dconf write /org/gnome/desktop/input-sources/mru-sources "$(INPUT_SOURCES)"
dconf write /org/gnome/desktop/input-sources/per-window 'false'
dconf write /org/gnome/desktop/input-sources/xkb-options "['lv3:ralt_switch', 'compose:caps']"

# Keyboard shortcut to launch terminal
dconf write /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']"
dconf write /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/name "'Terminal'"
dconf write /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/binding "'<Super>t'"
dconf write /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/command "'/usr/bin/gnome-terminal'"

0 comments on commit e2e7569

Please sign in to comment.