lot of updates. Fix Amnezia.

This commit is contained in:
2025-12-10 13:01:37 +03:00
parent 8c848be9e2
commit 732f6f89a5
8 changed files with 40 additions and 35 deletions
+2 -10
View File
@@ -17,14 +17,6 @@
./hypridle.nix # done
];
home.packages = with pkgs; [
# (writeShellScriptBin "next_wallpaper"
# (builtins.readFile ./scripts/wallpaper/next_wallpaper.sh))
# (writeShellScriptBin "move_wallpaper"
# (builtins.readFile ./scripts/wallpaper/move_wallpaper.sh))
# (writeShellScriptBin "fetch_wallpaper"
# (builtins.readFile ./scripts/wallpaper/fetch_wallpaper.sh))
# (writeShellScriptBin "wallpaper"
# (builtins.readFile ./scripts/wallpaper/wallpaper.py))
(pkgs.writeScriptBin "wallpaper" (''
#!${pkgs.python311}/bin/python3
'' + (builtins.readFile ./scripts/wallpaper/wallpaper.py)))
@@ -74,8 +66,8 @@
submap = "global";
debug = { disable_logs = false; };
monitor = [
"eDP-1,preferred,auto,auto"
monitor = lib.mkForce [
"eDP-1,preferred,auto,1.333333"
"HDMI-A-1,preferred,auto-left,auto"
"HDMI-A-2,preferred,auto-left,auto"
];
+2 -1
View File
@@ -2,7 +2,8 @@
{
services.hypridle = let
lock_cmd = "hyprlock --grace 10";
# lock_cmd = "hyprlock --grace 10";
lock_cmd = "exit";
suspend_cmd = "systemctl suspend || loginctl suspend";
in {
enable = true;
@@ -80,7 +80,11 @@
''
${super}, Return, exec, ~/.config/hypr/scripts/launch_first_available.sh "kitty" "foot" "alacritty" "wezterm" "konsole" "kgx" "uxterm" "xterm"
''
"${super}, T, exec, telegram-desktop"
''
RCtrl, Return, exec, ~/.config/hypr/scripts/launch_first_available.sh "kitty" "foot" "alacritty" "wezterm" "konsole" "kgx" "uxterm" "xterm"
''
"${super}, T, exec, Telegram"
''
${super}, E, exec, ~/.config/hypr/scripts/launch_first_available.sh "nemo" "dolphin" "nautilus" "thunar" "kitty -1 zsh -c yazi"''
''