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

40 lines
917 B
Plaintext
Raw Normal View History

# Autostart programs
2023-11-27 15:51:12 -05:00
exec-once = ags
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
## 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)$
# Cosmetic
general {
border_size = 0
2023-11-23 01:23:15 -05:00
}