diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-08-03 15:19:27 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2022-08-03 15:19:27 -0400 |
| commit | 709795f42bf7722f26b4529259fc3eafd187f624 (patch) | |
| tree | ad10984d10f889d22442f91d33ff2975831ddf8e /.config/shell/profile | |
| parent | 4d597f945be529c5807a42e0469d86933f6ec9a4 (diff) | |
| download | eibhear-709795f42bf7722f26b4529259fc3eafd187f624.tar.gz eibhear-709795f42bf7722f26b4529259fc3eafd187f624.tar.zst eibhear-709795f42bf7722f26b4529259fc3eafd187f624.zip | |
shortcuts fix
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 65a7ff3..c77735d 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -140,10 +140,10 @@ ex=🎯:\ *.java=♨:\ " +[ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ] && setsid shortcuts >/dev/null 2>&1 + # Start graphical server on user's current tty if not already running. [ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC" -[ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ] && setsid shortcuts >/dev/null 2>&1 - # Switch escape and caps if tty and no passwd required: sudo -n loadkeys ${XDG_DATA_HOME:-$HOME/.local/share}/larbs/ttymaps.kmap 2>/dev/null |
