Update 2023-11-23 13:23 OpenBSD/amd64-x13
This commit is contained in:
@@ -17,15 +17,15 @@ color_focus_maximized_free = rgb:ff/6A/00
|
||||
color_focus_free = rgb:77/77/77
|
||||
color_unfocus = rgb:47/47/47
|
||||
color_unfocus_free = rgb:47/47/47
|
||||
tile_gap = 0
|
||||
region_padding = 0
|
||||
disable_border = 0
|
||||
tile_gap = 12
|
||||
region_padding = 12
|
||||
disable_border = 1
|
||||
|
||||
# +--------------------------------------------------
|
||||
# | BAR SETTINGS
|
||||
# +--------------------------------------------------
|
||||
bar_enabled = 0
|
||||
bar_border_width = 4
|
||||
bar_enabled = 1
|
||||
bar_border_width = 2
|
||||
bar_border = rgb:18/18/18
|
||||
bar_border_unfocus = rgb:18/18/18
|
||||
bar_border_free = rgb:18/18/18
|
||||
@@ -35,7 +35,7 @@ bar_color_selected = rgb:18/24/28
|
||||
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
|
||||
bar_font = FuraCodeNerdFont-11
|
||||
bar_font = CozetteHidpi:pixelsize=26
|
||||
bar_action = cbar
|
||||
bar_action_expand = 0
|
||||
bar_at_bottom = 0
|
||||
@@ -60,7 +60,7 @@ bar_at_bottom = 0
|
||||
# ++ A literal ‘+’
|
||||
# +@ Prefix for text markup sequences
|
||||
|
||||
bar_format = +S +L +R +I +M +W +|1R +A %Y-%m-%d %H:%M
|
||||
bar_format = +S WS:+I/+R H:+M +W +|2R +A %b %d %H:%M
|
||||
#bar_format = +I +S (+M) +|1R +A %Y-%m-%d %H:%M
|
||||
|
||||
# +--------------------------------------------------
|
||||
@@ -68,32 +68,20 @@ bar_format = +S +L +R +I +M +W +|1R +A %
|
||||
# +--------------------------------------------------
|
||||
|
||||
workspace_indicator = listall,markcurrent,markactive,markempty,markurgent,noindexes
|
||||
workspace_mark_active = ''
|
||||
#workspace_mark_active = ''
|
||||
workspace_mark_current = '+@fg=1;+@fg=0;'
|
||||
workspace_mark_empty = ''
|
||||
workspace_mark_urgent = '+@fg=2;+@fg=0;'
|
||||
workspace_mark_active = '[A]'
|
||||
workspace_mark_current = '+@fg=1;[C]+@fg=0;'
|
||||
workspace_mark_empty = '[ ]'
|
||||
workspace_mark_urgent = '+@fg=2;[I]+@fg=0;'
|
||||
workspace_limit = 10
|
||||
stack_mark_horizontal = ''
|
||||
stack_mark_horizontal_flip = ''
|
||||
stack_mark_vertical = ''
|
||||
stack_mark_vertical_flip = ''
|
||||
stack_mark_max = ''
|
||||
stack_mark_floating = '~'
|
||||
stack_mark_horizontal = 'D'
|
||||
stack_mark_horizontal_flip = 'U'
|
||||
stack_mark_vertical = '>'
|
||||
stack_mark_vertical_flip = '<'
|
||||
stack_mark_max = 'M'
|
||||
stack_mark_floating = 'F'
|
||||
verbose_layout = 0
|
||||
urgent_enabled = 1
|
||||
|
||||
# name = ws[1]:1
|
||||
# name = ws[2]:2
|
||||
# name = ws[3]:3
|
||||
# name = ws[4]:4
|
||||
# name = ws[5]:5
|
||||
# name = ws[6]:6
|
||||
# name = ws[7]:7
|
||||
# name = ws[8]:8
|
||||
# name = ws[9]:9
|
||||
# name = ws[10]:10
|
||||
|
||||
# +--------------------------------------------------
|
||||
# | FOCUS BEHAVIOR
|
||||
# +--------------------------------------------------
|
||||
@@ -111,7 +99,7 @@ click_to_raise = 1
|
||||
# | QUIRKS
|
||||
# +--------------------------------------------------
|
||||
|
||||
quirk[scratchpad] = FLOAT + ANYWHERE + FOCUSPREV + FOCUSONMAP_SINGLE
|
||||
quirk[scratchpad] = FLOAT + ANYWHERE
|
||||
quirk[XConsole:xconsole] = FLOAT + ANYWHERE + NOFOCUSCYCLE + NOFOCUSONMAP
|
||||
|
||||
# +--------------------------------------------------
|
||||
@@ -136,11 +124,11 @@ bind[hterm] = MOD+Control+Return
|
||||
program[irssi] = texec x
|
||||
bind[irssi] = MOD+Shift+X
|
||||
|
||||
program[Super] = dexec_super
|
||||
bind[Super] = Super_L
|
||||
program[man] = dexec_mail
|
||||
bind[man] = MOD+Shift+M
|
||||
|
||||
program[mutt] = texec mutt
|
||||
bind[mutt] = MOD+Shift+M
|
||||
program[vpn] = dexec_vpn
|
||||
bind[vpn] = MOD+V
|
||||
|
||||
program[omutt] = texec mutt-openbsd-all
|
||||
bind[omutt] = MOD+Shift+O
|
||||
@@ -151,6 +139,9 @@ bind[exec] = MOD+D
|
||||
program[ssh] = dexec_ssh
|
||||
bind[ssh] = MOD+S
|
||||
|
||||
program[ports] = dexec_port
|
||||
bind[ports] = MOD+Shift+S
|
||||
|
||||
program[audio] = dexec_audio
|
||||
bind[audio] = MOD+O
|
||||
|
||||
|
||||
Reference in New Issue
Block a user