mirror of
https://github.com/NotXia/dotfiles.git
synced 2025-12-15 18:32:22 +01:00
Fix window size
This commit is contained in:
@ -16,7 +16,6 @@ exec-once = hash dbus-update-activation-environment 2>/dev/null &
|
||||
exec-once = dbus-update-activation-environment --systemd &
|
||||
|
||||
# Wallpaper
|
||||
# exec-once = swaybg -o \* -i /mnt/shared/media/wallpaper/mountains.png -m fill
|
||||
exec-once = hyprpaper
|
||||
exec-once = hypridle &
|
||||
exec-once = waybar -c .config/waybar/config-hypr &
|
||||
@ -97,7 +96,7 @@ dwindle {
|
||||
}
|
||||
|
||||
misc {
|
||||
disable_autoreload = true
|
||||
# disable_autoreload = true
|
||||
disable_hyprland_logo = true
|
||||
always_follow_on_dnd = true
|
||||
layers_hog_keyboard_focus = true
|
||||
@ -118,6 +117,10 @@ gestures {
|
||||
workspace_swipe_create_new = false
|
||||
}
|
||||
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
||||
# device {
|
||||
# name = epic-mouse-v1
|
||||
# sensitivity = -0.5
|
||||
|
||||
Reference in New Issue
Block a user