diff options
author | Julian T <julian@jtle.dk> | 2020-09-27 14:19:53 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-09-27 14:20:14 +0200 |
commit | 6a95d5a301b478d5bdac1c1cb8ccca10c01fb092 (patch) | |
tree | 00d1027b85c719fcf9ac6e54c637f90ff5289f2c | |
parent | 81a4b2af4334a83eb026d13933fe04c440469a15 (diff) |
Changed startup system, and alt setup
-rw-r--r-- | i3/.config/i3/config | 2 | ||||
-rw-r--r-- | xinit/.Xmodmap | 5 | ||||
-rwxr-xr-x | xinit/Scripts/xlaunchrc | 6 |
3 files changed, 1 insertions, 12 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index fe11bd3..a8ce456 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -13,7 +13,7 @@ gaps inner 10 smart_gaps on -set $mod Mod4 +set $mod Mod1 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. diff --git a/xinit/.Xmodmap b/xinit/.Xmodmap index 735734a..89d617a 100644 --- a/xinit/.Xmodmap +++ b/xinit/.Xmodmap @@ -2,8 +2,3 @@ clear lock clear control keycode 66 = Control_R add control = Control_R Control_L - -remove mod1 = Alt_L -remove mod4 = Super_L -add mod1 = Super_L -add mod4 = Alt_L diff --git a/xinit/Scripts/xlaunchrc b/xinit/Scripts/xlaunchrc index 51225d0..64a595a 100755 --- a/xinit/Scripts/xlaunchrc +++ b/xinit/Scripts/xlaunchrc @@ -4,12 +4,6 @@ set -e setxkbmap -layout us -variant altgr-intl -export _JAVA_AWT_WM_NONREPARENTING=1 -export TERM=termite -export TERMINAL=termite - -export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh - xmodmap .Xmodmap #xcape -e "Control_R=Escape" |