From 9ce22ef2d39b1e78b0cc89403bba96609990b91b Mon Sep 17 00:00:00 2001 From: rydesun Date: Tue, 25 Oct 2022 15:25:50 +0800 Subject: [PATCH] Remove xprofile: use keyd instead --- .xprofile | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .xprofile 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 -) &