22 lines
587 B
Plaintext
22 lines
587 B
Plaintext
# Host-specific Hyprland config: rihla
|
|
# Sourced from ../hyprland.conf via ~/.config/hypr/host.conf symlink.
|
|
|
|
#################
|
|
### AUTOSTART ###
|
|
#################
|
|
|
|
exec-once = discord & 1password & firefox &
|
|
exec-once = waybar & mako & hypridle & swww-daemon &
|
|
exec-once = $terminal
|
|
exec-once = systemctl --user start hyprpolkitagent
|
|
|
|
|
|
####################
|
|
### WINDOW RULES ###
|
|
####################
|
|
|
|
windowrule = match:class ghostty, workspace 1
|
|
windowrule = match:class firefox, workspace 2
|
|
windowrule = match:class discord, workspace 3
|
|
windowrule = match:class 1password, workspace 9
|