Compare commits
2 commits
44fc037d6c
...
f598b1816a
Author | SHA1 | Date | |
---|---|---|---|
Dmitry Voronin | f598b1816a | ||
Dmitry Voronin | 191e3ffbfb |
|
@ -19,6 +19,6 @@
|
||||||
bindsym $mod+Shift+$up move up
|
bindsym $mod+Shift+$up move up
|
||||||
|
|
||||||
# Focus mouse following.
|
# Focus mouse following.
|
||||||
focus_follows_mouse no
|
focus_follows_mouse yes
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, ... }: let
|
{ pkgs, ... }: let
|
||||||
url = "https://4kwallpapers.com/images/wallpapers/boy-kid-alone-silhouette-moon-night-clouds-illustration-5846x4134-1017.jpg";
|
url = "https://r4.wallpaperflare.com/wallpaper/1024/884/847/waneella-pixel-art-city-plants-hd-wallpaper-cffe8c9aa7605f8ab4ba9c6980e5fbe4.jpg";
|
||||||
sha256 = "sha256-MflCIvvK10vNoV6YN+I5cPKcKZLeIGYJIXePWjWSn8g=";
|
sha256 = "sha256-a3cvyt7AuBZ2zUMMzgKAkLvjXyHZ4AkT8N6FrGMuxYk=";
|
||||||
in {
|
in {
|
||||||
path = pkgs.fetchurl {
|
path = pkgs.fetchurl {
|
||||||
url = url;
|
url = url;
|
||||||
|
|
Loading…
Reference in a new issue