diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-05-14 08:52:10 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-05-14 08:52:10 +0000 |
commit | bbd8414377daeaedce3715517a130f4d1f0e9893 (patch) | |
tree | 77936472fe0072062c5defceb33cc3e7ce35324c /spectrwm | |
parent | 714e35b4a6fc369b2d6ba84ffa12450fc5607140 (diff) |
<>
Diffstat (limited to 'spectrwm')
-rw-r--r-- | spectrwm/.config/spectrwm/spectrwm.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spectrwm/.config/spectrwm/spectrwm.conf b/spectrwm/.config/spectrwm/spectrwm.conf index 3bff621..62709ad 100644 --- a/spectrwm/.config/spectrwm/spectrwm.conf +++ b/spectrwm/.config/spectrwm/spectrwm.conf | |||
@@ -69,7 +69,7 @@ urgent_enabled = 1 | |||
69 | autorun = ws[1]:urxvtd | 69 | autorun = ws[1]:urxvtd |
70 | autorun = ws[1]:~/.fehbg | 70 | autorun = ws[1]:~/.fehbg |
71 | autorun = ws[1]:picom | 71 | autorun = ws[1]:picom |
72 | autorun = ws[2]:firefox-bin | 72 | autorun = ws[2]:firefox |
73 | autorun = ws[1]:~/bin/xss | 73 | autorun = ws[1]:~/bin/xss |
74 | autorun = ws[1]:~/.local/bin/bat_check.sh | 74 | autorun = ws[1]:~/.local/bin/bat_check.sh |
75 | 75 | ||
@@ -103,8 +103,8 @@ keyboard_mapping = ~/.config/spectrwm/keybindings.conf | |||
103 | program[lock] = xset s activate | 103 | program[lock] = xset s activate |
104 | program[term] = urxvtc | 104 | program[term] = urxvtc |
105 | program[menu] = ~/bin/menu | 105 | program[menu] = ~/bin/menu |
106 | program[bup] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done' | 106 | program[bup] = sudo bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done' |
107 | program[bdown] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done' | 107 | program[bdown] = sudo bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done' |
108 | program[soundinc] = pulsemixer --change-volume +5 | 108 | program[soundinc] = pulsemixer --change-volume +5 |
109 | program[sounddec] = pulsemixer --change-volume -5 | 109 | program[sounddec] = pulsemixer --change-volume -5 |
110 | program[soundmute] = pulsemixer --toggle-mute | 110 | program[soundmute] = pulsemixer --toggle-mute |