Remove unneeded lines of code
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
988d55b022
commit
56692b5364
2 changed files with 4 additions and 10 deletions
12
.bashrc
12
.bashrc
|
@ -78,15 +78,9 @@ export XMODIFIERS=@im=ibus
|
||||||
export VISUAL=vim
|
export VISUAL=vim
|
||||||
export EDITOR="$VISUAL"
|
export EDITOR="$VISUAL"
|
||||||
|
|
||||||
# enable programmable completion features (you don't need to enable
|
# Enable autocompletion features
|
||||||
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
|
if [ -f /etc/bash_completion ]; then
|
||||||
# sources /etc/bash.bashrc).
|
/etc/bash_completion
|
||||||
if ! shopt -oq posix; then
|
|
||||||
if [ -f /usr/share/bash-completion/bash_completion ]; then
|
|
||||||
. /usr/share/bash-completion/bash_completion
|
|
||||||
elif [ -f /etc/bash_completion ]; then
|
|
||||||
. /etc/bash_completion
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add users bin directory to the PATH
|
# Add users bin directory to the PATH
|
||||||
|
|
|
@ -213,7 +213,7 @@ exec --no-startup-id compton
|
||||||
exec_always --no-startup-id feh --bg-center /home/severin/GoogleDrive/02_Media/01_Images/01_Wallpaper/Desktop/Zelda_1.jpg
|
exec_always --no-startup-id feh --bg-center /home/severin/GoogleDrive/02_Media/01_Images/01_Wallpaper/Desktop/Zelda_1.jpg
|
||||||
|
|
||||||
# Monitor settings
|
# Monitor settings
|
||||||
exec_always --no-startup-id xrandr --output $output2 --mode 1280x1024 --pos 1280x0 --rotate normal --output VIRTUAL1 --off --output DP1 --off --output $output1 --mode 1280x1024 --pos 0x0 --rotate normal
|
exec_always --no-startup-id xrandr --output $output2 --mode 1280x1024 --pos 1280x0 --rotate normal --output $output1 --mode 1280x1024 --pos 0x0 --rotate normal
|
||||||
|
|
||||||
# Other applications
|
# Other applications
|
||||||
exec google-chrome-beta
|
exec google-chrome-beta
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue