From 9921f42676ea8361ea3d14bc1c9c5e184dfe5e07 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 22 Feb 2025 16:30:28 +0100 Subject: rfkill on x61s --- .config/sway/config | 1 + 1 file changed, 1 insertion(+) (limited to '.config/sway') diff --git a/.config/sway/config b/.config/sway/config index 06a92bd..903ee69 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -39,6 +39,7 @@ bindsym $mod+Return exec --no-startup-id foot 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 && doas pkill -USR1 udhcpc +bindsym XF86WLAN 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