mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
hypr/hyprland.conf: update to new format
This commit is contained in:
parent
996984ddf7
commit
482160961b
1 changed files with 11 additions and 11 deletions
|
|
@ -49,14 +49,22 @@ input {
|
|||
follow_mouse = 1
|
||||
}
|
||||
|
||||
cursor {
|
||||
enable_hyprcursor = true
|
||||
|
||||
# Dont hide my cursor!
|
||||
hide_on_key_press = false
|
||||
}
|
||||
|
||||
decoration {
|
||||
blur {
|
||||
enabled = false
|
||||
size = 1
|
||||
passes = 2
|
||||
}
|
||||
|
||||
drop_shadow = false
|
||||
shadow {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
|
|
@ -72,12 +80,6 @@ animations {
|
|||
dwindle {
|
||||
pseudotile = no # master switch for pseudotiling.
|
||||
preserve_split = yes
|
||||
no_gaps_when_only = no
|
||||
}
|
||||
|
||||
master {
|
||||
new_is_master = true
|
||||
no_gaps_when_only = no
|
||||
}
|
||||
|
||||
gestures {
|
||||
|
|
@ -94,8 +96,6 @@ misc {
|
|||
background_color = 0x000000
|
||||
# Disable autoreload as i can reload myself.
|
||||
disable_autoreload = true
|
||||
# Dont hide my cursor!
|
||||
hide_cursor_on_key_press = false
|
||||
}
|
||||
|
||||
debug {
|
||||
|
|
@ -178,7 +178,7 @@ bindm = $mainMod, mouse:273, resizewindow
|
|||
# -------------
|
||||
|
||||
# set wallpaper
|
||||
exec-once=swaybg -i /usr/share/backgrounds/majestic-mountain-peak-reflected-flowing-blue-water-generative-ai.jpg
|
||||
exec-once=swaybg -i ~/.local/share/wallpapers/current
|
||||
|
||||
# Bar
|
||||
exec-once=waybar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue