24 lines
700 B
Plaintext
24 lines
700 B
Plaintext
# Host-specific Hyprland config: blueocean
|
|
# Sourced from ../hyprland.conf via ~/.config/hypr/host.conf symlink.
|
|
|
|
#################
|
|
### AUTOSTART ###
|
|
#################
|
|
|
|
exec-once = 1password & firefox & thunderbird & slack & zoom &
|
|
exec-once = waybar & mako & hypridle & swww-daemon &
|
|
exec-once = $terminal
|
|
exec-once = systemctl --user start hyprpolkitagent
|
|
|
|
|
|
####################
|
|
### WINDOW RULES ###
|
|
####################
|
|
|
|
windowrule = match:class kitty, workspace 1
|
|
windowrule = match:class firefox, workspace 2
|
|
windowrule = match:class Slack, workspace 3
|
|
windowrule = match:class thunderbird, workspace 5
|
|
windowrule = match:class 1password, workspace 9
|
|
windowrule = match:class zoom, workspace 10
|