Set default editor in .bashrc and updated install.sh
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
1cf7b01030
commit
06da784e10
3 changed files with 11 additions and 7 deletions
6
.xinitrc
6
.xinitrc
|
@ -3,11 +3,11 @@ xset s off
|
|||
xset -dpms
|
||||
xset s noblank
|
||||
|
||||
# Load dconf
|
||||
cat "$HOME/dotfiles/dconf/config" | dconf load /
|
||||
|
||||
# Start ibus
|
||||
ibus-daemon -d --xim
|
||||
|
||||
# Load dconf
|
||||
dconf load / < "$HOME/dotfiles/dconf/config"
|
||||
|
||||
# Start i3
|
||||
exec i3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue