1234567891011121314151617181920212223242526272829303132333435363738394041 |
- # Monitor Config
- monitor=,preferred,auto,1
- monitor=,addreserved, 0, 0, 0, 0
- general {
- # Gaps and border
- gaps_in = 0
- gaps_out = 0
- gaps_workspaces = 50
- border_size = 0
- # Functionality
- no_focus_fallback = true
- layout = master
- allow_tearing = false
- }
- animations {
- enabled = false
- }
- misc {
- vfr = true
- vrr = 1
- enable_swallow = true
- disable_hyprland_logo = true
- background_color = rgb(000000)
- new_window_takes_over_fullscreen = 2
- }
- # Window Rules
- windowrule = workspace 1 silent, title:^(pulpit_in)(.*)$
- windowrule = workspace 2 silent, title:^(rtmp_in)(.*)$
- # Exec Rules
- exec-once=[workspace 4 silent] foot /home/videopc/.local/bin/videopc_api
- exec-once=[workspace 4 silent] foot /home/videopc/.local/bin/show-rtmp-in
- exec-once=[workspace 4 silent] foot /home/videopc/.local/bin/show-pulpit-in
|