diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-05-19 01:00:55 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-05-19 01:00:55 +0200 |
commit | f567a8cd2f3243f9506ae63c6b06ce74795829bf (patch) | |
tree | b5b369747bda4e112358baf2fea583fb98288e5f | |
parent | 90d549edd2cd6565f478ebfcc9c073a453a1fd7b (diff) |
i3: move to workspace
-rw-r--r-- | i3/i3/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i3/i3/config b/i3/i3/config index a8bfb31..55f0fc5 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -205,5 +205,9 @@ bindsym Shift+Print exec --no-startup-id maim --select | xclip -selection clipbo bindsym $mod+Shift+t exec xinput --enable 12 bindsym $mod+t exec xinput --disable 12 +# Move to output +bindsym $mod+n move workspace to output right +bindsym $mod+p move workspace to output right + # Start user-level service cotrol with shepherd exec --no-startup-id shepherd |