Skip to content

Instantly share code, notes, and snippets.

@tmbdev
Created January 24, 2017 23:07
Show Gist options
  • Save tmbdev/5ec3f741eaf1c1ee09d09c574f4b2fe4 to your computer and use it in GitHub Desktop.
Save tmbdev/5ec3f741eaf1c1ee09d09c574f4b2fe4 to your computer and use it in GitHub Desktop.
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