summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autostart2
-rw-r--r--rc.xml2
-rw-r--r--xmodmap5
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 @@
</keybind>
<keybind key="W-Return">
<action name="Execute">
- <execute>sakura</execute>
+ <execute>x-terminal-emulator</execute>
</action>
</keybind>
<keybind key="W-L">
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