hyprland.conf 861 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Monitor Config
  2. monitor=,preferred,auto,1
  3. monitor=,addreserved, 0, 0, 0, 0
  4. general {
  5. # Gaps and border
  6. gaps_in = 0
  7. gaps_out = 0
  8. gaps_workspaces = 50
  9. border_size = 0
  10. # Functionality
  11. no_focus_fallback = true
  12. layout = master
  13. allow_tearing = false
  14. }
  15. animations {
  16. enabled = false
  17. }
  18. misc {
  19. vfr = true
  20. vrr = 1
  21. enable_swallow = true
  22. disable_hyprland_logo = true
  23. background_color = rgb(000000)
  24. new_window_takes_over_fullscreen = 2
  25. }
  26. # Window Rules
  27. windowrule = workspace 1 silent, title:^(pulpit_in)(.*)$
  28. windowrule = workspace 2 silent, title:^(rtmp_in)(.*)$
  29. # Exec Rules
  30. exec-once=[workspace 4 silent] foot /home/videopc/.local/bin/videopc_api
  31. exec-once=[workspace 4 silent] foot /home/videopc/.local/bin/show-rtmp-in
  32. exec-once=[workspace 4 silent] foot /home/videopc/.local/bin/show-pulpit-in