diff --git a/.xprofile b/.xprofile deleted file mode 100644 index 22fc595..0000000 --- a/.xprofile +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -( - sleep 2 - # 交换Caps_Lock和Escape - setxkbmap -option caps:swapescape - # 交换右Ctrl和右Alt - setxkbmap -option ctrl:rctrl_ralt - setxkbmap -option ctrl:ralt_rctrl -) &