diff options
author | eug-vs <eug-vs@keemail.me> | 2021-02-11 12:36:22 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-02-11 12:36:22 +0300 |
commit | e5e39b483ea9301043a3c8363b69207bb63ae7e8 (patch) | |
tree | 7a0f8bc4a89ec17c18b325da8569292b8e685b64 /.config | |
parent | af2b6b28390c96e32b172a453d18ed4a6097017b (diff) | |
download | dotfiles-e5e39b483ea9301043a3c8363b69207bb63ae7e8.tar.gz |
feat: mod+p to move workspaces between monitors
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 |