Compare commits
3 commits
168056ce39
...
cf26daecee
Author | SHA1 | Date | |
---|---|---|---|
cf26daecee | |||
71de974847 | |||
bd89f8498e |
3 changed files with 5 additions and 2 deletions
|
@ -19,7 +19,7 @@ set $menu dmenu_path | wmenu | xargs swaymsg exec --
|
||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
# Default wallpaper (more resolutions are available in /run/current-system/sw/share/backgrounds/sway/)
|
# Default wallpaper (more resolutions are available in /run/current-system/sw/share/backgrounds/sway/)
|
||||||
output * bg ~/lib/pictures/camera/Camera/PXL_20240302_142813383.jpg fill
|
output * bg ~/tmp/51761494940_7f9d6ab0e3_o.jpg fill
|
||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
#
|
#
|
||||||
|
|
|
@ -26,7 +26,9 @@ in
|
||||||
ignoreDups = true;
|
ignoreDups = true;
|
||||||
ignoreSpace = true;
|
ignoreSpace = true;
|
||||||
save = 100000;
|
save = 100000;
|
||||||
share = true;
|
# FIXME https://github.com/junegunn/fzf/issues/4061
|
||||||
|
#share = true;
|
||||||
|
share = false;
|
||||||
};
|
};
|
||||||
plugins = [
|
plugins = [
|
||||||
];
|
];
|
||||||
|
|
|
@ -225,6 +225,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
systemd.user.services.kanshi = {
|
systemd.user.services.kanshi = {
|
||||||
|
enable = true;
|
||||||
description = "kanshi daemon";
|
description = "kanshi daemon";
|
||||||
environment = {
|
environment = {
|
||||||
WAYLAND_DISPLAY = "wayland-1";
|
WAYLAND_DISPLAY = "wayland-1";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue