diff options
| author | Robert Günzler <r@gnzler.io> | 2023-01-19 18:35:24 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-03-21 12:35:42 +0100 |
| commit | a6156ed7569ad3b36dbdcd171c96374db7dc2ed4 (patch) | |
| tree | d2ba673c4bff99e9649c5312834e595616f03eb4 | |
| parent | e0624ab63d5504dc42fbaed9f48158b86295d21f (diff) | |
sway: commit binds updates
Signed-off-by: Robert Günzler <r@gnzler.io>
| -rw-r--r-- | .config/sway/binds.conf | 25 |
1 files 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" |