fix hyprland.conf typos

This commit is contained in:
toniiz_t2
2024-04-25 22:43:45 -07:00
parent 4f0a3c3aa4
commit bedd1d6660

View File

@@ -6,7 +6,7 @@ monitor = DP-2,preferred,auto,2 # Top USB-C port, Left location
source = ~/.config/hypr/startup.conf
# ENV Variables
ienv = XCURSOR_SIZE,24
env = XCURSOR_SIZE,24
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
@@ -20,7 +20,7 @@ input {
follow_mouse = 1
touchpad {
natural_scroll = no
tap-to-click = 0.4
tap-to-click = true
scroll_factor = 0.4
}
sensitivity = 0 # -1.0 to 1.0, 0 means no modification.
@@ -77,8 +77,6 @@ master {
new_is_master = true
}
}
misc {
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = true
@@ -109,8 +107,6 @@ bind = $mainMod, D, exec, wofi --show drun
bind = $mainMod SHIFT, F, togglefloating
bind = SUPER, L, exec, $lock
bind = $mainMod, SHIFT ,R, exec,hyprctl reload # Reloads hyprland
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
bind = $mainMod, left, movefocus, l
@@ -165,8 +161,4 @@ bind = , xf86monbrightnessdown, exec, brightnessctl set 10%-
bind = , xf86KbdBrightnessUp, exec, brightnessctl -d *:white:kbd_backlight set +33%
bind = , xf86KbdBrightnessDown, exec, brightnessctl -d *:white:kbd_backlight set 33%-
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.