diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index 66604ff..79dab70 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -30,6 +30,9 @@ bindsym XF86AudioNext exec playerctl next bindsym --release Shift+Print exec --no-startup-id screenshot.sh bindsym --release Print exec --no-startup-id screenshot.sh -window root +# Use $mod+p to move workspaces between monitors +bindsym $mod+p move workspace to output right + # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod |