Shortcut for qb
This commit is contained in:
parent
9988675e1b
commit
b4a987003d
3 changed files with 4 additions and 2 deletions
2
scripts/prefix/bin/qb
Executable file
2
scripts/prefix/bin/qb
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
qutebrowser --backend=webengine
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
st -f 'Iosevka:style=Regular:size=24'
|
||||
st -f 'Iosevka:style=Bold:size=24'
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue