feat: update work config
This commit is contained in:
parent
629d642952
commit
a2dcd6e5d7
@ -69,7 +69,7 @@ opt.completeopt = 'menuone,noinsert,noselect'
|
||||
map('n', '<Space>w', '<cmd>w<cr>', { noremap = true })
|
||||
map('n', '<Space>q', '<cmd>wq<cr>', { noremap = true })
|
||||
map('n', '<Space>Q', '<cmd>wqa<cr>', { noremap = true })
|
||||
map('n', '<Space><Esc>', '<cmd>let @/ = ""<cr>', { noremap = true })
|
||||
map('n', '<Space>/', '<cmd>let @/ = ""<cr>', { noremap = true })
|
||||
|
||||
-- fix interpreting C-I as Tab
|
||||
map('n', '<C-I>', '<C-I>', { noremap = true })
|
||||
|
@ -242,7 +242,7 @@ q *!? x = fmap (=~ x) q
|
||||
myManageHook = composeAll . concat $
|
||||
[ [ resource =? "desktop_window" --> doIgnore ]
|
||||
, [ resource =? "kdesktop" --> doIgnore ]
|
||||
, [ ( className =? "LibreWolf" <&&> role =? "Organizer" ) --> doFloat ]
|
||||
, [ ( className =? "Firefox" <&&> role =? "Organizer" ) --> doFloat ]
|
||||
|
||||
-- float specific classes
|
||||
, [ className =? c --> doFloat | c <- myFloatingClasses ]
|
||||
@ -289,6 +289,7 @@ myStartupHook = do
|
||||
spawnOnce "safeeyes -e"
|
||||
spawnOnce "/usr/bin/dunst"
|
||||
spawnOnce "feh --bg-fill ~/bg.jpg ~/bg.jpg"
|
||||
spawnOnce "batsignal -b"
|
||||
|
||||
-- Main
|
||||
main = do
|
||||
|
@ -9,9 +9,9 @@ map J zoom out
|
||||
map p print
|
||||
map c recolor
|
||||
|
||||
set highlight-color "#8faf9f"
|
||||
set highlight-color "rgba(143, 175, 159, 0.5)"
|
||||
set highlight-fg "#000d18"
|
||||
set highlight-active-color "#8faf9f"
|
||||
set highlight-active-color "rgba(143, 175, 159, 0.5)"
|
||||
|
||||
set default-bg "#3f3f3f"
|
||||
set default-fg "#dcdccc"
|
||||
|
Loading…
Reference in New Issue
Block a user