usual config changes
This commit is contained in:
parent
c31571d643
commit
b40f652968
|
@ -436,3 +436,6 @@ windowrule = size 20% 70%, title:Friends List, class: steam
|
||||||
windowrule = workspace 9, title: Envision
|
windowrule = workspace 9, title: Envision
|
||||||
|
|
||||||
windowrule = workspace 8, title: VRChat
|
windowrule = workspace 8, title: VRChat
|
||||||
|
|
||||||
|
windowrule = noinitialfocus, title:im-emoji-picker
|
||||||
|
windowrule = nofocus, title:im-emoji-picker
|
||||||
|
|
|
@ -157,7 +157,7 @@
|
||||||
"custom/rss": {
|
"custom/rss": {
|
||||||
"format": " {}",
|
"format": " {}",
|
||||||
"interval": 3,
|
"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": {
|
"custom/disc": {
|
||||||
|
|
|
@ -36,7 +36,8 @@ fi
|
||||||
pipewire-pulse & disown
|
pipewire-pulse & disown
|
||||||
sleep 0.5s
|
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
|
if [ "$WAYLAND_DISPLAY" ]; then
|
||||||
waybar & disown
|
waybar & disown
|
||||||
|
|
|
@ -22,7 +22,7 @@ $(find ~/stuff/scripts/system -maxdepth 2 -type d)"
|
||||||
echo "adding $s to path"
|
echo "adding $s to path"
|
||||||
paths="$paths:$s"
|
paths="$paths:$s"
|
||||||
done
|
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"
|
chmod u+x "$DEV_ENV/.local/bin/system/paths.sh"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -11,7 +11,7 @@ $sudo pacman -S xorg-server libxft libxinerama pipewire-pulse pipewire-alsa pipe
|
||||||
$sudo pacman -S fcitx5-im fcitx5-mozc
|
$sudo pacman -S fcitx5-im fcitx5-mozc
|
||||||
|
|
||||||
# for vr
|
# 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
|
# git clone https://aur.archlinux.org/paru.git
|
||||||
# cd paru
|
# cd paru
|
||||||
|
|
Loading…
Reference in New Issue