2023-11-24 18:25:59 -05:00
|
|
|
# Autostart programs
|
|
|
|
exec-once = sleep 6; nextcloud --background
|
|
|
|
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
|
|
|
## Special window apps
|
2023-11-23 01:23:15 -05:00
|
|
|
exec-once = [workspace special:thunder silent] thunderbird
|
|
|
|
windowrule = workspace special:thunder silent,^(thunderbird)$
|
|
|
|
bind = $mainMod, T, togglespecialworkspace, thunder
|
|
|
|
|
|
|
|
exec-once = [workspace special:spot silent] spotify
|
|
|
|
windowrule = workspace special:spot silent,^(Spotify)$
|
|
|
|
bind = $mainMod, S, togglespecialworkspace, spot
|
|
|
|
|
|
|
|
|
|
|
|
# Input settings
|
|
|
|
device:razer-razer-naga-pro {
|
|
|
|
sensitivity = -0.5
|
|
|
|
accel_profile = "flat"
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
# Binds
|
|
|
|
bind = Alt Shift, Tab, cyclenext
|
2023-11-23 01:33:29 -05:00
|
|
|
bind = $mainMod, D, exec, killall -r wofi || wofi --show drun
|
2023-11-23 01:23:15 -05:00
|
|
|
|
|
|
|
|
|
|
|
# Rules
|
|
|
|
windowrule = tile,^(firefox)$
|
|
|
|
|
|
|
|
|
2023-11-24 18:25:59 -05:00
|
|
|
# Cosmetic
|
|
|
|
general {
|
|
|
|
border_size = 0
|
2023-11-23 01:23:15 -05:00
|
|
|
}
|