mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:13:54 -05:00
hyprland: enabled hyprpaper
This commit is contained in:
parent
9a86050d4d
commit
a9e28ceaff
|
@ -23,7 +23,10 @@ env = GDK_SCALE,1.5
|
|||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = waybar & mako & hypridle
|
||||
exec-once = hyprpaper
|
||||
exec-once = hypridle
|
||||
exec-once = waybar
|
||||
exec-once = mako
|
||||
|
||||
#exec-once = dbus-update-activation-environment --systemd HYPRLAND_INSTANCE_SIGNATURE
|
||||
|
||||
|
@ -128,6 +131,8 @@ gestures {
|
|||
misc {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
hide_cursor_on_touch = true
|
||||
disable_splash_rendering = true
|
||||
disable_hyprland_logo = true
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
|
|
Loading…
Reference in a new issue