2023-11-24 18:25:59 -05:00
|
|
|
# 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
|
|
|
|
|
|
|
|
|
2023-11-24 18:25:59 -05:00
|
|
|
# Cosmetic
|
|
|
|
general {
|
2023-11-30 14:13:01 -05:00
|
|
|
gaps_in = 10
|
|
|
|
gaps_out = 20
|
2023-11-24 18:25:59 -05:00
|
|
|
border_size = 0
|
2023-11-23 01:23:15 -05:00
|
|
|
}
|