diff options
Diffstat (limited to 'x')
-rw-r--r-- | x/.config/autostart/xmodmap.desktop | 12 | ||||
-rwxr-xr-x | x/.xprofile | 3 |
2 files changed, 12 insertions, 3 deletions
diff --git a/x/.config/autostart/xmodmap.desktop b/x/.config/autostart/xmodmap.desktop new file mode 100644 index 0000000..61f92ac --- /dev/null +++ b/x/.config/autostart/xmodmap.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=0.9.4 +Type=Application +Name=xmodmap +Comment= +Exec=xmodmap ~/.Xmodmap +OnlyShowIn=XFCE; +StartupNotify=false +Terminal=false +Hidden=false + diff --git a/x/.xprofile b/x/.xprofile index 6898ab1..0e71da9 100755 --- a/x/.xprofile +++ b/x/.xprofile @@ -46,9 +46,6 @@ synclient HorizScrollDelta=-237 # swap caps lock and esc setxkbmap -option caps:swapescape -# fix the tilde key on MacBook Air -xmodmap ~/.Xmodmap - # MPD daemon start (if no other instance exists) [ -z $(pidof mpd) ] && mpd & |