Created
January 24, 2017 23:07
-
-
Save tmbdev/5ec3f741eaf1c1ee09d09c574f4b2fe4 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
eunomia:~$ cat .vnc/xstartup | |
xmodmap -e 'keysym Alt_L = Meta_L' | |
xmodmap -e 'keysym Alt_R = Meta_R' | |
xmodmap -e 'clear Mod1' | |
xmodmap -e 'add Mod1 = Meta_L Meta_R' | |
(sleep 1; xsetroot -solid '#223') & | |
icewm | |
eunomia:~$ cat .icewm/preferences | |
WorkspaceNames=" 1 "," 2 "," 3 "," 4 "," 5 "," 6 " | |
eunomia:~$ cat .icewm/toolbar | |
prog Xterm xterm mlterm | |
prog Firefox firefox firefox | |
prog Xterm xterm gnome-terminal | |
eunomia:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment