nixos-configs/devices/binto/config/hypr/main.conf
matt1432 efa318d4d1
All checks were successful
Discord / discord commits (push) Has been skipped
refactor(hypr): move more config into nix files
2024-02-05 09:56:42 -05:00

15 lines
292 B
Plaintext

# Autostart programs
exec-once = sleep 10; tmux new-session -s gsr -d 'bash -c $HOME/.config/gsr.sh'
# TODO: add gpu-save-replay bind
## fix fullscreen game resolution
exec-once = xrandr --output DP-5 --primary
# Cosmetic
general {
gaps_in = 10
gaps_out = 20
border_size = 0
}