Compare commits
No commits in common. "ad60af27b0990f7e744351ad87ab7153ac933240" and "9484efa16de79f22c731c06dc74af13d0a7777eb" have entirely different histories.
ad60af27b0
...
9484efa16d
@ -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
|
||||
|
2
dot_local/bin/executable_dotool
Normal file
2
dot_local/bin/executable_dotool
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
DOTOOL_XKB_LAYOUT=us DOTOOL_XKB_VARIANT=$(get_plasma_keyboard_layout) /usr/bin/dotool "$@"
|
Loading…
Reference in New Issue
Block a user