From b40f6529684398355d93fc845ea0cd0ef3cc6b88 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 28 May 2025 08:59:16 -0500 Subject: [PATCH] usual config changes --- env/.config/hypr/hyprland.conf | 3 +++ env/.config/waybar/config.jsonc | 2 +- env/.local/bin/system/start-scripts/autostart.sh | 3 ++- runs/env.sh | 2 +- runs/get-reqs-B-current-arch.sh | 2 +- 5 files changed, 8 insertions(+), 4 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 diff --git a/runs/env.sh b/runs/env.sh index 6f0b267..ce8aeca 100755 --- a/runs/env.sh +++ b/runs/env.sh @@ -22,7 +22,7 @@ $(find ~/stuff/scripts/system -maxdepth 2 -type d)" echo "adding $s to path" paths="$paths:$s" done - echo "export PATH=\"$paths\":" > "$DEV_ENV/.local/bin/system/paths.sh" + echo "export PATH=\"$paths:\"" > "$DEV_ENV/.local/bin/system/paths.sh" chmod u+x "$DEV_ENV/.local/bin/system/paths.sh" fi diff --git a/runs/get-reqs-B-current-arch.sh b/runs/get-reqs-B-current-arch.sh index a97bf9b..d7134b6 100755 --- a/runs/get-reqs-B-current-arch.sh +++ b/runs/get-reqs-B-current-arch.sh @@ -11,7 +11,7 @@ $sudo pacman -S xorg-server libxft libxinerama pipewire-pulse pipewire-alsa pipe $sudo pacman -S fcitx5-im fcitx5-mozc # for vr -$sudo pacman -S cli11 eigen glib2 glib2-devel nlohmann-json patch +$sudo pacman -S cli11 eigen glib2 glib2-devel nlohmann-json patch fcitx5-im-emoji-picker-git # git clone https://aur.archlinux.org/paru.git # cd paru