Updated xmonad startup, xmobar syncthing, + networkmanager_dmenu keybind
This commit is contained in:
@@ -229,6 +229,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) =
|
||||
-- launch rofi
|
||||
((modm, xK_semicolon), spawn ("rofi -show drun -show-icons")),
|
||||
((modm, xK_p), spawn ("keepmenu")),
|
||||
((modm, xK_i), spawn ("networkmanager_dmenu")),
|
||||
|
||||
-- close focused window
|
||||
((modm, xK_q), kill),
|
||||
|
Reference in New Issue
Block a user