diff options
Diffstat (limited to 'env')
| -rwxr-xr-x | env/.config/.profile | 2 | ||||
| -rw-r--r-- | env/.config/swapscape.map | 2 | ||||
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/env/.config/.profile b/env/.config/.profile index 464a550..86d11d9 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -65,6 +65,8 @@ alias ts="~/stuff/scripts/system/tmux-sessionizer.sh" alias fman="bash -c 'compgen -c' | fzf | xargs man" alias etask="$EDITOR ~/stuff/scripts/system/task.sh" +alias LC="fukn loadkeys ~/.config/swapscape.map" + alias music="nohup vlc $YT_PLAYLIST_DIR/title_vids > /dev/null 2> /dev/null < /dev/null & disown && cd $YT_PLAYLIST_DIR/title_vids && lfk" alias ibuss="ibus-daemon -rxRd" diff --git a/env/.config/swapscape.map b/env/.config/swapscape.map new file mode 100644 index 0000000..51a7042 --- /dev/null +++ b/env/.config/swapscape.map @@ -0,0 +1,2 @@ +keycode 1 = Caps_Lock +keycode 58 = Escape diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh index 68e9ac4..910fa47 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -21,6 +21,7 @@ fi if [ -z "$WAYLAND_DISPLAY" ]; then xcompmgr & + setxkbmap -option caps:swapescape fi # if [ $extra == 1 ]; then |
