From 076f15d49fcfb81cf18b55f99691f13a475f2eac Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 22 Feb 2025 16:26:44 +0100 Subject: fix rfkill --- .config/sway/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config') 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 -- cgit v1.2.3