Update 2023-11-01 16:08 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2023-11-01 16:08:10 +01:00
parent f0adc85c13
commit 219c32c79d
2 changed files with 18 additions and 9 deletions

View File

@ -10,8 +10,8 @@
# | WINDOW DECORATION
# +--------------------------------------------------
border_width = 2
color_focus = rgb:77/77/77
border_width = 1
color_focus = rgb:ff/6A/00
color_focus_maximized = rgb:28/28/28
color_focus_free = rgb:77/77/77
color_unfocus = rgb:47/47/47
@ -22,20 +22,19 @@ tile_gap = 6
# +--------------------------------------------------
# | BAR SETTINGS
# +--------------------------------------------------
bar_border_width = 4
bar_border_width = 1
bar_border = rgb:18/18/18
bar_border_unfocus = rgb:18/18/18
bar_border_free = rgb:18/18/18
bar_color = rgb:18/18/18
bar_color_free = rgb:18/18/18
bar_color_selected = rgb:18/24/28
bar_font_color = rgb:99/99/99,red
bar_font_color = rgb:99/99/99,rgb:ff/6A/00,red
bar_font_color_selected = rgb:ff/ff/ff
bar_font_color_free = rgb:99/99/99,red
bar_font_color_free = rgb:99/99/99
bar_font = FuraCodeNerdFont-12
bar_font_pua = FuraCodeNerdFont-12
bar_action = cbar
bar_action_expand = 1
bar_action_expand = 0
bar_at_bottom = 0
bar_format = +S +L  +R   +I   +M  +W +|1R +A %Y-%m-%d %H:%M
@ -44,10 +43,10 @@ bar_format = +S +L  +R   +I   +M  +W +|1R +A %
# +--------------------------------------------------
workspace_indicator = listall,markcurrent,markactive,markempty,noindexes
workspace_mark_current = ''
workspace_mark_current = '+@fg=1;+@fg=0;'
workspace_mark_active = ''
workspace_mark_empty = ''
workspace_mark_urgent = ''
workspace_mark_urgent = '+@fg=2;+@fg=0;'
stack_mark_horizontal = ''
stack_mark_horizontal_flip = ''
stack_mark_vertical = ''
@ -73,6 +72,12 @@ click_to_raise = 1
quirk[scratchpad] = FLOAT + ANYWHERE + FOCUSPREV
# +--------------------------------------------------
# | RESET ALL KEYBOARD MAPPINGS
# +--------------------------------------------------
keyboard_mapping /dev/null
# +--------------------------------------------------
# | REGISTERED PROGRAMS
# +--------------------------------------------------
@ -167,6 +172,7 @@ bind[stack_dec] = MOD+Shift+comma
bind[stack_inc] = MOD+Shift+period
#bind[stack_reset] = MOD+Shift+space
bind[maximize_toggle] = MOD+f
#bind[fullscreen_toggle] =
# WS NAVIGATION
bind[ws_1] = MOD+1

3
.kshrc
View File

@ -40,6 +40,9 @@ BROWSER=vimb
PAGER="less"
export EDITOR VISUAL BROWSER PAGER
PRINTER="rp"
export PRINTER
########################################################################
# STOP HERE IF NON INTERACTIVE
########################################################################