Compare commits
No commits in common. "7f64a63b9f77928588ce8716b80e00fc38c0ff31" and "e15ed8fd7e25422dd27d2929d480008df5f474f7" have entirely different histories.
7f64a63b9f
...
e15ed8fd7e
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -281,4 +281,3 @@ X11/xinit/xinitrc.d/*local.sh
|
|||
lazydocker/
|
||||
sunshine/
|
||||
clipse/
|
||||
X11/xinit/xinitrc.d/*
|
||||
|
|
|
|||
7
X11/xinit/xinitrc.d/51-clipboard.sh
Executable file
7
X11/xinit/xinitrc.d/51-clipboard.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
if command -v clipse >/dev/null; then
|
||||
clipse -listen-shell &
|
||||
else
|
||||
echo "error: clipse not found"
|
||||
fi
|
||||
|
|
@ -108,5 +108,3 @@ bar {
|
|||
|
||||
for_window [class="Display-im*"] floating enable
|
||||
for_window [title="Steam Settings"] floating enable
|
||||
|
||||
exec --no-startup-id clipse -listen
|
||||
|
|
|
|||
Loading…
Reference in a new issue