feat: vim theme, streamlined config files
This commit is contained in:
parent
abd62fcf14
commit
c5afe309f8
8 changed files with 316 additions and 182 deletions
9
.xinitrc
9
.xinitrc
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
xrandr \
|
||||
--output eDP-1 --auto --primary \
|
||||
--output HDMI-A-1 --auto --right-of eDP-1
|
||||
xrandr \
|
||||
--output eDP-1 --auto --primary \
|
||||
--output DP-1-2 --auto --pos 1920x0 \
|
||||
--output DP-1-3 --auto --pos 3840x0
|
||||
|
||||
exec awesome
|
||||
exec dwm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue