mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 09:48:30 +02:00
feat: add new wayland compositor - niri
This commit is contained in:
22
home/linux/gui/hyprland/conf/exec.conf
Normal file
22
home/linux/gui/hyprland/conf/exec.conf
Normal file
@@ -0,0 +1,22 @@
|
||||
#-- Startup ----------------------------------------------------
|
||||
## Fix anyrun
|
||||
## https://github.com/anyrun-org/anyrun/issues/153
|
||||
exec-once = ln -s "$XDG_RUNTIME_DIR/hypr" /tmp/hypr
|
||||
|
||||
## Launch my daily-used apps at startup
|
||||
# Terminals
|
||||
exec-once = foot
|
||||
exec-once = alacritty
|
||||
# Network
|
||||
exec-once = clash-verge &
|
||||
# Browsers
|
||||
exec-once = firefox
|
||||
exec-once = google-chrome-stable
|
||||
exec-once = chromium-browser
|
||||
# Chat
|
||||
exec-once = Telegram
|
||||
|
||||
|
||||
# Switch to Terminals & Browsers
|
||||
exec-once = sleep 3; hyprctl dispatch workspace 1
|
||||
exec-once = sleep 3; hyprctl dispatch workspace 4
|
||||
Reference in New Issue
Block a user