Commit eee48cb
Changed files (4)
.config
hypr
modules
hyprpanel
.config/hypr/modules/autostarts.conf
@@ -4,4 +4,5 @@ exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store
exec-once = hyprctl setcursor arcstarry_cursor 25
exec-once = input-remapper-control --command autoload
-exec-once = hypridle &
\ No newline at end of file
+exec-once = hypridle &
+exec-once = hyprpm reload
\ No newline at end of file
.config/hypr/modules/vars.conf
@@ -1,3 +1,7 @@
$terminal = ghostty
$fileManager = dolphin
-$menu =rofi -show drun
\ No newline at end of file
+$menu = rofi -show drun
+
+env = LIBVA_DRIVER_NAME,nvidia
+env = __GLX_VENDOR_LIBRARY_NAME,nvidia
+
.config/hypr/hypridle.conf
@@ -5,12 +5,12 @@ general {
}
listener {
- timeout = 600
+ timeout = 600
on-timeout = loginctl lock-session
}
listener {
- timeout = 660
+ timeout = 1450
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}
.config/hyprpanel/config.json
@@ -1,10 +1,22 @@
{
- "bar.customModules.storage.paths": ["/"],
+ "bar.customModules.storage.paths": [
+ "/"
+ ],
"bar.layouts": {
"*": {
- "left": ["clock", "notifications"],
- "middle": ["workspaces"],
- "right": ["volume", "custom/brightness", "systray", "power"]
+ "left": [
+ "clock",
+ "notifications"
+ ],
+ "middle": [
+ "workspaces"
+ ],
+ "right": [
+ "volume",
+ "custom/brightness",
+ "systray",
+ "power"
+ ]
}
},
"theme.bar.floating": true,
@@ -123,4 +135,4 @@
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#f38ba8",
"theme.bar.menus.menu.power.buttons.sleep.text": "#f38ba8",
"notifications.position": "top left"
-}
+}
\ No newline at end of file