]> Freerunner's - dotfiles.git/commitdiff
hypr: update
authorAndre Ramnitz <tux.rising@gmail.com>
Mon, 11 Mar 2024 21:36:45 +0000 (22:36 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:53 +0000 (18:18 +0200)
config/hypr/hyprland.conf
config/hypr/scripts/gammarelay-autotemp.py

index 88373539295ddee480ce05f479a040bd054bc707..367c37b59694439dcf1a9c3c7b72583b44630f38 100644 (file)
@@ -23,7 +23,7 @@ env = XDG_SESSION_DESKTOP, Hyprland
 # Some default env vars.
 env = QT_QPA_PLATFORM,wayland;xcb
 #env = QT_AUTO_SCREEN_SCALE_FACTOR,1
-env = QT_QPA_PLATFORMTHEME,qt5ct
+#env = QT_QPA_PLATFORMTHEME,qt5ct
 
 env = GDK_BACKEND,wayland,x11
 #env = GDK_SCALE=1 # scaling XWayland clients
@@ -182,7 +182,7 @@ windowrulev2 = size 60% 100%, float, title:^(NCMPCPP.*)$
 
 # handle other clients
 windowrulev2 = float, size 1560 1000, pin, workspace special:overlay, class:^(org.keepassxc.KeePassXC)$
-windowrule = float, ^(firefox)$
+windowrule = float, ^(firefox)$
 windowrulev2 = opacity 1.0 override 0.8 override, group, class:^(foot)$
 windowrulev2 = float, opacity 1.0 override 0.8 override, class:^(popup)$
 windowrulev2 = float, noanim, stayfocused, maxsize 1280 800, center, opacity 1.0 override, class:^(kakpopup)$
index d0e4f08f2a6348ea90a605dfe704c0007a40ceb4..b1cd3a90e6a191bebe7abd3e9eda0f30d13f9bcf 100755 (executable)
@@ -13,7 +13,7 @@ with open('/tmp/autotemp.pid', 'a') as pid_file:
     pid_file.write(str(os.getpid()))
 
 temp_day = 6500
-temp_night = 3800
+temp_night = 4000
 dawn_time = 9 * 3600  # 9am
 dusk_time = 18 * 3600  # 19pm