mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-21 06:45:26 +00:00
Dconf keybindings. Fix issues with tiling movement
Signed-off-by: Sagi Dayan <sagidayan@gmail.com>
This commit is contained in:
parent
1a3a600890
commit
edd5966d43
1 changed files with 8 additions and 0 deletions
|
@ -29,9 +29,17 @@ two-finger-scrolling-enabled=true
|
|||
move-to-monitor-left=@as []
|
||||
move-to-workspace-left=['<Alt><Super>h', '<Alt><Super>Left']
|
||||
move-to-workspace-right=['<Alt><Super>l', '<Alt><Super>Right']
|
||||
switch-to-workspace-1=['<Super>1']
|
||||
switch-to-workspace-2=['<Super>2']
|
||||
switch-to-workspace-3=['<Super>3']
|
||||
switch-to-workspace-4=['<Super>4']
|
||||
switch-to-workspace-left=['<Primary><Super>h', '<Primary><Super>Left']
|
||||
switch-to-workspace-right=['<Primary><Super>l', '<Primary><Super>Right']
|
||||
|
||||
[org/gnome/mutter/keybindings]
|
||||
toggle-tiled-left=@as []
|
||||
toggle-tiled-right=@as []
|
||||
|
||||
[org/gnome/desktop/wm/preferences]
|
||||
button-layout='appmenu:minimize,maximize,close'
|
||||
titlebar-font='JetBrainsMono Nerd Font Mono Bold 11'
|
||||
|
|
Loading…
Reference in a new issue