usual config changes

This commit is contained in:
iceyrazor 2025-05-28 08:59:16 -05:00
parent c31571d643
commit b40f652968
5 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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": {

View File

@ -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

View File

@ -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

View File

@ -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