Skip to content

Instantly share code, notes, and snippets.

View laelnasan's full-sized avatar

Lael N. Santos laelnasan

View GitHub Profile
@laelnasan
laelnasan / gist:ee9e00a24bc061f61ee405a3445cea0b
Created September 26, 2025 21:47
caps to control and escape remap auto start
[Desktop Entry]
Type=Application
Name=Keyboard Remap
Comment=Remap Caps Lock to Control and Escape
Exec=/bin/bash -c "sleep 3 && setxkbmap -option ctrl:nocaps && xcape -e 'Control_L=Escape'"
Terminal=false
StartupNotify=false
@laelnasan
laelnasan / ltui.lua
Created November 13, 2020 20:19
ltui customization file for mouse support
---A cross-platform terminal ui library based on Lua
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to in writing, software
-- distributed under the License is distributed on an "AS IS" BASIS,