Compare commits

..

No commits in common. "ad60af27b0990f7e744351ad87ab7153ac933240" and "9484efa16de79f22c731c06dc74af13d0a7777eb" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,6 @@
. "$HOME/.config/environment.local" 2>/dev/null
. "$XDG_DATA_HOME/cargo/env" 2>/dev/null
# runit
export SVDIR="$XDG_STATE_HOME"/service
# editor
export EDITOR=nvim
export SUDO_EDITOR=nvim

View File

@ -0,0 +1,2 @@
#!/bin/sh
DOTOOL_XKB_LAYOUT=us DOTOOL_XKB_VARIANT=$(get_plasma_keyboard_layout) /usr/bin/dotool "$@"