mirror of
https://github.com/pnx/dotfiles
synced 2026-07-04 15:23:40 +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
|
follow_mouse = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cursor {
|
||||||
|
enable_hyprcursor = true
|
||||||
|
|
||||||
|
# Dont hide my cursor!
|
||||||
|
hide_on_key_press = false
|
||||||
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
blur {
|
blur {
|
||||||
enabled = false
|
enabled = false
|
||||||
size = 1
|
size = 1
|
||||||
passes = 2
|
passes = 2
|
||||||
}
|
}
|
||||||
|
shadow {
|
||||||
drop_shadow = false
|
enabled = false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
|
@ -72,12 +80,6 @@ animations {
|
||||||
dwindle {
|
dwindle {
|
||||||
pseudotile = no # master switch for pseudotiling.
|
pseudotile = no # master switch for pseudotiling.
|
||||||
preserve_split = yes
|
preserve_split = yes
|
||||||
no_gaps_when_only = no
|
|
||||||
}
|
|
||||||
|
|
||||||
master {
|
|
||||||
new_is_master = true
|
|
||||||
no_gaps_when_only = no
|
|
||||||
}
|
}
|
||||||
|
|
||||||
gestures {
|
gestures {
|
||||||
|
|
@ -94,8 +96,6 @@ misc {
|
||||||
background_color = 0x000000
|
background_color = 0x000000
|
||||||
# Disable autoreload as i can reload myself.
|
# Disable autoreload as i can reload myself.
|
||||||
disable_autoreload = true
|
disable_autoreload = true
|
||||||
# Dont hide my cursor!
|
|
||||||
hide_cursor_on_key_press = false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
debug {
|
debug {
|
||||||
|
|
@ -178,7 +178,7 @@ bindm = $mainMod, mouse:273, resizewindow
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
# set wallpaper
|
# 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
|
# Bar
|
||||||
exec-once=waybar
|
exec-once=waybar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue