diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-05-28 08:59:16 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-05-28 08:59:16 -0500 |
| commit | b40f6529684398355d93fc845ea0cd0ef3cc6b88 (patch) | |
| tree | bafab90d864c3733d5f1812683ab18ce6ced3947 /env/.local/bin/system/start-scripts | |
| parent | c31571d6435a9fe3c55f10aebc205f37f775dc74 (diff) | |
usual config changes
Diffstat (limited to 'env/.local/bin/system/start-scripts')
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh index f5bee46..bc25fe0 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -36,7 +36,8 @@ fi pipewire-pulse & disown sleep 0.5s -fcitx5 -d +# fcitx5 -d +# this program running all the time causes weird key input bugs and lag. i only want to use this when typing special stuff. if [ "$WAYLAND_DISPLAY" ]; then waybar & disown |
