summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7a226de)
for some reason, calling xmodmap from xprofile wasn't working,
thus it's now being called from .config/autostart
--- /dev/null
+[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
+
# swap caps lock and esc
setxkbmap -option caps:swapescape
# 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 &
# MPD daemon start (if no other instance exists)
[ -z $(pidof mpd) ] && mpd &