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,8 +23,11 @@ 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
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
|
@ -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
|
||||
|
@ -220,4 +225,4 @@ bind = ,xf86launch4, exec, pp-adjuster
|
|||
bind = , xf86launch2, exec, playerctl play-pause
|
||||
|
||||
# Screenshot with hyprshot.
|
||||
bind = , PRINT, exec, hyprshot -m output --clipboard-only
|
||||
bind = , PRINT, exec, hyprshot -m output --clipboard-only
|
||||
|
|
Loading…
Reference in a new issue