diff --git a/hypridle.conf b/hypridle.conf
deleted file mode 100644
index 7a6a49b..0000000
--- a/hypridle.conf
+++ /dev/null
@@ -1,34 +0,0 @@
-general {
- lock_cmd = pidof hyprlock || hyprlock
- before_sleep_cmd = loginctl lock-session
- after_sleep_cmd = hyprctl dispatch dpms on
- ignore_dbus_inhibit = false
- ignore_systemd_inhibit = false
-}
-
-# Idle
-listener {
- timeout = 1800
- on-timeout = loginctl lock-session
- on-resume = notify-send "Welcome back!"
-}
-
-# Shutdown
-listener {
- timeout = 7200
- on-timeout = systemctl hibernate
- on-resume = loginctl lock-session && notify-send "Welcome back!"
-}
-
-# Brightness
-listener {
- timeout = 900
- on-timeout = brightnessctl -s set 10000
- on-resume = brightnessctl -r
-}
-
-listener {
- timeout = 3600
- on-timeout = hyprctl dispatch dpms off
- on-resume = hyprctl dispatch dpms on
-}
diff --git a/hyprlock.conf b/hyprlock.conf
deleted file mode 100644
index b7cfbfe..0000000
--- a/hyprlock.conf
+++ /dev/null
@@ -1,101 +0,0 @@
-source = $HOME/.config/hypr/modules/macchiato.conf
-
-$accent = $mauve
-$accentAlpha = $mauveAlpha
-
-# GENERAL
-general {
- hide_cursor = true
-}
-
-# BACKGROUND
-background {
- monitor =
- path = $HOME/.config/background
- blur_passes = 0
- color = $base
-}
-
-# LAYOUT
-label {
- monitor =
- text = Layout: $LAYOUT
- color = $text
- font_size = 25
- font_family = $font
- position = 30, -30
- halign = left
- valign = top
-}
-
-# TIME
-label {
- monitor =
- text = $TIME
- color = $text
- font_size = 90
- font_family = $font
- position = -30, 0
- halign = right
- valign = top
-}
-
-# DATE
-label {
- monitor =
- text = cmd[update:43200000] date +"%A, %d %B %Y"
- color = $text
- font_size = 25
- font_family = 0XProto Nerd Font
- position = -30, -150
- halign = right
- valign = top
-}
-
-# FINGERPRINT
-{
- monitor = "";
- text = "$FPRINTPROMPT";
- color = "$text";
- font_size = 14;
- font_family = font;
- position = "0, -107";
- halign = "center";
- valign = "center";
-}
-
-# USER AVATAR
-image {
- monitor =
- path = $HOME/.face
- size = 100
- border_color = $accent
- position = 0, 75
- halign = center
- valign = center
-}
-
-# INPUT FIELD
-input-field {
- monitor =
- size = 300, 60
- outline_thickness = 4
- dots_size = 0.2
- dots_spacing = 0.2
- dots_center = true
- outer_color = $accent
- inner_color = $surface0
- font_color = $text
- fade_on_empty = false
- placeholder_text = Logged in as $USER
- hide_input = false
- check_color = $accent
- fail_color = $red
- fail_text = $FAIL ($ATTEMPTS)
- capslock_color = $yellow
- position = 0, -47
- halign = center
- valign = center
-}
-
-
diff --git a/modules/binds.conf b/modules/binds.conf
index c33e04e..c0293d0 100644
--- a/modules/binds.conf
+++ b/modules/binds.conf
@@ -67,4 +67,8 @@ bindl = , XF86AudioPrev, exec, uwsm app -S out -- playerctl previous
bindl = , XF86AudioNext, exec, uwsm app -S out -- playerctl next
# Screenshot and copy binds
-bind = , PRINT, exec, uwsm app -S out -- hyprshot -m region
+bind = , PRINT, exec, uwsm app -S out -- hyprshot -m region -z
+
+# zshell
+bind = SUPER, R, global, zshell:toggle-launcher
+bind = SUPER, A, global, zshell:toggle-nc
diff --git a/modules/settings.conf b/modules/settings.conf
index 703ee48..be6d48d 100644
--- a/modules/settings.conf
+++ b/modules/settings.conf
@@ -20,15 +20,15 @@ misc {
}
general {
- gaps_in = 3
- gaps_out = 8
- border_size = 3
+ gaps_in = 2
+ gaps_out = 4
+ border_size = 2
col.active_border = $sky $teal $green $blue 90deg
col.inactive_border = $crust 90deg
}
decoration {
- rounding = 5
+ rounding = 2
shadow {
enabled = true
range = 25