summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spectrwm/.config/spectrwm/spectrwm.conf4
-rw-r--r--x/.xinitrc1
2 files changed, 3 insertions, 2 deletions
diff --git a/spectrwm/.config/spectrwm/spectrwm.conf b/spectrwm/.config/spectrwm/spectrwm.conf
index 8f3a125..6d22b0d 100644
--- a/spectrwm/.config/spectrwm/spectrwm.conf
+++ b/spectrwm/.config/spectrwm/spectrwm.conf
@@ -36,14 +36,14 @@ bar_border[1] = rgb:00/80/80
36bar_border_unfocus[1] = rgb:00/40/40 36bar_border_unfocus[1] = rgb:00/40/40
37bar_color[1] = black 37bar_color[1] = black
38bar_color_selected[1] = rgb:00/80/80 38bar_color_selected[1] = rgb:00/80/80
39bar_font_color[1] = rgb:b5/b5/b5, rgb:73/73/73, rgb:5e/5e/5e 39bar_font_color[1] = rgb:b5/b5/b5, rgb:73/73/73
40bar_font_color_selected = black 40bar_font_color_selected = black
41bar_font = Hermit:size=9 41bar_font = Hermit:size=9
42bar_action = ~/.local/bin/statusbar 42bar_action = ~/.local/bin/statusbar
43bar_action_expand = 1 43bar_action_expand = 1
44bar_justify = left 44bar_justify = left
45#bar_format = +N:+I +S <+D>+4<%a %b %d %R %Z %Y+8<+4<+V 45#bar_format = +N:+I +S <+D>+4<%a %b %d %R %Z %Y+8<+4<+V
46bar_format = +|L+1<+L +@fg=2;+C+@fg=0; +|R+A 46bar_format = +|L+1<+L +@fg=1;+C+@fg=0; +|R+A
47workspace_indicator = listcurrent,listactive,markcurrent,printnames 47workspace_indicator = listcurrent,listactive,markcurrent,printnames
48bar_at_bottom = 0 48bar_at_bottom = 0
49stack_enabled = 0 49stack_enabled = 0
diff --git a/x/.xinitrc b/x/.xinitrc
index aad789f..8a24678 100644
--- a/x/.xinitrc
+++ b/x/.xinitrc
@@ -1,4 +1,5 @@
1#exec dbus-launch --exit-with-session spectrwm 1#exec dbus-launch --exit-with-session spectrwm
2xrdb ~/.Xresources & 2xrdb ~/.Xresources &
3xset b off &
3xset s 600 & 4xset s 600 &
4exec dbus-launch --exit-with-session spectrwm 5exec dbus-launch --exit-with-session spectrwm