aboutsummaryrefslogtreecommitdiff
path: root/.config/xbindkeys/main##template
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-22 12:58:16 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-22 12:58:16 +0200
commit9293bd808111f576f981d0d93ca8d715d22cd7e5 (patch)
tree518d9867579cc01929198f4fce4f015ac6c9e128 /.config/xbindkeys/main##template
parent8da5ed235bf0177df156eca42239257586026d02 (diff)
large laptop dotfiles update
Diffstat (limited to '.config/xbindkeys/main##template')
-rw-r--r--.config/xbindkeys/main##template110
1 files changed, 110 insertions, 0 deletions
diff --git a/.config/xbindkeys/main##template b/.config/xbindkeys/main##template
new file mode 100644
index 0000000..cf12514
--- /dev/null
+++ b/.config/xbindkeys/main##template
@@ -0,0 +1,110 @@
+"light-locker-command -l"
+ Mod4 + Escape
+"polybar-msg cmd toggle"
+ Mod4 + b
+"rofi -show drun -no-default-config"
+ Mod4 + space
+"rofi -show window -no-default-config"
+ Alt + Tab
+"st"
+ Mod4 + Return
+"st -T '[floating]'"
+ Mod4 + Mod1 + Return
+"bwmenu"
+ Mod4 + p
+"maim -usb 4 -c 0,0,0 | xclip -selection clipboard -t image/png"
+ Print
+"addtoqueue"
+ Mod4 + a
+
+
+
+"pactl set-sink-volume @DEFAULT_SINK@ -1%"
+ Mod1+Mod4+minus
+"pactl set-sink-volume @DEFAULT_SINK@ +1%"
+ Mod1+Mod4+equal
+
+"pactl set-sink-volume @DEFAULT_SINK@ +1%"
+ XF86AudioRaiseVolume
+"pactl set-sink-volume @DEFAULT_SINK@ -1%"
+ XF86AudioLowerVolume
+
+"pactl set-sink-mute @DEFAULT_SINK@ toggle"
+ XF86AudioMute
+"pactl set-source-mute @DEFAULT_SOURCE@ toggle"
+ XF86AudioMicMute
+
+{% if yadm.hostname == "thoncc" %}
+"xbacklight -inc 10 -time 100 -fps 60"
+ XF86MonBrightnessUp
+"xbacklight -dec 10 -time 100 -fps 60"
+ XF86MonBrightnessDown
+{% else %}
+"brightness - 20"
+ Shift+Mod4 + minus
+"brightness + 20"
+ Shift+Mod4 + equal
+{% endif %}
+
+"playerctl play-pause"
+ XF86AudioPlay
+"playerctl next"
+ XF86AudioNext
+"playerctl previous"
+ XF86AudioPrev
+
+"mpc toggle"
+ Mod1+Mod4+k
+"mpc next"
+ Mod1+Mod4+l
+"mpc prev"
+ Mod1+Mod4+j
+
+
+
+"~/.local/share/bin/wacommode topleft"
+ Mod1 + Control + Mod4 + 1
+"~/.local/share/bin/wacommode bottomleft"
+ Mod1 + Control + Mod4 + 2
+"~/.local/share/bin/wacommode topright"
+ Mod1 + Control + Mod4 + 3
+"~/.local/share/bin/wacommode bottomright"
+ Mod1 + Control + Mod4 + 4
+
+
+
+"i3-msg focus left"
+ Mod4 + h
+"i3-msg focus down"
+ Mod4 + j
+"i3-msg focus up"
+ Mod4 + k
+"i3-msg focus right"
+ Mod4 + l
+
+"i3-msg move left"
+ Mod4 + Shift + h
+"i3-msg move down"
+ Mod4 + Shift + j
+"i3-msg move up"
+ Mod4 + Shift + k
+"i3-msg move right"
+ Mod4 + Shift + l
+
+"i3-msg resize grow width 10 px"
+ Mod4 + period
+"i3-msg resize shrink width 10 px"
+ Mod4 + comma
+"i3-msg resize grow height 10 px"
+ Mod4 + bracketright
+"i3-msg resize shrink height 10 px"
+ Mod4 + bracketleft
+
+"i3-msg kill"
+ Mod4 + q
+
+"i3-msg reload"
+ Mod4 + Shift + c
+"i3-msg restart"
+ Mod4 + Shift + r
+