Merge branch 'main' of https://gitlab.inkletblot.com/inkletblot/config
This commit is contained in:
commit
599c91da7c
@ -1,7 +1,7 @@
|
||||
Config {
|
||||
|
||||
-- appearance
|
||||
font = "xft:Fira Code:size=12:antialias=true:hinting=true"
|
||||
font = "xft:Fira Code:size=9:antialias=true:hinting=true"
|
||||
, bgColor = "#121e32"
|
||||
, fgColor = "#dfdfef"
|
||||
, position = Top
|
||||
|
||||
@ -175,7 +175,7 @@ myKeys conf@XConfig {XMonad.modMask = modm} = M.fromList $
|
||||
, ((modm .|. shiftMask, xK_space ), setLayout $ XMonad.layoutHook conf)
|
||||
|
||||
-- Resize viewed windows to the correct size
|
||||
, ((modm, xK_b ), refresh)
|
||||
, ((modm .|. shiftMask, xK_y ), refresh)
|
||||
|
||||
-- Move focus to the next window
|
||||
, ((modm, xK_Tab ), windows W.focusDown)
|
||||
@ -223,7 +223,7 @@ myKeys conf@XConfig {XMonad.modMask = modm} = M.fromList $
|
||||
, ((modm, xK_b ), sendMessage ToggleStruts)
|
||||
|
||||
-- -- Quit xmonad
|
||||
-- , ((modm .|. shiftMask, xK_apostrophe ), io (exitSuccess))
|
||||
, ((modm .|. shiftMask, xK_apostrophe ), io (exitSuccess))
|
||||
|
||||
-- Restart xmonad
|
||||
, ((modm, xK_apostrophe ), spawn "xmonad --recompile; xmonad --restart")
|
||||
@ -248,10 +248,10 @@ myKeys conf@XConfig {XMonad.modMask = modm} = M.fromList $
|
||||
, ((modm, xK_Escape), spawn "/home/solomon/.local/bin/prompt \"Are you sure you want to lock?\" \"slock\" 1")
|
||||
|
||||
-- unlock bitwarden cli and store session key
|
||||
, ((modm .|. shiftMask, xK_t ), spawn "/home/solomon/.local/bin/bw-unlock")
|
||||
, ((modm .|. shiftMask, xK_x ), spawn "/home/solomon/.local/bin/bw-unlock")
|
||||
|
||||
-- search for password using bitwarden cli through dmenu
|
||||
, ((modm, xK_t ), spawn "/home/solomon/.local/bin/passwords")
|
||||
, ((modm, xK_x ), spawn "/home/solomon/.local/bin/passwords")
|
||||
|
||||
-- launch searcher
|
||||
, ((modm, xK_s ), spawn "/home/solomon/.local/bin/dmenusearch")
|
||||
@ -499,7 +499,7 @@ myStartupHook = do
|
||||
spawnOnce "dunst &" -- notification daemon
|
||||
|
||||
-- Startup Applications
|
||||
-- spawnOnce "guake &"
|
||||
spawnOnce "guake &"
|
||||
spawnOnce "barrier &"
|
||||
spawnOnce "nextcloud &"
|
||||
spawnOnce "slack &"
|
||||
|
||||
@ -17,6 +17,7 @@ xclip
|
||||
numlockx
|
||||
zenity
|
||||
pavucontrol
|
||||
pulseaudio
|
||||
nfs-utils
|
||||
newsboat
|
||||
blueman
|
||||
@ -80,4 +81,4 @@ xdotool
|
||||
xterm
|
||||
backlight-control
|
||||
lightdm
|
||||
lightdm-webkit-theme-aether
|
||||
lightdm-webkit-theme-litarvan
|
||||
|
||||
Loading…
Reference in New Issue
Block a user