home: wm: i3: use 'my.home.terminal' explicitly
This commit is contained in:
parent
07b91de2f2
commit
b7b1c77dc8
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,10 @@
|
|||
let
|
||||
isEnabled = config.my.home.wm.windowManager == "i3";
|
||||
|
||||
terminal = "i3-sensible-terminal";
|
||||
terminal =
|
||||
if config.my.home.terminal.program != null
|
||||
then config.my.home.terminal.program
|
||||
else "i3-sensible-terminal";
|
||||
|
||||
alt = "Mod1"; # `Alt` key
|
||||
modifier = "Mod4"; # `Super` key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue