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/:*$//')"
|
||||
|
||||
# Get default LARBS WM from ~/.local/share/larbs/wm
|
||||
export LARBSWM="$(cat ~/.local/share/larbs/wm 2>/dev/null)" &&
|
||||
[ "$LARBSWM" = "dwm" ] || export LARBSWM="i3"
|
||||
|
||||
## export LARBSWM="$(cat ~/.local/share/larbs/wm 2>/dev/null)" &&
|
||||
## [ "$LARBSWM" = "dwm" ] || export LARBSWM="i3"
|
||||
export WM="bspwm"
|
||||
# Default programs:
|
||||
export EDITOR="nvim"
|
||||
export TERMINAL="st"
|
||||
export BROWSER="brave"
|
||||
export READER="zathura"
|
||||
export FILE="ranger"
|
||||
export STATUSBAR="${LARBSWM}blocks"
|
||||
export FILE="vifm"
|
||||
export PAGER="less"
|
||||
## export STATUSBAR="${LARBSWM}blocks"
|
||||
|
||||
# ~/ Clean-up:
|
||||
export NOTMUCH_CONFIG="$HOME/.config/notmuch-config"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user