all repos — dotfiles @ main

random configuration files

xbindkeysrc.kwin (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
 "sudo /home/nilix/src/zenUtils/logout.sh -p"
  Control + Alt + BackSpace

"exec alacritty"
  Mod4 + slash

"ksh -l -c /home/nilix/bin/9/dmenu_exe"
  Alt + space

"slock"
  Mod4 + Escape

"/home/nilix/bin/zenbar/nmtuiWin.sh"
  Mod4 + F1


"amixer set Master 5%+; notify-send -u low -c volume volume $(amixer get Master | grep % | head -n 1 | awk '{print $5}')"
  XF86AudioRaiseVolume

"amixer set Master 5%-; notify-send -u low -c volume volume $(amixer get Master | grep % | head -n 1 | awk '{print $5}')"
  XF86AudioLowerVolume

"amixer set Master toggle"
  XF86AudioMute

"amixer set Capture toggle"
  XF86AudioMicMute

"xbacklight -inc 5; notify-send -u low -c brightness brightness [$(xbacklight -get)%]"
  XF86MonBrightnessUp

"xbacklight -dec 5; notify-send -u low -c brightness brightness [$(xbacklight -get)%]"
  XF86MonBrightnessDown

"redshift -x; redshift -O 4500K; notify-send -u low -c brightness color [4500K]"
  Mod4 + XF86MonBrightnessDown

"redshift -x; redshift -O 6000K; notify-send -u low -c brightness color [6000K]"
  Mod4 + XF86MonBrightnessUp