summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/sway/binds.conf25
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"