Regenerated

This commit is contained in:
2026-04-17 10:20:53 +02:00
parent f51aec7988
commit 310b141118
7 changed files with 746 additions and 374 deletions
@@ -13,8 +13,8 @@ bind = $mainMod, X , exec, qs -c powermenu
# Switch windows
bind = ALT, TAB, cyclenext, prev
bind = ALT SHIFT, TAB, cyclenext, prev
bind = CTRL SHIFT, mouse_down, cyclenext, prev
bind = CTRL SHIFT, mouse_up, cyclenext, prev
bind = ALT, mouse_down, cyclenext, prev
bind = ALT , mouse_up, cyclenext, prev
bindel = CTRL ALT, mouse_up, layoutmsg, addmaster
bindel = CTRL ALT, mouse_down, layoutmsg, removemaster
@@ -138,12 +138,6 @@ bind = , XF86PowerOff, exec, systemctl poweroff
bind = , XF86WakeUp, exec, systemctl suspend
bind = CTRL ALT, L, exec, loginctl lock-session
#########################
# Laptop lid settings
#########################
bindl = , switch:on:Lid Switch, exec, ~/.config/scripts/lid-action.sh
bindl = , switch:off:Lid Switch, exec, ~/.config/scripts/lid-restore.sh
#########################
# Start apps
#########################
@@ -4,12 +4,10 @@ general {
after_sleep_cmd = hyprctl dispatch dpms on
ignore_dbus_inhibit = false
}
listener {
timeout = 600
on-timeout = hyprlock
}
listener {
timeout = 900
on-timeout = hyprctl dispatch dpms off
@@ -0,0 +1,22 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
general {
grace = 2
hide_cursor = true
}
background {
monitor =
path = screenshot
blur_passes = 3
blur_size = 8
}
input-field {
monitor =
size = 250, 50
position = 0, -80
outline_thickness = 2
dots_center = true
fade_on_empty = false
}