abduco - seems better than scratches, try it out

This commit is contained in:
Felix Van der Jeugt 2016-01-20 19:29:25 +01:00
parent ee66533eb7
commit ec8c279ea8
3 changed files with 4 additions and 2 deletions

2
local/bin/abduco_run Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
dmenu_path | dmenu | xargs --replace={} urxvtc -e abduco -A {} {}

View File

@ -1 +0,0 @@
/usr/bin/rofi

View File

@ -127,7 +127,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
[ ((modm .|. shiftMask, xK_Return), spawn $ XMonad.terminal conf)
-- launch program launcher
, ((0, xK_Scroll_Lock), spawn $ logged "rofi -show run")
, ((0, xK_Scroll_Lock), spawn $ logged "dmenu_run")
-- close focused window
, ((modm .|. shiftMask, xK_c ), kill)
@ -203,6 +203,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
, ((modm .|. controlMask, xK_m), namedScratchpadAction myScratchPads "sup")
, ((modm .|. controlMask, xK_n), namedScratchpadAction myScratchPads "newsbeuter")
, ((modm .|. controlMask, xK_v), namedScratchpadAction myScratchPads "vimus")
, ((modm, xK_s), spawn $ silent "abduco_run")
-- Dmenu open programs
, ((modm .|. shiftMask, xK_Tab), gotoMenuArgs ["-l", "10"])