Browse Source

dump env when login

pull/1/head
10sr 12 years ago
parent
commit
9ce38ed201
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .profile

+ 2
- 0
.profile View File

@@ -1,4 +1,6 @@
#!/bin/sh
env > $HOME/.env.txt

if [ -n "${DESKTOP_SESSION}" ]; then
xmodmap -e 'keycode 135 = Alt_R Meta_R' # menu key as alt
xmodmap -e 'keycode 101 = Alt_R Meta_R' # hiragana key as alt


Loading…
Cancel
Save