mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
hyprland tabs
This commit is contained in:
parent
2adccaef7f
commit
6ac3d70c00
2 changed files with 16 additions and 7 deletions
|
@ -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 = ,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 = ,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, h, movefocus, l
|
||||||
bind = SUPER, l, movefocus, r
|
bind = SUPER, l, movefocus, r
|
||||||
|
@ -111,6 +121,12 @@ bind = SUPER SHIFT, l, movewindow, r
|
||||||
bind = SUPER SHIFT, k, movewindow, u
|
bind = SUPER SHIFT, k, movewindow, u
|
||||||
bind = SUPER SHIFT, j, movewindow, d
|
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]
|
# SwitcSUPERaces with mainMod + [0-9]
|
||||||
bind = SUPER, 1, workspace, 1
|
bind = SUPER, 1, workspace, 1
|
||||||
bind = SUPER, 2, workspace, 2
|
bind = SUPER, 2, workspace, 2
|
||||||
|
|
|
@ -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 $mod Mod4
|
||||||
set $left h
|
set $left h
|
||||||
set $down j
|
set $down j
|
||||||
|
|
Loading…
Reference in a new issue