This commit is contained in:
elkowar 2024-11-16 18:46:06 +01:00
parent 504ed3ae9a
commit 708d983691
Signed by: ElKowar
GPG key ID: 862BA3D7D7760F13

View file

@ -1,3 +1,4 @@
// vim:set ft=kdl:
input { input {
keyboard { keyboard {
xkb { xkb {
@ -51,7 +52,6 @@ output "eDP-1" {
transform "normal" transform "normal"
position x=0 y=1440 position x=0 y=1440
} }
// {{end}}
// {{ else }} // {{ else }}
output "DP-2" { output "DP-2" {
@ -97,6 +97,9 @@ spawn-at-startup "wl-paste" "--watch" "xclip -in -sel c"
spawn-at-startup "~/.config/niri/clipboardfix.sh" spawn-at-startup "~/.config/niri/clipboardfix.sh"
spawn-at-startup "clipse -listen" spawn-at-startup "clipse -listen"
spawn-at-startup "wl-clip-persist" "--clipboard" "regular" spawn-at-startup "wl-clip-persist" "--clipboard" "regular"
//{{if eq .chezmoi.hostname "thinkix" }}
spawn-at-startup "bash" "-c" "swaybg -m fill -i ~/wallpapers/green_leaves.jpg"
//{{end}}
prefer-no-csd prefer-no-csd
screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png" screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"