hyprland-debug: better debug config
This commit is contained in:
parent
e26f07f90d
commit
ac7c8716d6
@ -20,8 +20,8 @@ env = HYPRCURSOR_THEME, rose-pine-hyprcursor
|
||||
env = HYPRCURSOR_SIZE, 24
|
||||
|
||||
# Trace logging
|
||||
#env = HYPRLAND_TRACE,1
|
||||
#env = AQ_TRACE,1
|
||||
env = HYPRLAND_TRACE,1
|
||||
env = AQ_TRACE,1
|
||||
|
||||
# < End Section >
|
||||
|
||||
@ -29,8 +29,6 @@ env = HYPRCURSOR_SIZE, 24
|
||||
|
||||
# < Start Section >
|
||||
# startup applications
|
||||
exec-once = discord
|
||||
exec-once = alacritty
|
||||
|
||||
# exit applications
|
||||
|
||||
@ -51,10 +49,9 @@ exec-once = alacritty
|
||||
general {
|
||||
gaps_in = 0
|
||||
gaps_out = 8
|
||||
border_size = 3
|
||||
border_size = 0
|
||||
col.active_border = $peach
|
||||
#col.inactive_border = $peach
|
||||
layout = dwindle
|
||||
layout = master
|
||||
resize_on_border = false
|
||||
}
|
||||
|
||||
@ -146,23 +143,12 @@ render {
|
||||
|
||||
|
||||
|
||||
# < Start Section >
|
||||
# dwindle layout
|
||||
|
||||
dwindle {
|
||||
pseudotile = yes
|
||||
preserve_split = yes
|
||||
}
|
||||
|
||||
# < End Section >
|
||||
|
||||
|
||||
|
||||
# < Start Section >
|
||||
# master layout
|
||||
|
||||
master {
|
||||
new_status = master
|
||||
no_gaps_when_only = 1
|
||||
}
|
||||
|
||||
# < End Section >
|
||||
@ -265,8 +251,6 @@ bind = $mainMod, C, centerwindow
|
||||
bind = $mainMod, F, fullscreen,
|
||||
bind = $mainMod SHIFT, L, exec, hyprlock
|
||||
bind = $mainMod $CONTROL, ESCAPE, exec, killall waybar || waybar # toggle waybar
|
||||
bind = $mainMod SHIFT, J, togglesplit, # dwindle
|
||||
bind = $mainMod SHIFT, SPACE, pseudo, # dwindle
|
||||
|
||||
# main application shortcuts
|
||||
bind = $mainMod, RETURN, exec, alacritty
|
||||
|
Loading…
Reference in New Issue
Block a user