diff --git a/GitS_alley_to_water.png b/GitS_alley_to_water.png new file mode 100644 index 0000000..b6c21e0 Binary files /dev/null and b/GitS_alley_to_water.png differ diff --git a/GitS_alley_to_water_zoom.png b/GitS_alley_to_water_zoom.png new file mode 100644 index 0000000..bec96fd Binary files /dev/null and b/GitS_alley_to_water_zoom.png differ diff --git a/GitS_other_alley_zoom.png b/GitS_other_alley_zoom.png new file mode 100644 index 0000000..c4a41a4 Binary files /dev/null and b/GitS_other_alley_zoom.png differ diff --git a/flake.nix b/flake.nix index a483c98..a99bf65 100644 --- a/flake.nix +++ b/flake.nix @@ -92,7 +92,9 @@ #image = ./stones-water.jpg; #image = ./moss.jpeg; #image = ./ruinedmansion.jpg; - image = ./130_1zhJtUA.jpeg; #the city street + #image = ./130_1zhJtUA.jpeg; #the city street + #image = ./GitS_alley_to_water_zoom.png; + image = ./GitS_other_alley_zoom.png; #image = pkgs.fetchurl { # url = "https://raw.githubusercontent.com/kiedtl/walls/refs/heads/master/green-tea.jpg"; # sha256 = "sha256-+NcZMBnbEWurmkOkzdrxGwBlxzUO3Sitt6Uoq9plc7o="; diff --git a/home-manager/home.nix b/home-manager/home.nix index b732950..c665b9a 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -102,7 +102,7 @@ }; spawn-at-startup = [ { command = [ "swww-daemon" ]; } - #{ command = [ "swww" "img" "${config.stylix.image}" ]; } + { command = [ "swww" "img" "${config.stylix.image}" ]; } { command = [ "waybar" ]; } { command = [ "xwayland-satellite" ]; } ]; @@ -116,12 +116,12 @@ bottom-right = r; }; clip-to-geometry = true; - #opacity = 0.95; + opacity = 0.95; } { matches = [{is-focused = false;}]; - #opacity = 0.85; - opacity = 0.95; + opacity = 0.85; + #opacity = 0.95; } ]; layout = { @@ -266,6 +266,7 @@ "Alt+Shift+Minus".action = set-window-height "-10%"; "Alt+Shift+Equal".action = set-window-height "+10%"; + "Alt+S".action.screenshot.show-pointer = false; #"Print".action = screenshot; #"Ctrl+Print".aciton = screenshot-screen; #"Alt+Print".action = screenshot-window;