mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Adapted for bspwm
This commit is contained in:
parent
798c4b8719
commit
17b5f93b79
11
.profile
11
.profile
@ -4,16 +4,17 @@
|
|||||||
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
|
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
|
||||||
|
|
||||||
# Get default LARBS WM from ~/.local/share/larbs/wm
|
# Get default LARBS WM from ~/.local/share/larbs/wm
|
||||||
export LARBSWM="$(cat ~/.local/share/larbs/wm 2>/dev/null)" &&
|
## export LARBSWM="$(cat ~/.local/share/larbs/wm 2>/dev/null)" &&
|
||||||
[ "$LARBSWM" = "dwm" ] || export LARBSWM="i3"
|
## [ "$LARBSWM" = "dwm" ] || export LARBSWM="i3"
|
||||||
|
export WM="bspwm"
|
||||||
# Default programs:
|
# Default programs:
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export TERMINAL="st"
|
export TERMINAL="st"
|
||||||
export BROWSER="brave"
|
export BROWSER="brave"
|
||||||
export READER="zathura"
|
export READER="zathura"
|
||||||
export FILE="ranger"
|
export FILE="vifm"
|
||||||
export STATUSBAR="${LARBSWM}blocks"
|
export PAGER="less"
|
||||||
|
## export STATUSBAR="${LARBSWM}blocks"
|
||||||
|
|
||||||
# ~/ Clean-up:
|
# ~/ Clean-up:
|
||||||
export NOTMUCH_CONFIG="$HOME/.config/notmuch-config"
|
export NOTMUCH_CONFIG="$HOME/.config/notmuch-config"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user