Compare commits
2 commits
e15ed8fd7e
...
7f64a63b9f
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f64a63b9f | |||
| a6d561145b |
3 changed files with 3 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -281,3 +281,4 @@ X11/xinit/xinitrc.d/*local.sh
|
||||||
lazydocker/
|
lazydocker/
|
||||||
sunshine/
|
sunshine/
|
||||||
clipse/
|
clipse/
|
||||||
|
X11/xinit/xinitrc.d/*
|
||||||
|
|
|
||||||
|
|
@ -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