commit d07b5a86b2fe122a05e7b51414171c20a54e53fa parent 4dcbc8dc5165534dfc58faaf6baa05ddb1af6bb4 Author: Jake Bauer <jbauer@paritybit.ca> Date: Thu, 20 Jan 2022 03:08:38 -0500 Add spectrwm config (OpenBSD) Diffstat:
A | .spectrwm.conf | | | 32 | ++++++++++++++++++++++++++++++++ |
1 file changed, 32 insertions(+), 0 deletions(-)
diff --git a/.spectrwm.conf b/.spectrwm.conf @@ -0,0 +1,32 @@ +# Names +name = ws[1]:Console +name = ws[2]:Browser +name = ws[10]:KeepassXC + +# Bar +bar_font = -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*,IBMPlexMono:size=12 +bar_border = black +bar_format = +@fn=1; +I:+D +S +C +|C+@fn=1;%A, %d-%b-%Y +|R+@fn=1; %H:%M +bar_color_selected = rgb:ee/ee/ee + +# Look +border_width = 2 +color_focus = rgb:ee/ee/ee + +# Programs +program[scrot] = flameshot gui +program[scrot_full] = flameshot full + +# Bindings +modkey = Mod4 +bind[menu] = MOD+space +bind[cycle_layout] = MOD+Shift+space +bind[restart_of_day] = MOD+Shift+BackSpace +bind[quit] = MOD+Shift+Escape +bind[wind_del] = MOD+q +bind[wind_kill] = MOD+Shift+q +bind[term] = MOD+Return +bind[swap_main] = MOD+Shift+Return +bind[ws_prior] = Mod1+Tab +bind[scrot] = MOD+p +bind[scrot_full] = MOD+Shift+p