fixes niri and waybar

This commit is contained in:
Dennis Schoepf 2026-01-26 23:14:07 +01:00
parent 4d8256835a
commit 7dfbd2bbcd
2 changed files with 1 additions and 8 deletions

View file

@ -180,7 +180,6 @@ layout {
spawn-at-startup "waybar"
spawn-at-startup "swaync"
spawn-at-startup "swww-daemon"
spawn-at-startup "tailscale systray"
spawn-sh-at-startup "~/.config/awww/bin/random-bg.sh ~/Pictures/Wallpapers/safe/dark"
hotkey-overlay {
@ -470,9 +469,7 @@ binds {
// Mod+Space { switch-layout "next"; }
// Mod+Shift+Space { switch-layout "prev"; }
Mod+P { screenshot; }
Mod+Ctrl+P { screenshot-screen; }
Mod+Alt+P { screenshot-window; }
Print { screenshot; }
// Applications such as remote-desktop clients and software KVM switches may
// request that niri stops processing the keyboard shortcuts defined here

View file

@ -7,9 +7,5 @@
programs.waybar = {
enable = true;
systemd = {
enable = true;
target = "graphical.target";
};
};
}