diff options
Diffstat (limited to 'spectrwm/.config')
-rw-r--r-- | spectrwm/.config/spectrwm/spectrwm.conf | 49 |
1 files changed, 22 insertions, 27 deletions
diff --git a/spectrwm/.config/spectrwm/spectrwm.conf b/spectrwm/.config/spectrwm/spectrwm.conf index b4716e3..0b46597 100644 --- a/spectrwm/.config/spectrwm/spectrwm.conf +++ b/spectrwm/.config/spectrwm/spectrwm.conf | |||
@@ -13,10 +13,10 @@ warp_focus = 1 | |||
13 | warp_pointer = 1 | 13 | warp_pointer = 1 |
14 | 14 | ||
15 | # Window Decoration | 15 | # Window Decoration |
16 | border_width = 0 | 16 | border_width = 3 |
17 | color_focus = red | 17 | color_focus = rgb:88/88/88 |
18 | color_focus_maximized = yellow | 18 | color_focus_maximized = rgb:f3/f4/f5 |
19 | color_unfocus = rgb:88/88/88 | 19 | color_unfocus = rgb:f3/f4/f5 |
20 | color_unfocus_maximized = rgb:88/88/00 | 20 | color_unfocus_maximized = rgb:88/88/00 |
21 | region_padding = 10 | 21 | region_padding = 10 |
22 | tile_gap = 10 | 22 | tile_gap = 10 |
@@ -34,11 +34,11 @@ bar_enabled = 1 | |||
34 | bar_border_width = 0 | 34 | bar_border_width = 0 |
35 | bar_border[1] = rgb:00/80/80 | 35 | bar_border[1] = rgb:00/80/80 |
36 | bar_border_unfocus[1] = rgb:00/40/40 | 36 | bar_border_unfocus[1] = rgb:00/40/40 |
37 | bar_color[1] = rgb:00/00/00 | 37 | bar_color[1] = rgb:f3/f4/f5 |
38 | bar_color_selected[1] = rgb:00/80/80 | 38 | bar_color_selected[1] = rgb:62/68/68 |
39 | bar_font_color[1] = rgb:ee/ff/ff, rgb:78/78/78 | 39 | bar_font_color[1] = rgb:2f/2f/2f, rgb:78/78/78 |
40 | bar_font_color_selected = black | 40 | bar_font_color_selected = rgb:ff/ff/ff |
41 | bar_font = Hermit:pixelsize=12.5:antialias=true:autohint=true:autohint=true:lcdfilter=lcddefault:rgba=rgb | 41 | bar_font = JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5:antialias=true:autohint=true:lcdfilter=lcddefault:rgba=rgb |
42 | bar_action = ~/.config/spectrwm/statusbar | 42 | bar_action = ~/.config/spectrwm/statusbar |
43 | bar_action_expand = 1 | 43 | bar_action_expand = 1 |
44 | bar_justify = left | 44 | bar_justify = left |
@@ -66,12 +66,7 @@ urgent_enabled = 1 | |||
66 | # region = screen[1]:1280x1024+1280+0 | 66 | # region = screen[1]:1280x1024+1280+0 |
67 | 67 | ||
68 | # Launch applications in a workspace of choice | 68 | # Launch applications in a workspace of choice |
69 | autorun = ws[1]:~/.fehbg | 69 | autorun = ws[2]:chromium |
70 | autorun = ws[1]:~/bin/stst | ||
71 | autorun = ws[1]:~/bin/pica | ||
72 | autorun = ws[2]:~/bin/fireff | ||
73 | autorun = ws[1]:~/bin/xss | ||
74 | autorun = ws[1]:~/.local/bin/bat_check.sh | ||
75 | 70 | ||
76 | # Customize workspace layout at start | 71 | # Customize workspace layout at start |
77 | # layout = ws[1]:4:0:0:0:vertical | 72 | # layout = ws[1]:4:0:0:0:vertical |
@@ -83,8 +78,8 @@ autorun = ws[1]:~/.local/bin/bat_check.sh | |||
83 | # Set workspace name at start | 78 | # Set workspace name at start |
84 | name = ws[1]:term | 79 | name = ws[1]:term |
85 | name = ws[2]:web | 80 | name = ws[2]:web |
86 | name = ws[3]:music | 81 | name = ws[3]:social |
87 | name = ws[4]:file | 82 | name = ws[4]:music |
88 | name = ws[5]:code | 83 | name = ws[5]:code |
89 | name = ws[6]:virt | 84 | name = ws[6]:virt |
90 | name = ws[7]:game | 85 | name = ws[7]:game |
@@ -101,21 +96,21 @@ keyboard_mapping = ~/.config/spectrwm/keybindings.conf | |||
101 | 96 | ||
102 | # Validated default programs: | 97 | # Validated default programs: |
103 | program[lock] = xset s activate | 98 | program[lock] = xset s activate |
104 | program[term] = ~/bin/stst | 99 | program[term] = urxvtc |
105 | program[menu] = ~/bin/menu | 100 | #program[menu] = dmenu_run |
106 | program[bup] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done' | 101 | program[bup] = sudo /home/x/bin/light u |
107 | program[bdown] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done' | 102 | program[bdown] = sudo /home/x/bin/light d |
108 | program[soundinc] = pulsemixer --change-volume +5 | 103 | program[soundinc] = pulsemixer --change-volume +5 |
109 | program[sounddec] = pulsemixer --change-volume -5 | 104 | program[sounddec] = pulsemixer --change-volume -5 |
110 | program[soundmute] = pulsemixer --toggle-mute | 105 | program[soundmute] = pulsemixer --toggle-mute |
111 | program[shut] = ~/.local/bin/shut | 106 | #program[shut] = ~/.local/bin/shut |
112 | program[pnext] = cmus-remote -n | 107 | program[pnext] = cmus-remote -n |
113 | program[pprev] = cmus-remote -r | 108 | program[pprev] = cmus-remote -r |
114 | program[pplay] = cmus-remote -u | 109 | program[pplay] = cmus-remote -u |
115 | program[notes] = st -e nvim /home/x/.cache/bujo/todo.md | 110 | program[notes] = urxvtc -e nvim /home/x/.cache/bujo/todo.md |
116 | program[files] = st -e ranger | 111 | program[files] = urxvtc -e ranger |
117 | program[pass] = passmenu | 112 | program[pass] = passmenu -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_color_selected -sf $bar_font_color_selected |
118 | # program[search] = dmenu $dmenu_bottom -i -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_color_selected -sf $bar_font_color_selected | 113 | program[menu] = dmenu_run $dmenu_bottom -i -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_color_selected -sf $bar_font_color_selected |
119 | # program[name_workspace] = dmenu $dmenu_bottom -p Workspace -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_color_selected -sf $bar_font_color_selected | 114 | # program[name_workspace] = dmenu $dmenu_bottom -p Workspace -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_color_selected -sf $bar_font_color_selected |
120 | 115 | ||
121 | # To disable validation of the above, free the respective binding(s): | 116 | # To disable validation of the above, free the respective binding(s): |
@@ -127,7 +122,7 @@ bind[bdown] = XF86MonBrightnessDown | |||
127 | bind[soundinc] = XF86AudioRaiseVolume | 122 | bind[soundinc] = XF86AudioRaiseVolume |
128 | bind[sounddec] = XF86AudioLowerVolume | 123 | bind[sounddec] = XF86AudioLowerVolume |
129 | bind[soundmute] = XF86AudioMute | 124 | bind[soundmute] = XF86AudioMute |
130 | bind[shut] = MOD+x | 125 | #bind[shut] = MOD+x |
131 | bind[pnext] = XF86AudioNext | 126 | bind[pnext] = XF86AudioNext |
132 | bind[pprev] = XF86AudioPrev | 127 | bind[pprev] = XF86AudioPrev |
133 | bind[pplay] = XF86AudioPlay | 128 | bind[pplay] = XF86AudioPlay |