Use NetworkManager instead of wicd
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
974895ee8a
commit
1b82726f85
3 changed files with 6 additions and 3 deletions
|
@ -69,8 +69,8 @@ ADD_GROUPS=(
|
|||
SYSTEMD_SERVICES=(
|
||||
"bumblebeed"
|
||||
"cronie"
|
||||
"org.cups.cupsd.service"
|
||||
"wicd"
|
||||
"NetworkManager"
|
||||
"org.cups.cupsd"
|
||||
)
|
||||
|
||||
#######################################
|
||||
|
|
|
@ -39,7 +39,7 @@ export npm_config_prefix="$HOME/.node_modules"
|
|||
export GOPATH=$HOME/go
|
||||
|
||||
# Adding folders to the PATH variable
|
||||
export PATH="$PATH:$HOME/bin:$npm_config_prefix/bin:$GOPATH/bin"
|
||||
export PATH="$PATH:$HOME/bin:$npm_config_prefix/bin:$GOPATH/bin:$HOME/.config/composer/vendor/bin"
|
||||
|
||||
# Set bash prompt
|
||||
set_bash_prompt() {
|
||||
|
|
|
@ -19,6 +19,9 @@ xset s noblank
|
|||
# Set keyboard layout
|
||||
setxkbmap -model pc105 -layout ch
|
||||
|
||||
# Start network manager
|
||||
nm-applet &
|
||||
|
||||
# Start redshift
|
||||
redshift &
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue