Skip to content

Commit dab4c84

Browse files
committed
Fix hypr config
1 parent 88ce8ce commit dab4c84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dot_files/hypr/hyprland.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ $menu = /usr/sbin/walker
5151

5252
# Autostart necessary processes (like notifications daemons, status bars, etc.)
5353
# Or execute your favorite apps at launch like this:
54-
exec-once systemctl --user start elephant.service
55-
exec-once walker --gapplication-service
56-
exec-once systemctl --global start mako.service
54+
exec-once = systemctl --user start elephant.service
55+
exec-once = walker --gapplication-service
56+
exec-once = systemctl --global start mako.service
5757

5858
# Start ashell status bar
5959
# exec-once = ashell -c

0 commit comments

Comments
 (0)