feat(hypr): configure browser variable and add startup apps

This commit is contained in:
2026-02-23 19:40:28 -05:00
parent d19c28941d
commit 09f26252f3
2 changed files with 3 additions and 1 deletions

View File

@@ -2,3 +2,4 @@
$terminal = alacritty $terminal = alacritty
$fileManager = dolphin $fileManager = dolphin
$menu = rofi -show combi $menu = rofi -show combi
$browser = brave-browser

View File

@@ -1,2 +1,3 @@
exec-once = [workspace 1 silent] brave-browser exec-once = [workspace 1 silent] $browser
exec-once = [workspace 2 silent] $terminal exec-once = [workspace 2 silent] $terminal
exec-once = [workspace 10 silent] flatpak run org.signal.Signal