diff options
author | kitty piapiac <kcp@bsd.computer> | 2020-07-30 11:13:19 -0700 |
---|---|---|
committer | kitty piapiac <kcp@bsd.computer> | 2020-07-30 11:13:19 -0700 |
commit | 0f9fbd4d89fbf0fab4d375f0b318ed2ab78e6a79 (patch) | |
tree | 7d4992dbbdb4fc12a0b9fe28030e043b6fbce7a2 /src/config.nim | |
parent | a87e3460be918b491878b151991ece4e5246819e (diff) |
(/・・)ノ spawnCustom
alt+enter on default opens xterm
Diffstat (limited to 'src/config.nim')
-rw-r--r-- | src/config.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.nim b/src/config.nim index cd5b802..0181310 100644 --- a/src/config.nim +++ b/src/config.nim @@ -31,4 +31,4 @@ const spawnCustom.initKey( key = "Return", mods = modifier, - command = "st")]
\ No newline at end of file + command = "xterm")]
\ No newline at end of file |