From a6156ed7569ad3b36dbdcd171c96374db7dc2ed4 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 19 Jan 2023 18:35:24 +0100 Subject: sway: commit binds updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/sway/binds.conf | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index 3d62b67..1e7c066 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -7,7 +7,7 @@ bindsym --no-repeat { $mod+b exec pkill -USR1 waybar # bindsym $mod+w exec $firefox - $mod+w exec firefox --private-window + # $mod+w exec firefox --private-window # start launcher $mod+d exec menu -run @@ -271,24 +271,29 @@ bindsym $mod+v exec wtype -P XF86Paste # Media volume controls bindsym XF86AudioMute exec soundswitch -m -bindsym XF86AudioMicMute exec soundswitch -M +#bindsym XF86AudioMicMute exec soundswitch -M bindsym XF86AudioLowerVolume exec soundswitch -v bindsym XF86AudioRaiseVolume exec soundswitch -V # Sreen brightness controls -bindsym XF86MonBrightnessUp exec light -A 5 -bindsym XF86MonBrightnessDown exec light -U 5 +bindsym XF86MonBrightnessDown exec light -U 10 +bindsym XF86MonBrightnessUp exec light -A 10 # Media player controls +bindsym XF86AudioPrev exec playerctl -p playerctld previous bindsym XF86AudioPlay exec playerctl -p playerctld play-pause bindsym XF86AudioNext exec playerctl -p playerctld next -bindsym XF86AudioPrev exec playerctl -p playerctld previous -bindsym XF86WakeUp exec true -bindsym XF86Display output eDP-1 dpms off; output eDP-1 dpms on; exec kanshictl reload -bindsym XF86Tools output eDP-1 dpms toggle -bindsym XF86Keyboard exec true -bindsym XF86Favorites exec s6-svc -r $HOME/.local/share/s6/wlsunset +# fn + f10 +bindsym XF86RFKill exec notify-send "hello from rfkill" +# fn + f12 +bindsym XF86AudioMedia exec notify-send "hello from audio media" + +#bindsym XF86WakeUp exec true +#bindsym XF86Display output eDP-1 power off; output eDP-1 power on; exec kanshictl reload +#bindsym XF86Tools output eDP-1 power toggle +#bindsym XF86Keyboard exec true +#bindsym XF86Favorites exec s6-svc -r $HOME/.local/share/s6/wlsunset bindsym $mod+F1 exec notify-send "hello from F1" bindsym $mod+F2 exec notify-send "hello from F2" -- cgit 1.4.1