add bing wallpaper for niri
This commit is contained in:
parent
19eaaa9493
commit
b22cabaa8d
4 changed files with 93 additions and 2 deletions
|
|
@ -257,6 +257,8 @@ layout {
|
|||
// This line starts waybar, a commonly used bar for Wayland compositors.
|
||||
// spawn-at-startup "waybar"
|
||||
|
||||
spawn-at-startup "swaybg" "-i" "/home/sckova/.local/share/dailywallpaper.jpg"
|
||||
|
||||
// run tailscale system tray
|
||||
spawn-at-startup "sudo tailscale set --operator=$USER"
|
||||
spawn-at-startup "tailscale systray"
|
||||
|
|
@ -384,8 +386,8 @@ binds {
|
|||
// Example brightness key mappings for brightnessctl.
|
||||
// You can use regular spawn with multiple arguments too (to avoid going through "sh"),
|
||||
// but you need to manually put each argument in separate "" quotes.
|
||||
XF86MonBrightnessUp allow-when-locked=true { spawn "/home/sckova/.config/niri/scripts/brightness.sh" "5"; }
|
||||
XF86MonBrightnessDown allow-when-locked=true { spawn "/home/sckova/.config/niri/scripts/brightness.sh" "-5"; }
|
||||
XF86MonBrightnessUp allow-when-locked=true { spawn "/home/sckova/.config/niri/scripts/brightness.sh" "1"; }
|
||||
XF86MonBrightnessDown allow-when-locked=true { spawn "/home/sckova/.config/niri/scripts/brightness.sh" "-1"; }
|
||||
|
||||
// Open/close the Overview: a zoomed-out view of workspaces and windows.
|
||||
// You can also move the mouse into the top-left hot corner,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue