summary refs log tree commit diff
path: root/.config/sway/binds.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/binds.conf')
-rw-r--r--.config/sway/binds.conf16
1 files changed, 9 insertions, 7 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf
index b7f618c..fc84b56 100644
--- a/.config/sway/binds.conf
+++ b/.config/sway/binds.conf
@@ -88,8 +88,9 @@ bindsym $mod+Delete [urgent="latest"] focus
 # Workspaces {{{
 # Note: workspaces can have any name you want, not just numbers.
 # We just use 1-10 as the default.
-# bindsym $mod+Shift+comma workspace prev
-# bindsym $mod+Shift+period workspace next
+bindsym $mod+n workspace next
+bindsym $mod+p workspace prev
+
 # switch to workspace
 bindsym $mod+1 workspace $ws1
 bindsym $mod+2 workspace $ws2
@@ -245,7 +246,7 @@ mode "menu" {
 # }}}
 
 # Misc {{{
-bindsym $mod+i exec anthywl-toggle
+bindsym $mod+Shift+i exec anthywl-toggle
 # bindsym $mod+Shift+x mark --toggle "x"
 # bindsym $mod+x [con_mark="x"] focus
 # bindsym $mod+Ctrl+x swap container with mark "x"
@@ -267,11 +268,12 @@ bindsym XF86AudioNext exec playerctl -p playerctld next
 bindsym XF86AudioPrev exec playerctl -p playerctld previous
 
 bindsym XF86WakeUp exec true
-bindsym XF86Display output - dpms on; exec kanshictl reload
-bindsym XF86Tools output - dpms toggle
+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
 
-# macro01
-bindcode 0x290 exec notify-send "macro" "1"
+bindsym $mod+F1 exec notify-send "hello from F1"
+bindsym $mod+F2 exec notify-send "hello from F2"
+bindsym $mod+F3 exec notify-send "hello from F3"
 # }}}