diff options
| author | Sebastian Reichel <sre@ring0.de> | 2019-07-14 16:54:10 +0200 |
|---|---|---|
| committer | Sebastian Reichel <sre@ring0.de> | 2019-07-14 16:54:10 +0200 |
| commit | 542c95186f043d80d9cc96d1fc2a5f55077b6a10 (patch) | |
| tree | afeb1bebc496f9b8f27f9f5b19319e058e3bbf41 | |
| parent | 7462b952ab38634d24ec731ba3b390131c86de7c (diff) | |
| download | openbox-config-542c95186f043d80d9cc96d1fc2a5f55077b6a10.tar.bz2 | |
| -rw-r--r-- | autostart | 2 | ||||
| -rw-r--r-- | rc.xml | 2 | ||||
| -rw-r--r-- | xmodmap | 5 |
3 files changed, 7 insertions, 2 deletions
@@ -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 @@ -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"> @@ -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 |