sync: hyprland, env

This commit is contained in:
ziro 2023-11-26 10:33:58 +07:00
parent 926373c8a6
commit 26a159fef4
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources exec-once = xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources
exec-once = waybar exec-once = waybar-loop
exec-once = unclutter exec-once = unclutter
exec-once = dunst exec-once = dunst
exec-once = numlockx exec-once = numlockx

View file

@ -1 +1 @@
/home/ziro/.config/tdm/extra/hyprland /home/ziro/.config/tdm/sessions/Gamescope

View file

@ -77,10 +77,10 @@ export HTTPS="localhost:9050"
export GOOGLE_APPLICATION_CREDENTIALS="$HOME/Downloads/youtube-9ab71578c563.json" export GOOGLE_APPLICATION_CREDENTIALS="$HOME/Downloads/youtube-9ab71578c563.json"
# vim/nvim as manpager # vim/nvim as manpager
if [[ "$OSTYPE" == "linux-gnu" ]]; then # if [[ "$OSTYPE" == "linux-gnu" ]]; then
export MANPAGER="nvimpager" # export MANPAGER="nvimpager"
# export MANPAGER="/bin/sh -c \"col -b | vim --not-a-term -c 'set ft=man ts=8 nomod nolist noma' -\"" # export MANPAGER="/bin/sh -c \"col -b | vim --not-a-term -c 'set ft=man ts=8 nomod nolist noma' -\""
fi # fi
# -- Wine problem workaround # -- Wine problem workaround
# - NOTE to self: this will prevent some (probably wine issue) games from launching # - NOTE to self: this will prevent some (probably wine issue) games from launching