Browse Source

(ref): Startup_Apps.conf remove extra comment `#`

This fix an error on `Startup_Apps.conf` that says `invalid conf file at line 44`
pull/175/head
Christian Paul Flores 2 years ago committed by GitHub
parent
commit
b3b2a3fea7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      config/hypr/UserConfigs/Startup_Apps.conf

2
config/hypr/UserConfigs/Startup_Apps.conf

@ -41,7 +41,7 @@ exec-once = swayidle -w timeout 900 '$lock'
# sway idle without lock # sway idle without lock
#exec-once = swayidle -w timeout 900 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' #exec-once = swayidle -w timeout 900 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on'
## Here are list of features available but disabled by default # Here are list of features available but disabled by default
#exec-once = swww query || swww init && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper #exec-once = swww query || swww init && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper
#gnome polkit for nixos #gnome polkit for nixos

Loading…
Cancel
Save