diff options
| -rw-r--r-- | .config/sway/config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index e9bad25..06a92bd 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -38,8 +38,7 @@ bindsym $mod+Return exec --no-startup-id foot #bindsym $mod+d exec --no-startup-id wemenu-run bindsym $mod+d exec --no-startup-id fuzzel -T foot bindsym XF86Sleep exec echo "mem" | sudo tee /sys/power/state -bindsym XF86RFKill exec sudo rfkill toggle wlan && pkill -USR1 i3status -bindsym XF86WLAN exec sudo rfkill toggle wlan && pkill -USR1 i3status +bindsym XF86RFKill exec sudo rfkill toggle wlan && doas pkill -USR1 udhcpc # Use pactl to ajust volume in PulseAudio/PipeWire bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle && pkill -USR1 i3status |
