Compare commits
No commits in common. "80fbfc64ec0580c735827a0b2d397f235993ee23" and "aeb62280360d9b3dbedaa9d6500d578fbafa8837" have entirely different histories.
80fbfc64ec
...
aeb6228036
2 changed files with 4 additions and 6 deletions
4
.bashrc
4
.bashrc
|
@ -23,8 +23,8 @@ alias sw='i3-swallow'
|
||||||
|
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export PATH=$PATH:~/.local/bin
|
export PATH=$PATH:~/.local/bin
|
||||||
export HISTSIZE=10000
|
export HISTSIZE=1000
|
||||||
export HISTFILESIZE=20000
|
export HISTFILESIZE=2000
|
||||||
export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
|
export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
|
||||||
|
|
||||||
export LESS=-R
|
export LESS=-R
|
||||||
|
|
|
@ -230,10 +230,8 @@ exec --no-startup-id dunst 2>&1 &
|
||||||
exec --no-startup-id lxqt-policykit-agent 2>&1 &
|
exec --no-startup-id lxqt-policykit-agent 2>&1 &
|
||||||
exec --no-startup-id syncthingtray --wait 2>&1 &
|
exec --no-startup-id syncthingtray --wait 2>&1 &
|
||||||
exec --no-startup-id kdeconnect-indicator 2>&1 &
|
exec --no-startup-id kdeconnect-indicator 2>&1 &
|
||||||
#exec --no-startup-id xfce4-power-manager 2>&1 &
|
exec --no-startup-id xfce4-power-manager 2>&1 &
|
||||||
exec --no-startup-id lxqt-powermanagement 2>&1 &
|
exec --no-startup-id xss-lock -- betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10 2>&1 &
|
||||||
#exec --no-startup-id xss-lock -l -- betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10 2>&1 &
|
|
||||||
exec --no-startup-id xss-lock -l -- multilockscreen -l --off 1 -- --date-str "${USER}@${HOSTNAME}" 2>&1 &
|
|
||||||
exec --no-startup-id bash ~/.config/i3/customonce.sh 2>&1
|
exec --no-startup-id bash ~/.config/i3/customonce.sh 2>&1
|
||||||
|
|
||||||
# Borders
|
# Borders
|
||||||
|
|
Loading…
Reference in a new issue