Xinqi Bao's Git

vimrc: new plugin, majutsushi/tagbar, airblade/vim-gitgutter
[dotfiles.git] / .xinitrc
1 #!/bin/sh
2
3 xrandr --output eDP1 --mode 1920x1080
4 xwallpaper --zoom ~/pic/death-stranding_3.png
5 setxkbmap -option caps:escape
6
7 X_DIR=~/.config/x11
8 [[ -f $X_DIR/xbindkeysrc ]] && xbindkeys -f $X_DIR/xbindkeysrc
9 [[ -f $X_DIR/xresources ]] && xrdb -merge $X_DIR/xresources
10
11 autostart="xcompmgr slstatus fcitx5"
12 for program in $autostart; do
13 pidof -s "$program" || setsid -f "$program"
14 done > /dev/null 2>&1
15
16 exec dwm