diff options
-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 |