Added cinnamon-keybindings.dconf
This commit is contained in:
parent
3be7a930a0
commit
d744685eea
1 changed files with 42 additions and 0 deletions
42
.config/yadm/cinnamon-keybindings.dconf
Normal file
42
.config/yadm/cinnamon-keybindings.dconf
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
# Restore using:
|
||||||
|
# dconf load / < cinnamon-keybindings.dconf
|
||||||
|
[org/cinnamon/desktop]
|
||||||
|
custom-list=['custom0', '__dummy__']
|
||||||
|
looking-glass-keybinding=['<Shift><Alt>l']
|
||||||
|
|
||||||
|
[org/cinnamon/desktop/custom-keybindings/custom0]
|
||||||
|
binding=['<Super>grave']
|
||||||
|
command="tdrop -mta -P 'wmctrl -i -r $wid -b add,above' -h '55%' -y '0' -s default kitty --config /home/psi-jack/.config/kitty/visor.conf"
|
||||||
|
name='Visor Terminal'
|
||||||
|
|
||||||
|
[org/cinnamon/desktop/media-keys]
|
||||||
|
screensaver=['<Super>l', 'XF86ScreenSaver']
|
||||||
|
|
||||||
|
[org/cinnamon/desktop/wm]
|
||||||
|
move-to-corner-ne=['<Primary><Alt>i']
|
||||||
|
move-to-corner-nw=['<Primary><Alt>u']
|
||||||
|
move-to-corner-se=['<Primary><Alt>k']
|
||||||
|
move-to-corner-sw=['<Primary><Alt>j']
|
||||||
|
move-to-monitor-down=['<Primary><Alt><Super>Down']
|
||||||
|
move-to-monitor-left=['<Primary><Alt><Super>Left']
|
||||||
|
move-to-monitor-right=['<Primary><Alt><Super>Right']
|
||||||
|
move-to-monitor-up=['<Primary><Alt><Super>Up']
|
||||||
|
move-to-side-e=['<Primary><Alt>Right']
|
||||||
|
move-to-side-n=['<Primary><Alt>Up']
|
||||||
|
move-to-side-s=['<Primary><Alt>Down']
|
||||||
|
move-to-side-w=['<Primary><Alt>Left']
|
||||||
|
move-to-workspace-down=@as []
|
||||||
|
move-to-workspace-left=['<Primary><Shift><Super>Left']
|
||||||
|
move-to-workspace-right=['<Primary><Shift><Super>Right']
|
||||||
|
move-to-workspace-up=@as []
|
||||||
|
switch-group=['<Alt>grave']
|
||||||
|
switch-group-backward=['<Shift><Alt>asciitilde']
|
||||||
|
switch-panels=['<Primary><Super>Tab']
|
||||||
|
switch-panels-backward=['<Primary><Shift><Super>Tab']
|
||||||
|
switch-to-workspace-down=['<Primary><Super>Up']
|
||||||
|
switch-to-workspace-left=['<Primary><Super>Left']
|
||||||
|
switch-to-workspace-right=['<Primary><Super>Right']
|
||||||
|
switch-to-workspace-up=['<Primary><Super>Down', '<Alt>F1']
|
||||||
|
switch-windows=['<Super>Tab']
|
||||||
|
switch-windows-backward=['<Shift><Super>Tab']
|
||||||
|
toggle-maximized=['<Super>Return']
|
Loading…
Reference in a new issue