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 | |
| parent | c31571d6435a9fe3c55f10aebc205f37f775dc74 (diff) | |
usual config changes
Diffstat (limited to 'env')
| -rw-r--r-- | env/.config/hypr/hyprland.conf | 3 | ||||
| -rw-r--r-- | env/.config/waybar/config.jsonc | 2 | ||||
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 3 |
3 files changed, 6 insertions, 2 deletions
diff --git a/env/.config/hypr/hyprland.conf b/env/.config/hypr/hyprland.conf index 67fec50..1d0edad 100644 --- a/env/.config/hypr/hyprland.conf +++ b/env/.config/hypr/hyprland.conf @@ -436,3 +436,6 @@ windowrule = size 20% 70%, title:Friends List, class: steam windowrule = workspace 9, title: Envision windowrule = workspace 8, title: VRChat + +windowrule = noinitialfocus, title:im-emoji-picker +windowrule = nofocus, title:im-emoji-picker diff --git a/env/.config/waybar/config.jsonc b/env/.config/waybar/config.jsonc index 4afa434..bce5021 100644 --- a/env/.config/waybar/config.jsonc +++ b/env/.config/waybar/config.jsonc @@ -157,7 +157,7 @@ "custom/rss": { "format": " {}", "interval": 3, - "exec": "/usr/bin/newsboat -x print-unread|sed 's/\\s.*//; s/Error:/IA/'" + "exec": "/usr/bin/newsboat -x print-unread|sed 's/\\s.*//; s/Error:/E/'" }, "custom/disc": { 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 |
