diff options
author | Amin Bandali <amin@aminb.org> | 2018-07-21 20:15:30 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-07-21 20:15:30 -0400 |
commit | 373851f8fdfb24770f903d2226d7469171b62d1c (patch) | |
tree | 907e099c5d0bfb2f1134117653874ef364aecf50 | |
parent | c60842ddbc495e60239ca23ba578e0a77925c8ad (diff) | |
download | configs-373851f8fdfb24770f903d2226d7469171b62d1c.tar.gz configs-373851f8fdfb24770f903d2226d7469171b62d1c.tar.xz configs-373851f8fdfb24770f903d2226d7469171b62d1c.zip |
[rc/sway] add original ws switch / window move keys on Mod1 (alt)
-rw-r--r-- | rc.org | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -3618,9 +3618,10 @@ insert_pass="Alt+n" #+begin_src conf exec xrdb .Xresources ### Variables -# -# Logo key. Use Mod1 for Alt. +# super set $mod Mod4 +# alt +set $mod2 Mod1 set $left h set $down j set $up k @@ -3698,11 +3699,17 @@ input "1:1:AT_Translated_Set_2_keyboard" { bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness + # bspwm-esque workspace switch and window move bindsym $mod+bracketleft exec sway-ws-util switch prev bindsym $mod+bracketright exec sway-ws-util switch next - bindsym $mod+braceleft exec sway-ws-util move prev follow bindsym $mod+braceright exec sway-ws-util move next follow + + # original sway workspace switch and window move + bindsym $mod2+bracketleft workspace prev + bindsym $mod2+bracketright workspace next + bindsym $mod2+braceleft move container to workspace prev + bindsym $mod2+braceright move container to workspace next # # Moving around: # |