This commit is contained in:
kento2 2026-03-11 01:16:35 +01:00
parent 4096ff91e6
commit 888b576ea3
3 changed files with 13 additions and 9 deletions

View file

@ -1,5 +1,5 @@
# Colour Themes:
focused_border_colour : #000000
focused_border_colour : #995500
unfocused_border_colour : #444444
swap_border_colour : #eeeeee
@ -7,20 +7,20 @@ swap_border_colour : #eeeeee
gaps : 5
border_width : 3
master_width : 60 # Percentage of screen width
resize_master_amount : 1
resize_master_amount : 2
resize_stack_amt : 20
move_window_amount : 50
resize_window_amount : 50
snap_distance : 5
motion_throttle : 60 # Set to screen refresh rate for smoothest motions
should_float : "pcmanfm", "obs"
should_float :
new_win_focus : true
warp_cursor : true
floating_on_top : true
new_win_master : false
can_swallow : "st"
can_be_swallowed : "mpv", "sxiv"
start_fullscreen : "mpv", "vlc"
new_win_master : true
can_swallow : "st", "pcmanfm"
can_be_swallowed : "mpv", "sxiv", "nsxiv", "meh", "feh"
start_fullscreen : "vlc"
# Keybinds:
# Commands must be surrounded with ""
@ -28,7 +28,7 @@ start_fullscreen : "mpv", "vlc"
mod_key : super
# Application Launchers:
bind : mod + Return : "st"
bind : mod + + shift + Return : "st"
bind : mod + shift + s : "librewolf"
bind : mod + s : "screenshot"
bind : mod + d : "dmenu_run"