Commit ed9fa24

Ansari <ping@ansari.wtf>
2025-12-06 12:52:01
minor hypr changes
1 parent d7a3f8c
Changed files (3)
.config/hypr/modules/keybinds.conf
@@ -15,10 +15,8 @@ bind = $mainMod CTRL,     s,swapwindow, d
 bind = $mainMod CTRL,     d,  swapwindow, r  
 bind = $mainMod,    TAB, hyprexpo:expo, toggle
 
-# TODOS
-# Example special workspace (scratchpad)
-# bind = $mainMod, S, togglespecialworkspace, magic
-# bind = $mainMod SHIFT, S, movetoworkspace, special:magic
+bind = $mainMod, S, togglespecialworkspace, magic
+bind = $mainMod SHIFT, TAB, movetoworkspace, special:magic
 
 #CUSTOM SCRIPTS and Commands
 bind = $mainMod,    SPACE,  exec, $menu
.config/hypr/hypridle.conf
@@ -10,12 +10,12 @@ listener {
 }
 
 listener {
-    timeout = 1450                                                     
+    timeout = 700                                                     
     on-timeout = hyprctl dispatch dpms off                            
     on-resume = hyprctl dispatch dpms on
 }
 
-listener {
-    timeout = 1500                               
-    on-timeout = systemctl suspend                
-}
+#listener {
+#    timeout = 30                               
+#    on-timeout = systemctl suspend                
+#}
.config/hypr/hyprland.conf
@@ -23,6 +23,10 @@ plugin {
 		}
 }
 
+misc {
+		allow_session_lock_restore = true
+}
+
 # See https://wiki.hyprland.org/Configuring/Permissions/
 # Please note permission changes here require a Hyprland restart and are not applied on-the-fly
 # for security reasons