|
@@ -32,19 +32,21 @@ disable_border = always
|
|
|
# Bar Settings
|
|
|
bar_enabled = 1
|
|
|
bar_border_width = 0
|
|
|
-#bar_action_expand = 1
|
|
|
+bar_action_expand = 0
|
|
|
+urgent_enabled = 1
|
|
|
+# urgent_collapse = 1
|
|
|
# bar_border[1] = rgb:00/80/80
|
|
|
# bar_border_unfocus[1] = rgb:00/40/40
|
|
|
-bar_color[1] = rgb:ff/ff/ea
|
|
|
-#bar_color[2] = rgb:9e/ee/ee
|
|
|
+bar_color[0] = rgb:ff/ff/ea, rgb:9e/ee/ee
|
|
|
# bar_color_selected[1] = rgb:00/80/80
|
|
|
bar_font_color[1] = black
|
|
|
# bar_font_color_selected = black
|
|
|
-bar_font = xos4 Terminus
|
|
|
+bar_font = Misc Fixed:pixelsize=12
|
|
|
bar_action = baraction.sh
|
|
|
bar_justify = right
|
|
|
-bar_format = +|L+L +S +W +|R+A
|
|
|
-workspace_indicator = listcurrent,listactive,markcurrent,markurgent
|
|
|
+bar_format = +|L+L +S +@bg=1;+W+|R+A
|
|
|
+#bar_format = +|L+U+1<+N:+I +S (+D) +W +|R+A+1<+@fg=5; %a %b %d [%R]
|
|
|
+workspace_indicator = listcurrent,listactive,markcurrent,markurgent,listurgent
|
|
|
# bar_at_bottom = 1
|
|
|
# stack_enabled = 1
|
|
|
clock_enabled = 0
|
|
@@ -55,8 +57,7 @@ clock_enabled = 0
|
|
|
# window_instance_enabled = 0
|
|
|
# window_name_enabled = 0
|
|
|
# verbose_layout = 1
|
|
|
-urgent_enabled = 1
|
|
|
-urgent_collapse = 1
|
|
|
+
|
|
|
# Launch applications in a workspace of choice
|
|
|
# autorun = ws[1]:xterm
|
|
|
# autorun = ws[2]:xombrero http://www.openbsd.org
|
|
@@ -72,7 +73,7 @@ urgent_collapse = 1
|
|
|
# name = ws[1]:IRC
|
|
|
# name = ws[2]:Email
|
|
|
# name = ws[3]:Browse
|
|
|
-name = ws[5]:acme
|
|
|
+#name = ws[5]:acme
|
|
|
# name = ws[10]:Music
|
|
|
|
|
|
# Mod key, (Windows key is Mod4) (Apple key on OSX is Mod2)
|
|
@@ -84,7 +85,7 @@ modkey = Mod4
|
|
|
# PROGRAMS
|
|
|
|
|
|
# Validated default programs:
|
|
|
-program[lock] = slock
|
|
|
+program[lock] = sxlock
|
|
|
program[term] = alacritty
|
|
|
program[menu] = dmenu_run $dmenu_bottom -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_color_selected -sf $bar_font_color_selected
|
|
|
# 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
|
|
@@ -102,13 +103,18 @@ bind[window] = MOD + Tab
|
|
|
program[scratch] = scratchterm 1
|
|
|
bind[scratch] = MOD + grave
|
|
|
|
|
|
-program[mpctoggle] = mocp -G
|
|
|
-program[mpcnext] = mocp -f
|
|
|
-program[mpcprev] = mocp -r
|
|
|
+program[mpctoggle] = mocp -M ~/.config/moc -G
|
|
|
+program[mpcnext] = mocp -M ~/.config/moc -f
|
|
|
+program[mpcprev] = mocp -M ~/.config/moc -r
|
|
|
bind[mpcprev] = MOD+Left
|
|
|
bind[mpctoggle] = MOD+Down
|
|
|
bind[mpcnext] = MOD+Right
|
|
|
|
|
|
+program[backlightup] = xbacklight -inc 5
|
|
|
+program[backlightdown] = xbacklight -dec 5
|
|
|
+bind[backlightup] = XF86MonBrightnessUp
|
|
|
+bind[backlightdown] = XF86MonBrightnessDown
|
|
|
+
|
|
|
program[dsurfraw] = dsurfraw
|
|
|
bind[dsurfraw] = MOD+s
|
|
|
|
|
@@ -118,8 +124,8 @@ bind[passmenu] = MOD+d
|
|
|
program[arandr] = arandr
|
|
|
bind[arandr] = MOD+F7
|
|
|
|
|
|
-program[newz] = danewz
|
|
|
-bind[newz] = MOD+n
|
|
|
+#program[newz] = danewz
|
|
|
+#bind[newz] = MOD+n
|
|
|
|
|
|
program[null] = echo nil
|
|
|
bind[null] = Control+Shift+w
|