Skip to content

Commit

Permalink
feat(gsettings): paperwm keyboard shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Aug 1, 2023
1 parent c854270 commit feb3c83
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions home/.gsettings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,54 @@ org.gnome.shell.extensions.nightthemeswitcher.time:
sunset: "19.0"
org.gnome.shell.extensions.paperwm:
use-default-background: "true"
org.gnome.shell.extensions.paperwm.keybindings:
barf-out: '[''<Super>o'']'
center-horizontally: '[''<Super>c'']'
close-window: '[''<Super>BackSpace'']'
cycle-height: '[''<Super><Shift>r'']'
cycle-width: '[''<Super>r'']'
live-alt-tab: '[''<Super>Tab'']'
live-alt-tab-backward: '[''<Super><Shift>Tab'']'
move-down: '[''<Super><Ctrl>Down'']'
move-down-workspace: '[''<Super><Ctrl>Page_Down'']'
move-left: '[''<Control><Super>comma'', ''<Shift><Super>comma'', ''<Control><Super>Left'', ''<Control><Super>h'']'
move-monitor-above: '[''<Shift><Control><Super>Up'', ''<Shift><Control><Super>k'']'
move-monitor-below: '[''<Shift><Control><Super>Down'', ''<Shift><Control><Super>j'']'
move-monitor-left: '[''<Shift><Control><Super>Left'', ''<Shift><Control><Super>h'']'
move-monitor-right: '[''<Shift><Control><Super>Right'', ''<Shift><Control><Super>l'']'
move-previous-workspace: '[''<Super><Ctrl>Above_Tab'']'
move-previous-workspace-backward: '[''<Super><Shift><Ctrl>Above_Tab'']'
move-right: '[''<Control><Super>period'', ''<Shift><Super>period'', ''<Control><Super>Right'', ''<Control><Super>l'']'
move-up: '[''<Super><Ctrl>Up'']'
move-up-workspace: '[''<Super><Ctrl>Page_Up'']'
new-window: '[''<Super>Return'', ''<Super>n'']'
paper-toggle-fullscreen: '[''<Super><shift>f'']'
previous-workspace: '[''<Super>apostrophe'']'
previous-workspace-backward: '[''<Super><Shift>Above_Tab'']'
resize-h-dec: '[''<Super><Shift>minus'']'
resize-h-inc: '[''<Super><Shift>plus'']'
resize-w-dec: '[''<Super>minus'']'
resize-w-inc: '[''<Super>plus'']'
slurp-in: '[''<Super>i'']'
switch-down: '[''<Super>Down'', ''<Super>j'']'
switch-down-workspace: '[''<Super>Page_Down'']'
switch-first: '[''<Super>Home'', ''<Super>1'']'
switch-focus-mode: '[''<Super><Shift>c'']'
switch-last: '[''<Super>End'', ''<Super>0'']'
switch-left: '[''<Super>h'', ''<Super>Left'']'
switch-monitor-above: '[''<Shift><Super>k'', ''<Shift><Super>Up'']'
switch-monitor-below: '[''<Shift><Super>j'', ''<Shift><Super>Down'']'
switch-monitor-left: '[''<Shift><Super>h'', ''<Shift><Super>Left'']'
switch-monitor-right: '[''<Shift><Super>l'', ''<Shift><Super>Right'']'
switch-next: '[''<Super>period'']'
switch-previous: '[''<Super>comma'']'
switch-right: '[''<Super>l'', ''<Super>Right'']'
switch-up: '[''<Super>Up'', ''<Super>k'']'
switch-up-workspace: '[''<Super>Page_Up'']'
take-window: '[''<Super>t'']'
toggle-maximize-width: '[''<Super>f'']'
toggle-scratch: '[''<Super><Ctrl>Escape'']'
toggle-scratch-layer: '[''<Super><Shift>Escape'']'
toggle-scratch-window: '[''<Super>Escape'']'
org.gtk.gtk4.Settings.FileChooser:
sort-directories-first: "true"

0 comments on commit feb3c83

Please sign in to comment.