From 96f2079c52b6792c902d2030000dbb94d896dcbc Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 8 Feb 2020 17:33:33 -0500 Subject: [PATCH] FIX rofi should appear on the entire screen --- xmonad.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xmonad.hs b/xmonad.hs index 2ae3aa5..c328c1b 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -32,6 +32,7 @@ import qualified XMonad.StackSet as W -------------------------------------------------------------------------------- main = do + -- TODO this is never killed on shutdown spawn "xmobar" xmonad @@ -103,7 +104,7 @@ main = do -- keybindings myModMask = mod4Mask -_myRofi = "rofi -m -2" -- show rofi always with the focused window +_myRofi = "rofi -m -4" -- show rofi always with the focused window myTerm = "urxvt" myBrowser = "brave" myVBox = "VBoxManage startvm win8raw" @@ -115,7 +116,7 @@ myClipboard = _myRofi ++ " -modi \"clipboard:greenclip print\" \ \-show clipboard -run-command '{cmd}' \ \-theme-str '#element.selected.normal \ \{ background-color: #00c44e; }'" -myNetSel = "networkmanager_dmenu -m -2" +myNetSel = "networkmanager_dmenu -m -4" myWinSel = _myRofi ++ " -show window" myScreenCap = "screencap -s" --external script myWindowCap = "screencap -w" --external script