diff options
| author | Robert Günzler <r@gnzler.io> | 2021-01-21 19:33:10 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-01-21 19:40:20 +0100 |
| commit | 72c39240811f1def43fca71de51566d206f7728d (patch) | |
| tree | a33aa1331fc55b587a243f64ef94d781df40a8ae /.config/sway/binds.conf | |
| parent | 0762801ed9627021e732cdeb225a737f44e3df42 (diff) | |
Update 2021-01-21T18:33:10Z
Diffstat (limited to '.config/sway/binds.conf')
| -rw-r--r-- | .config/sway/binds.conf | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index f8591d6..838c78e 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -35,6 +35,7 @@ bindsym $mod+Shift+e exec swaynag \ bindsym $mod+Shift+backspace exec lock +bindsym Print exec grimshot copy output bindsym $mod+Shift+s mode "screengrab" mode "screengrab" { bindsym a exec grimshot save screen; mode "default" @@ -49,7 +50,7 @@ bindsym Escape mode "default" bindsym $mod+Shift+b border toggle bindsym $mod+Shift+r output - transform 90 clockwise -bindsym $mod+a exec soundswitch +bindsym $mod+Shift+a exec soundswitch # }}} # Moving around {{{ @@ -236,4 +237,14 @@ bindsym XF86MonBrightnessDown exec light -U 5 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 +# switch video mode +bindsym XF86Display exec sh -c 'killall kanshi; exec kanshi' +# config +bindsym XF86Tools exec true +# keyboard +bindsym XF86Keyboard exec light -S 0 +# bookmarks +bindsym XF86Favorites exec light -S 100 # }}} |