mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-17 01:03:32 +09:00
Compare commits
1 Commits
218ca4bbd7
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1bb836dee1 |
@ -1,11 +1,9 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
PYTHONSTARTUP=~/scripts/my_imports.py
|
|
||||||
|
|
||||||
winclass="$(xdotool search --class pythonpad)";
|
winclass="$(xdotool search --class pythonpad)";
|
||||||
|
|
||||||
if [ -z "$winclass" ]; then
|
if [ -z "$winclass" ]; then
|
||||||
alacritty --class pythonpad -e python
|
PYTHONSTARTUP=/home/jaeus/scripts/my_imports.py alacritty --class pythonpad -e python
|
||||||
else
|
else
|
||||||
if [ ! -f /tmp/pythonpad ]; then
|
if [ ! -f /tmp/pythonpad ]; then
|
||||||
touch /tmp/pythonpad && xdo hide "$winclass"
|
touch /tmp/pythonpad && xdo hide "$winclass"
|
||||||
|
|||||||
Reference in New Issue
Block a user