From 542c95186f043d80d9cc96d1fc2a5f55077b6a10 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sun, 14 Jul 2019 16:54:10 +0200 Subject: update --- autostart | 2 +- rc.xml | 2 +- xmodmap | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/autostart b/autostart index 282d941..69304ed 100644 --- a/autostart +++ b/autostart @@ -1,5 +1,5 @@ #!/bin/sh -sh $HOME/.fehbg # Background +./data/wallpaper.sh # Wallpaper compton & # Transparency #blueman-applet& # Bluetooth xmodmap ~/.config/openbox/xmodmap # rebind some keys diff --git a/rc.xml b/rc.xml index 89b3a09..febd75b 100644 --- a/rc.xml +++ b/rc.xml @@ -240,7 +240,7 @@ - sakura + x-terminal-emulator diff --git a/xmodmap b/xmodmap index ab6420c..2630216 100644 --- a/xmodmap +++ b/xmodmap @@ -1,2 +1,7 @@ !! on x250 insert and end is on the same button keycode 118 = End + +!! Swap caps lock => escape +remove Lock = Caps_Lock +keysym Caps_Lock = Escape +add Lock = Caps_Lock -- cgit v1.2.3