diff options
author | Joursoir <chat@joursoir.net> | 2024-05-10 12:12:00 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2024-05-20 12:38:22 +0300 |
commit | 6a258f4588399257781bc57d95e15f34f6fc87a0 (patch) | |
tree | 9fad69f107059969a8d0f925ccd7780210304a37 | |
parent | 9ddcf71ef6325e7e20360ff9d2a71523df840f9a (diff) | |
download | dotfiles-6a258f4588399257781bc57d95e15f34f6fc87a0.tar.gz dotfiles-6a258f4588399257781bc57d95e15f34f6fc87a0.tar.bz2 dotfiles-6a258f4588399257781bc57d95e15f34f6fc87a0.zip |
dotconfig/i3: add bind for moving the current workspace
-rw-r--r-- | dotconfig/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotconfig/i3/config b/dotconfig/i3/config index b14aee2..514fb2b 100644 --- a/dotconfig/i3/config +++ b/dotconfig/i3/config @@ -166,6 +166,9 @@ bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" +# Move workspaces between screens +bindsym $mod+p move workspace to output right + # resize window (you can also use the mouse for that) mode "resize" { # These bindings trigger as soon as you enter the resize mode |