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