🚂 Autostart nextcloud, and fix typo
This commit is contained in:
parent
bd6c1b821b
commit
4a5cd5dd73
@ -23,7 +23,7 @@ monitor = DP-3, 2560x1440@59.95, 1920x0, 1
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
|
||||
# Set programs that you use
|
||||
$browser = io.github.zen_browswer.zen
|
||||
$browser = io.github.zen_browser.zen
|
||||
$terminal = kitty
|
||||
$fileManager = dolphin
|
||||
$menu = rofi -show drun
|
||||
@ -36,8 +36,7 @@ $menu = rofi -show drun
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
||||
exec-once = $browser
|
||||
exec-once = $terminal
|
||||
exec-once = $browser & $terminal & nextcloud
|
||||
|
||||
# Status bar
|
||||
exec-once = waybar
|
||||
|
Loading…
x
Reference in New Issue
Block a user