nixos-configs/devices/binto/config/hypr/main.conf

15 lines
292 B
Text
Raw Normal View History

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