Created
February 27, 2017 08:29
-
-
Save alexesDev/45b1c0e8625f4dc5d12f1b27914f2ce2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setxkbmap -layout dvp,ru | |
setxkbmap -option grp:caps_toggle | |
xrdb ~/.Xresources | |
sudo netctl start wlp5s1-FRESH_OFFICE & | |
chromium & | |
telegram-desktop & | |
wm_class --run term0 term0 urxvt & | |
wm_class --run term1 term1 urxvt & | |
wm_class --run term2 term2 urxvt & | |
wm_class --run term3 term3 urxvt & | |
wm_class --run term4 term4 urxvt & | |
xrandr --output HDMI-1 --right-of DP-1 | |
while true; do | |
sleep 1 | |
dwm 2> ~/.dwm.log | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment