feat: vim theme, streamlined config files

This commit is contained in:
AngeD 2022-12-11 01:36:23 +01:00
parent abd62fcf14
commit c5afe309f8
8 changed files with 316 additions and 182 deletions

View file

@ -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