mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
spawn command when no completion is available (if alwaysHighlight is True); changes commandToComplete in Prompt/Shell to complete the whole word instead of using getLastWord
This commit is contained in:
@@ -62,6 +62,7 @@ data Shell = Shell
|
||||
instance XPrompt Shell where
|
||||
showXPrompt Shell = "Run: "
|
||||
completionToCommand _ = escape
|
||||
commandToComplete _ c = c
|
||||
|
||||
shellPrompt :: XPConfig -> X ()
|
||||
shellPrompt c = do
|
||||
|
Reference in New Issue
Block a user