summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2019-07-14 16:54:10 +0200
committerSebastian Reichel <sre@ring0.de>2019-07-14 16:54:10 +0200
commit542c95186f043d80d9cc96d1fc2a5f55077b6a10 (patch)
treeafeb1bebc496f9b8f27f9f5b19319e058e3bbf41
parent7462b952ab38634d24ec731ba3b390131c86de7c (diff)
downloadopenbox-config-master.tar.bz2
-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