How can I use Ctrl in key combinations?
Hey, I want to not use a mode for resizing, but to resize with $mod+ctrl+arrow keys.
The following keybinding doesn't work:
bindsym $mod+Ctrl+Left resize shrink width 2 px
Hey, I want to not use a mode for resizing, but to resize with $mod+ctrl+arrow keys.
The following keybinding doesn't work:
bindsym $mod+Ctrl+Left resize shrink width 2 px
I think you should spell Control and not Ctrl. On my setup, I'm using the Ctrl key to move workspaces from one screen to another like this, and it works:
bindsym $mod+Control+Left move workspace to output left
bindsym $mod+Control+Right move workspace to output right
answered 2015-08-11 12:11:03 +0000
This post is a wiki. Anyone with karma >100 is welcome to improve it.
Well thanks, seems that does it for me !
Asked: 2015-01-06 22:08:57 +0000
Seen: 760 times
Last updated: Aug 11