hide fcitx5 tray icon
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Restart an application by killing it and relaunching via uwsm.
|
# Restart an application by killing it and relaunching via uwsm.
|
||||||
# Usage: omarchy-restart-app <application-name>
|
# Usage: omarchy-restart-app <application-name> [application-args...]
|
||||||
|
|
||||||
pkill -x $1
|
pkill -x $1
|
||||||
setsid uwsm-app -- $1 >/dev/null 2>&1 &
|
setsid uwsm-app -- "$@" >/dev/null 2>&1 &
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
# Restart the XCompose input method service (fcitx5) to apply new compose key settings.
|
# Restart the XCompose input method service (fcitx5) to apply new compose key settings.
|
||||||
|
|
||||||
omarchy-restart-app fcitx5
|
omarchy-restart-app fcitx5 --disable notificationitem
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
exec-once = uwsm-app -- hypridle
|
exec-once = uwsm-app -- hypridle
|
||||||
exec-once = uwsm-app -- mako
|
exec-once = uwsm-app -- mako
|
||||||
exec-once = uwsm-app -- waybar
|
exec-once = uwsm-app -- waybar
|
||||||
exec-once = uwsm-app -- fcitx5
|
exec-once = uwsm-app -- fcitx5 --disable notificationitem
|
||||||
exec-once = uwsm-app -- swaybg -i ~/.config/omarchy/current/background -m fill
|
exec-once = uwsm-app -- swaybg -i ~/.config/omarchy/current/background -m fill
|
||||||
exec-once = uwsm-app -- swayosd-server
|
exec-once = uwsm-app -- swayosd-server
|
||||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
|
|||||||
Reference in New Issue
Block a user