Update 2024-01-21 12:06 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2024-01-21 12:06:39 +01:00
parent 69a3035e2d
commit eb43409983
10 changed files with 39 additions and 659 deletions

View File

@@ -44,6 +44,7 @@ hc keybind $Mod-Shift-r reload
hc keybind $Mod-q close_or_remove
hc keybind $Mod-Return spawn sterm
hc keybind $Mod-Shift-Return spawn bterm
hc keybind $Mod-Control-Return spawn hterm
hc keybind $Mod-d spawn dexec
hc keybind $Mod-a spawn dexec_apps
hc keybind $Mod-Shift-f spawn dexec_browser
@@ -58,6 +59,8 @@ hc keybind $Mod-Down focus down
hc keybind $Mod-Up focus up
hc keybind $Mod-Right focus right
hc keybind $Mod-x split explode
# splitting frames
# create an empty frame at the specified direction
hc keybind $Mod-Shift-Down chain . split bottom 0.5 . focus down
@@ -87,7 +90,7 @@ hc keybind $Mod-Control-Next chain . move_index +1 . use_index +1
hc keybind $Mod-space set_attr clients.focus.floating toggle
# scratchpad
hc keybind $Mod-minus spawn scratchpad.sh
# hc keybind $Mod-minus spawn scratchpad.sh
#######################################################################
# MOUSE BINDINGS
@@ -133,11 +136,15 @@ hc set tree_style '╾│ ├└╼─┐'
hc attr theme.reset 1
# spacing
hc set frame_gap 14
hc set frame_gap 0
hc attr theme.title_align center
hc set frame_padding 0
hc set smart_window_surroundings off
hc set smart_frame_surroundings off
hc set smart_frame_surroundings on
hc set frame_transparent_width 0
hc set always_show_frame on
hc set frame_bg_transparent on
# TABS
hc attr theme.title_height 12
@@ -149,7 +156,7 @@ hc attr theme.title_depth 5
hc attr theme.inner_width 0
hc attr theme.outer_width 0
hc attr theme.border_width 0
hc set frame_border_width 1
hc set frame_border_width 2
hc set window_border_width 0
# FLOATING WINDOW
@@ -210,5 +217,5 @@ hc unlock
# "$panel" "$monitor" &
# done
pkill -lf "^polybar$"
polybar &
# pkill -lf "^polybar$"
# polybar &