Update xinit
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
|
|
||||||
## Other Dependencies
|
## Other Dependencies
|
||||||
|
|
||||||
|
+ [Nordic](https://github.com/EliverLara/Nordic): GTK Theme
|
||||||
+ [asetroot](https://github.com/Wilnath/asetroot): animated wallpaper
|
+ [asetroot](https://github.com/Wilnath/asetroot): animated wallpaper
|
||||||
+ [i3-swallow](https://github.com/jamesofarrell/i3-swallow): swallow terminal (not used anymore)
|
+ [i3-swallow](https://github.com/jamesofarrell/i3-swallow): swallow terminal (not used anymore)
|
||||||
+ [neovim-remote](https://github.com/mhinz/neovim-remote): zathura integration
|
+ [neovim-remote](https://github.com/mhinz/neovim-remote): zathura integration
|
||||||
|
|||||||
@@ -33,6 +33,12 @@ export SDL_IM_MODULE='fcitx'
|
|||||||
export XMODIFIERS='@im=fcitx'
|
export XMODIFIERS='@im=fcitx'
|
||||||
export WINIT_UNIX_BACKEND=x11
|
export WINIT_UNIX_BACKEND=x11
|
||||||
|
|
||||||
|
# path
|
||||||
|
export PATH=$PATH:$HOME/.cargo/bin:$HOME:/.local:$HOME/.cabal/bin:$HOME/.ghcup/bin
|
||||||
|
|
||||||
|
# university wants me to use intellij, but dwm rightfully hates it
|
||||||
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
|
||||||
# wallpaper
|
# wallpaper
|
||||||
feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
|
feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
|
||||||
#asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 50 &
|
#asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 50 &
|
||||||
|
|||||||
@@ -47,7 +47,8 @@ zstyle ':vcs_info:git:*' formats '|%b '
|
|||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export VISUAL="nvim"
|
export VISUAL="nvim"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export PATH=$PATH:$HOME/.local/bin:$HOME/scripts:$HOME/.cargo/bin
|
# ~/.xinitrc holds rest of $PATH
|
||||||
|
export PATH=$PATH:$HOME/.local/bin:$HOME/scripts
|
||||||
|
|
||||||
# ============================== Aliases
|
# ============================== Aliases
|
||||||
alias fontslist="fc-list :scalable=true:spacing=mono: family"
|
alias fontslist="fc-list :scalable=true:spacing=mono: family"
|
||||||
|
|||||||
Reference in New Issue
Block a user