summaryrefslogtreecommitdiff
path: root/spectrwm
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-05-07 17:32:02 +0000
committerShubham Saini <shubham6405@gmail.com>2020-05-07 17:32:02 +0000
commit92f92f8e22cc77bb02a53c32d2aabbb83417eac2 (patch)
treee2dfd99c14d7b051ec3ea5145c4a43336e90db3e /spectrwm
parentc68e0cfc0c3811fac25b371395e2dd5a7ab555c3 (diff)
distrohopping
Diffstat (limited to 'spectrwm')
-rw-r--r--spectrwm/.config/spectrwm/spectrwm.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/spectrwm/.config/spectrwm/spectrwm.conf b/spectrwm/.config/spectrwm/spectrwm.conf
index 62709ad..3bff621 100644
--- a/spectrwm/.config/spectrwm/spectrwm.conf
+++ b/spectrwm/.config/spectrwm/spectrwm.conf
@@ -69,7 +69,7 @@ urgent_enabled = 1
69autorun = ws[1]:urxvtd 69autorun = ws[1]:urxvtd
70autorun = ws[1]:~/.fehbg 70autorun = ws[1]:~/.fehbg
71autorun = ws[1]:picom 71autorun = ws[1]:picom
72autorun = ws[2]:firefox 72autorun = ws[2]:firefox-bin
73autorun = ws[1]:~/bin/xss 73autorun = ws[1]:~/bin/xss
74autorun = ws[1]:~/.local/bin/bat_check.sh 74autorun = ws[1]:~/.local/bin/bat_check.sh
75 75
@@ -103,8 +103,8 @@ keyboard_mapping = ~/.config/spectrwm/keybindings.conf
103program[lock] = xset s activate 103program[lock] = xset s activate
104program[term] = urxvtc 104program[term] = urxvtc
105program[menu] = ~/bin/menu 105program[menu] = ~/bin/menu
106program[bup] = sudo bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done' 106program[bup] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done'
107program[bdown] = sudo bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done' 107program[bdown] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done'
108program[soundinc] = pulsemixer --change-volume +5 108program[soundinc] = pulsemixer --change-volume +5
109program[sounddec] = pulsemixer --change-volume -5 109program[sounddec] = pulsemixer --change-volume -5
110program[soundmute] = pulsemixer --toggle-mute 110program[soundmute] = pulsemixer --toggle-mute