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
|
env = HYPRCURSOR_SIZE, 24
|
||||||
|
|
||||||
# Trace logging
|
# Trace logging
|
||||||
#env = HYPRLAND_TRACE,1
|
env = HYPRLAND_TRACE,1
|
||||||
#env = AQ_TRACE,1
|
env = AQ_TRACE,1
|
||||||
|
|
||||||
# < End Section >
|
# < End Section >
|
||||||
|
|
||||||
@ -29,8 +29,6 @@ env = HYPRCURSOR_SIZE, 24
|
|||||||
|
|
||||||
# < Start Section >
|
# < Start Section >
|
||||||
# startup applications
|
# startup applications
|
||||||
exec-once = discord
|
|
||||||
exec-once = alacritty
|
|
||||||
|
|
||||||
# exit applications
|
# exit applications
|
||||||
|
|
||||||
@ -51,10 +49,9 @@ exec-once = alacritty
|
|||||||
general {
|
general {
|
||||||
gaps_in = 0
|
gaps_in = 0
|
||||||
gaps_out = 8
|
gaps_out = 8
|
||||||
border_size = 3
|
border_size = 0
|
||||||
col.active_border = $peach
|
col.active_border = $peach
|
||||||
#col.inactive_border = $peach
|
layout = master
|
||||||
layout = dwindle
|
|
||||||
resize_on_border = false
|
resize_on_border = false
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -146,23 +143,12 @@ render {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# < Start Section >
|
|
||||||
# dwindle layout
|
|
||||||
|
|
||||||
dwindle {
|
|
||||||
pseudotile = yes
|
|
||||||
preserve_split = yes
|
|
||||||
}
|
|
||||||
|
|
||||||
# < End Section >
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# < Start Section >
|
# < Start Section >
|
||||||
# master layout
|
# master layout
|
||||||
|
|
||||||
master {
|
master {
|
||||||
new_status = master
|
new_status = master
|
||||||
|
no_gaps_when_only = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
# < End Section >
|
# < End Section >
|
||||||
@ -265,8 +251,6 @@ bind = $mainMod, C, centerwindow
|
|||||||
bind = $mainMod, F, fullscreen,
|
bind = $mainMod, F, fullscreen,
|
||||||
bind = $mainMod SHIFT, L, exec, hyprlock
|
bind = $mainMod SHIFT, L, exec, hyprlock
|
||||||
bind = $mainMod $CONTROL, ESCAPE, exec, killall waybar || waybar # toggle waybar
|
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
|
# main application shortcuts
|
||||||
bind = $mainMod, RETURN, exec, alacritty
|
bind = $mainMod, RETURN, exec, alacritty
|
||||||
|
Loading…
Reference in New Issue
Block a user