Update 2024-02-25 14:11 OpenBSD/amd64-x13
This commit is contained in:
@@ -10,15 +10,15 @@
|
||||
# | WINDOW DECORATION
|
||||
# +--------------------------------------------------
|
||||
|
||||
border_width = 1
|
||||
border_width = 2
|
||||
color_focus = rgb:00/80/80
|
||||
color_focus_maximized = rgb:00/80/80
|
||||
color_focus_maximized_free = rgb:00/80/80
|
||||
color_focus_free = rgb:00/80/80
|
||||
color_unfocus = rgb:00/20/20
|
||||
color_unfocus = rgb:00/00/00
|
||||
color_unfocus_free = rgb:55/35/00
|
||||
tile_gap = 10
|
||||
region_padding = 10
|
||||
tile_gap = -2
|
||||
region_padding = 0
|
||||
disable_border = 0
|
||||
maximize_hide_bar = 0
|
||||
|
||||
@@ -26,20 +26,21 @@ maximize_hide_bar = 0
|
||||
# | BAR SETTINGS
|
||||
# +--------------------------------------------------
|
||||
bar_enabled = 1
|
||||
bar_border_width = 1
|
||||
bar_border = rgb:00/20/20
|
||||
bar_border_unfocus = rgb:00/20/20
|
||||
bar_border_free = rgb:00/20/20
|
||||
bar_border_width = 2
|
||||
bar_border = rgb:00/00/00
|
||||
bar_border_unfocus = rgb:00/10/10
|
||||
bar_border_free = rgb:00/10/10
|
||||
|
||||
bar_color = rgb:00/20/20,rgb:00/60/60,rgb:00/20/20,rgb:58/00/00,rgb:00/40/40
|
||||
bar_color_free = rgb:00/20/20,rgb:00/60/60,rgb:00/20/20,rgb:58/00/00,rgb:00/40/40
|
||||
bar_color = rgb:00/10/10,rgb:00/60/60,rgb:00/10/10,rgb:58/00/00,rgb:00/40/40
|
||||
bar_color_free = rgb:00/10/10,rgb:00/60/60,rgb:00/10/10,rgb:58/00/00,rgb:00/40/40
|
||||
bar_color_selected = rgb:18/24/28
|
||||
|
||||
bar_font_color = rgb:99/99/99
|
||||
bar_font_color_free = rgb:99/99/99
|
||||
bar_font_color = rgb:CC/CC/CC
|
||||
bar_font_color_free = rgb:CC/CC/CC
|
||||
bar_font_color_selected = rgb:ff/ff/ff
|
||||
|
||||
bar_font = JetBrainsMonoNerdFont:pixelsize=18
|
||||
bar_font = TamzenForPowerline:pixelsize=16
|
||||
bar_font_pua = JetBrainsMonoNerdFont:pixelsize=13
|
||||
bar_action = cbar
|
||||
bar_action_expand = 0
|
||||
bar_at_bottom = 0
|
||||
@@ -190,6 +191,12 @@ bind[xconsole] = MOD+Shift+minus
|
||||
program[screenshot_wind] = sshot
|
||||
bind[screenshot_wind] = Print
|
||||
|
||||
program[xcolor] = xcolorcopy
|
||||
bind[xcolor] = MOD+Print
|
||||
|
||||
program[xmenu] = myxmenu
|
||||
bind[xmenu] = Super_L
|
||||
|
||||
program[lock] = /usr/bin/false
|
||||
|
||||
autorun = ws[10]:xcons
|
||||
@@ -215,7 +222,7 @@ bind[focus_next] = MOD+Down
|
||||
bind[focus_prev] = MOD+Up
|
||||
bind[focus_prev] = MOD+Shift+Tab
|
||||
bind[focus_urgent] = MOD+u
|
||||
bind[focus_free] = Super_L
|
||||
#bind[focus_free] = Super_L
|
||||
|
||||
# ICONFIY / HIDE
|
||||
bind[iconify] = MOD+i
|
||||
|
||||
Reference in New Issue
Block a user