mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
add xinitrc
This commit is contained in:
parent
994860840e
commit
10eadcb30b
2 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ $LN $BASE_PATH/bash/bashrc $HOME/.bashrc
|
||||||
$LN $BASE_PATH/bash/bashrc.d/ $HOME/.bashrc.d
|
$LN $BASE_PATH/bash/bashrc.d/ $HOME/.bashrc.d
|
||||||
$LN $BASE_PATH/tmux/config.conf $HOME/.tmux.conf
|
$LN $BASE_PATH/tmux/config.conf $HOME/.tmux.conf
|
||||||
$LN $BASE_PATH/Xresources $HOME/.Xresources
|
$LN $BASE_PATH/Xresources $HOME/.Xresources
|
||||||
|
$LN $BASE_PATH/xinitrc $HOME/.xinitrc
|
||||||
$LN $BASE_PATH/picom.conf $HOME/.config/picom.conf
|
$LN $BASE_PATH/picom.conf $HOME/.config/picom.conf
|
||||||
$LN $BASE_PATH/fzfrc $HOME/.config/fzfrc
|
$LN $BASE_PATH/fzfrc $HOME/.config/fzfrc
|
||||||
$LN $BASE_PATH/git/config $HOME/.gitconfig
|
$LN $BASE_PATH/git/config $HOME/.gitconfig
|
||||||
|
|
|
||||||
3
xinitrc
Normal file
3
xinitrc
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
~/.config/xrandr.sh
|
||||||
|
xrdb -merge ~/.Xresources
|
||||||
|
exec /usr/bin/i3
|
||||||
Loading…
Add table
Add a link
Reference in a new issue