mirror of
https://github.com/flickowoa/dotfiles.git
synced 2026-04-06 00:32:09 +02:00
29 lines
472 B
Plaintext
Executable File
29 lines
472 B
Plaintext
Executable File
exec-once=$HOME/.config/hypr/scripts/autostart
|
|
exec-once=$HOME/.config/hypr/scripts/powercheck
|
|
exec-once=$HOME/.config/hypr/scripts/portal.sh
|
|
|
|
$THEME=~/.config/hypr/themes/base
|
|
source=$THEME/theme.conf
|
|
|
|
input {
|
|
touchpad {
|
|
natural_scroll=yes
|
|
}
|
|
}
|
|
|
|
dwindle {
|
|
pseudotile=yes
|
|
}
|
|
|
|
gestures {
|
|
workspace_swipe=yes
|
|
workspace_swipe_fingers=4
|
|
}
|
|
|
|
misc {
|
|
disable_hyprland_logo=yes
|
|
}
|
|
|
|
source=./binds.conf
|
|
source=./rules.conf
|
|
source=./profiles/battery.conf |