update to new hyprland version
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Minecraft Launcher
|
||||
windowrulev2 = pseudo, class:^(Minecraft Launcher)$
|
||||
windowrulev2 = pseudo, class:Minecraft Launcher
|
||||
# Floating
|
||||
windowrulev2 = float, title:Play Timer
|
||||
windowrulev2 = float, class:play-timer
|
||||
|
||||
# Opacity
|
||||
windowrule = opacity 0.85 0.75 ,class:^(kitty)$
|
||||
windowrule = opacity 0.85 0.75, match:tag kitty
|
||||
|
||||
|
||||
@@ -119,10 +119,10 @@ input {
|
||||
accel_profile = flat
|
||||
force_no_accel=2
|
||||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
sensitivity = 1 # -1.0 - 1.0, 0 means no modification.
|
||||
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
natural_scroll = true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -221,14 +221,6 @@ bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
# Example windowrule
|
||||
# windowrule = float,class:^(kitty)$,title:^(kitty)$
|
||||
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
windowrule = suppressevent maximize, class:(?!Minecraft Launcher).*
|
||||
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
|
||||
windowrule = pseudo,class:^$,title:^$,xwayland:1
|
||||
|
||||
source = ~/.config/hypr/keybinds.conf
|
||||
source = ~/.config/hypr/applications.conf
|
||||
source = ~/.config/hypr/decoration.conf
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
monitor = DP-1, 1920x1080@144,0x0,1
|
||||
monitor = HDMI-A-1, 1680x1050@60,-1680x0,1
|
||||
monitor = eDP-1, 1920x1080@144,0x0,1
|
||||
#monitor = HDMI-A-1, 1680x1050@60,-1680x0,1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user