diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-11-16 16:06:59 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-11-16 16:06:59 +0000 |
commit | 246f4416bc57abaa8653e43b319cc34036272166 (patch) | |
tree | 5fc151f9b7cf05c3fcdb6633e323bb818409468a /bin | |
parent | 2ceab4a7b7f91087475ab2370b880e1759b72c85 (diff) |
Add tentative lsp configuration
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/.local/bin/keyboard | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/.local/bin/keyboard b/bin/.local/bin/keyboard index b5d3900..b7f5e90 100755 --- a/bin/.local/bin/keyboard +++ b/bin/.local/bin/keyboard @@ -3,8 +3,9 @@ # Key repeat rate xset r rate 400 50 -# Xcape settings -killall -9 xcape +# Kill xcape +# ('pgrep -l xcape' can be used to list the processes) +pkill xcape # Compose key on left control # https://vi.stackexchange.com/questions/2254/what-is-the-easiest-way-to-insert-unicode-characters-into-a-document @@ -30,7 +31,7 @@ xcape -e 'Control_L=Escape' xmodmap -e "keysym Print = Print Caps_Lock" xmodmap -e "add Lock = Caps_Lock" -# Make Shift (Shift, :) +# Make Shift (Shift, :) (for vim) xcape -e 'Shift_L=Shift_L|semicolon' # Make Tab (Alt_L, Tab) |