diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-02-22 15:56:17 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-02-22 15:56:17 +0100 |
| commit | 236c51bf6e3215b981ba8491678c928bed230849 (patch) | |
| tree | 0d43996ee65d005edf50694159ac955f6c4afe05 /.config/sway/config | |
| parent | c272642b480577f226b887d1ec41cb57ca065457 (diff) | |
rfkill
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index b7c7960..e9bad25 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -37,7 +37,9 @@ bindsym $mod+Return exec --no-startup-id foot #bindsym $mod+d exec --no-startup-id i3-dmenu-desktop -dmenu="wmenu-run" #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 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 # Use pactl to ajust volume in PulseAudio/PipeWire bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle && pkill -USR1 i3status |
