Created
August 1, 2019 14:38
-
-
Save johalun/bcae2df7174cf3b367af5d6258fa3b45 to your computer and use it in GitHub Desktop.
Sway
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ( ! $?XDG_RUNTIME_DIR ) then | |
setenv XDG_RUNTIME_DIR /tmp/${uid}-runtime-dir | |
if ( ! -d "$XDG_RUNTIME_DIR" ) then | |
mkdir "$XDG_RUNTIME_DIR" | |
chmod 0700 "$XDG_RUNTIME_DIR" | |
endif | |
endif | |
# XKB For Sway: | |
setenv XKB_DEFAULT_RULES evdev | |
setenv XKB_DEFAULT_LAYOUT us,us | |
setenv XKB_DEFAULT_OPTIONS caps:ctrl_modifier,shift:both_capslock_cancel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment