diff options
author | Ryan Kavanagh <rak@rak.ac> | 2024-01-02 13:50:14 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2024-01-02 13:50:14 -0500 |
commit | b6e8d728fcbd33bc38e3a426e579b6fdb9eabf0b (patch) | |
tree | 45d6fddf189fd457b03530a1a8b213a4145dc7af /dot_config | |
parent | kanshi: thinkpad l15 at home (diff) |
toggle waybar
Diffstat (limited to '')
-rw-r--r-- | dot_config/sway/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dot_config/sway/config b/dot_config/sway/config index 584cbf3..eaafecf 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -94,8 +94,11 @@ bindsym --to-code { # List all windows $mod+u exec wofi-window-switcher + # Make focused window transparent $mod+Shift+t mark --toggle "$alphamark" ; [con_id=__focused__] opacity set 1 ; [con_mark=$alphamark con_id=__focused__] opacity set $trans + # Hide/show waybar + $mod+x exec pkill -SIGUSR1 waybar # # Moving around: # @@ -121,9 +124,6 @@ bindsym --to-code { $mod+Shift+Up move up $mod+Shift+Right move right - # Move focus between outputs - $mod+x focus output next - $mod+Shift+x focus output prev # # Layout stuff: # |