Shortcut for qb

This commit is contained in:
Martin Potier 2017-07-17 20:48:29 +02:00
parent 9988675e1b
commit b4a987003d
3 changed files with 4 additions and 2 deletions

2
scripts/prefix/bin/qb Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
qutebrowser --backend=webengine

View File

@ -1,2 +1,2 @@
#!/bin/sh
st -f 'Iosevka:style=Regular:size=24'
st -f 'Iosevka:style=Bold:size=24'

View File

@ -235,7 +235,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
-- lock my session
--, ((modm .|. shiftMask, xK_Delete), spawn "/usr/bin/sxlock -f \"-*-ubuntu mono-*-r-*-*-*-*-*-*-*-*-*-*\"")
, ((modm .|. shiftMask, xK_Delete), spawn "/home/eeva/.nix-profile/bin/i3lock-fancy")
, ((modm .|. shiftMask, xK_Delete), spawn "/home/eeva/.nix-profile/bin/i3lock-fancy -g -p")
-- quit xmonad
, ((modm .|. shiftMask, xK_q), io (exitWith ExitSuccess))