hyprland tabs

This commit is contained in:
elkowar 2023-03-17 13:08:38 +01:00
parent 2adccaef7f
commit 6ac3d70c00
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F
2 changed files with 16 additions and 7 deletions

View file

@ -100,6 +100,16 @@ bind = ,XF86AudioMute, exec, pamixer --toggle-mute && ( pamixer --get-mute && ec
bind = ,XF86MonBrightnessDown, exec, brightnessctl set 5%- | sed -En 's/.*\(([0-9]+)%\).*/\1/p' | tee /tmp/brightness > $WOBSOCK
bind = ,XF86MonBrightnessUp, exec, brightnessctl set +5% | sed -En 's/.*\(([0-9]+)%\).*/\1/p' | tee /tmp/brightness > $WOBSOCK
bind = SUPER, t, togglegroup
bind = SUPER, tab, changegroupactive, f
bind = SUPER SHIFT, tab, changegroupactive, b
bind = SUPER CONTROL SHIFT, h, moveintogroup, l
bind = SUPER CONTROL SHIFT, l, moveintogroup, r
bind = SUPER CONTROL SHIFT, k, moveintogroup, u
bind = SUPER CONTROL SHIFT, j, moveintogroup, d
bind = SUPER CONTROL SHIFT, n, moveoutofgroup
bind = SUPER, h, movefocus, l
bind = SUPER, l, movefocus, r
@ -111,6 +121,12 @@ bind = SUPER SHIFT, l, movewindow, r
bind = SUPER SHIFT, k, movewindow, u
bind = SUPER SHIFT, j, movewindow, d
bind = SUPER CONTROL, h, resizeactive, -50 0
bind = SUPER CONTROL, l, resizeactive, 50 0
bind = SUPER CONTROL, k, resizeactive, 0 -50
bind = SUPER CONTROL, j, resizeactive, 0 50
# SwitcSUPERaces with mainMod + [0-9]
bind = SUPER, 1, workspace, 1
bind = SUPER, 2, workspace, 2

View file

@ -1,10 +1,3 @@
# Default config for sway
#
# Copy this to ~/.config/sway/config and edit it to your liking.
#
# Read `man 5 sway` for a complete reference.
set $mod Mod4
set $left h
set $down j