nvim/after/plugin/xkbswitch.lua

4 lines
70 B
Lua
Raw Normal View History

2024-11-29 18:38:53 +00:00
if os.getenv("DISPLAY") ~= nil then
require('xkbswitch').setup()
end