summaryrefslogtreecommitdiff
path: root/hypr
diff options
context:
space:
mode:
Diffstat (limited to 'hypr')
-rw-r--r--hypr/hypridle.conf2
-rw-r--r--hypr/hyprland.conf22
-rw-r--r--hypr/hyprlock.conf4
3 files changed, 14 insertions, 14 deletions
diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf
index 9b6ea02..39ed177 100644
--- a/hypr/hypridle.conf
+++ b/hypr/hypridle.conf
@@ -1,7 +1,7 @@
general {
lock_cmd = hyprlock # dbus/sysd lock command (loginctl lock-session)
unlock_cmd = # same as above, but unlock
- before_sleep_cmd = swaylock # command ran before sleep
+ before_sleep_cmd = hyprlock # command ran before sleep
after_sleep_cmd = # command ran after sleep
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam)
}
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 52d4254..2eac30c 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -83,7 +83,12 @@ general {
col.active_border = rgba(198844ee)
col.inactive_border = rgba(1b1d1cee)
layout = master
- no_cursor_warps = false
+}
+#}}}
+
+#{{{ cursor
+cursor {
+ no_warps = false
}
#}}}
@@ -93,7 +98,7 @@ misc {
disable_splash_rendering = true
enable_swallow = true
swallow_regex = ^(kitty)$
- swallow_exception_regex = ^(.*)(ueberzug)$
+ swallow_exception_regex = ^(.*ueberzug)$
vfr = true
vrr = 1
}
@@ -103,7 +108,7 @@ misc {
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 10
- drop_shadow = yes
+ drop_shadow = no
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
@@ -148,7 +153,7 @@ master {
special_scale_factor = 0.55
mfact = 0.55
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
- new_is_master = false
+ new_status = inherit
new_on_top = true
no_gaps_when_only = false
orientation = left
@@ -177,9 +182,6 @@ plugin {
# Example windowrule v2
# windowrulev2 = float, class:^(kitty)$, title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
-windowrule = windowdance, ^(oneshot)$
-windowrule = windowdance, title:^(UNDERTALE)$
-windowrule = windowdance, title:^(Rhythm Doctor)$
windowrule = fullscreen, ^(Xephyr)$
windowrule = float, title:^(LibreWolf - Choose User Profile)$
windowrule = float, ^(xdg-desktop-portal-gtk)
@@ -192,8 +194,6 @@ windowrulev2 = stayfocused, title:^(menu)$,class:^(yabridge-host.exe.so)$
windowrulev2 = minsize 1 1, title:^(menu)$,class:^(yabridge-host.exe.so)$
windowrulev2 = float, class:^(yabridge-host.exe.so)$, title:^(menu)$
windowrulev2 = float, floating:0, title:^(menu*)
-windowrulev2 = forceinput, title:^(menu*)
-windowrulev2 = windowdance, title:^(menu*)
windowrule = workspace 2, title:^(REAPER .*initializing.*)$
windowrulev2 = tile, class:^(REAPER)$, title:^(.*REAPER v[0-9.]* - Licensed for personal/small business use)$
windowrule = tile, ^(WebApp-Qobuz[0-9]*)$
@@ -321,8 +321,8 @@ submap = reset
#}}}
#{{{ Menu bindings
-bind = $mainMod, R, exec, exec sh -c "$(tofi-drun -c ~/.config/tofi/themes/dmenu_vertical --prompt-text Run:)"
-bind = $mainMod, D, exec, exec sh -c "$(tofi-run -c ~/.config/tofi/themes/dmenu_vertical --prompt-text Run:)"
+bind = $mainMod, R, exec, sh -c "$(tofi-drun -c ~/.config/tofi/themes/dmenu_vertical --prompt-text Run:)"
+bind = $mainMod, D, exec, sh -c "$(tofi-run -c ~/.config/tofi/themes/dmenu_vertical --prompt-text Run:)"
bind = $mainMod $secdMod, Q, exec, qbc
bind = $mainMod $secdMod, W, exec, lwc
bind = $mainMod $secdMod, E, exec, mbc
diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf
index 84d08ae..24208d6 100644
--- a/hypr/hyprlock.conf
+++ b/hypr/hyprlock.conf
@@ -2,8 +2,8 @@ general {
disable_loading_bar = false
hide_cursor = false
grace = 0
- no_fade_in = false
- no_fade_out = false
+ no_fade_in = true
+ no_fade_out = true
ignore_empty_input = false
}