added info on the exec-once needed for hyprland.conf
This commit is contained in:
parent
c3088c2071
commit
ac3421fac0
@ -91,7 +91,6 @@ Restart the PC and the new config file will be used
|
|||||||
- auth-agent = hyprpolkitagent
|
- auth-agent = hyprpolkitagent
|
||||||
- qt-libraries = qt5-wayland, qt6-wayland
|
- qt-libraries = qt5-wayland, qt6-wayland
|
||||||
- gtk-libraries = gtk3, gtk4
|
- gtk-libraries = gtk3, gtk4
|
||||||
-
|
|
||||||
- status-bars = waybar, need to install otf-font-awesome as well for logos
|
- status-bars = waybar, need to install otf-font-awesome as well for logos
|
||||||
- wallpaper daemon = swww
|
- wallpaper daemon = swww
|
||||||
- wallpaper manager = waypaper
|
- wallpaper manager = waypaper
|
||||||
@ -104,9 +103,15 @@ Restart the PC and the new config file will be used
|
|||||||
- screenshot = hyprshot
|
- screenshot = hyprshot
|
||||||
|
|
||||||
|
|
||||||
need to add ```exec-once=waypaper --restore``` to allow for the wallpaper to exist after restart
|
need to add to hyprland.conf:
|
||||||
|
```
|
||||||
|
exec-once = waypaper --restore # to allow for the wallpaper to exist after restart
|
||||||
|
exec-once = mako
|
||||||
|
exec-once = systemctl --user start hyprpolkitagent
|
||||||
|
exec-once = waybar
|
||||||
|
exec-once = swww
|
||||||
|
exec-once = clipse -listen
|
||||||
|
```
|
||||||
## fonts
|
## fonts
|
||||||
after downloading otf-font-awesome you might see that your fonts are fucked,you can use this opportunity to download a new font and use it:
|
after downloading otf-font-awesome you might see that your fonts are fucked,you can use this opportunity to download a new font and use it:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user