aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2024-01-02 13:50:14 -0500
committerRyan Kavanagh <rak@rak.ac>2024-01-02 13:50:14 -0500
commitb6e8d728fcbd33bc38e3a426e579b6fdb9eabf0b (patch)
tree45d6fddf189fd457b03530a1a8b213a4145dc7af
parentkanshi: thinkpad l15 at home (diff)
toggle waybar
-rw-r--r--dot_config/sway/config6
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:
#