clipboard
This commit is contained in:
parent
e15ed8fd7e
commit
a6d561145b
2 changed files with 2 additions and 7 deletions
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
if command -v clipse >/dev/null; then
|
|
||||||
clipse -listen-shell &
|
|
||||||
else
|
|
||||||
echo "error: clipse not found"
|
|
||||||
fi
|
|
||||||
|
|
@ -108,3 +108,5 @@ bar {
|
||||||
|
|
||||||
for_window [class="Display-im*"] floating enable
|
for_window [class="Display-im*"] floating enable
|
||||||
for_window [title="Steam Settings"] floating enable
|
for_window [title="Steam Settings"] floating enable
|
||||||
|
|
||||||
|
exec --no-startup-id clipse -listen
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue