monitor fix, nv typewriter mode
This commit is contained in:
parent
4cf79d70b3
commit
19daa162c9
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||||
|
|
||||||
bspc monitor DP-2 -d 1 2 3 4 5
|
bspc monitor DP-0 -d 1 2 3 4 5
|
||||||
bspc monitor HDMI-0 -d 6 7 8 9 0
|
bspc monitor HDMI-0 -d 6 7 8 9 0
|
||||||
|
|
||||||
bspc config remove_disabled_monitors false
|
bspc config remove_disabled_monitors false
|
||||||
|
@ -147,6 +147,18 @@ require("lazy").setup({
|
|||||||
vim.fn["mkdp#util#install"]()
|
vim.fn["mkdp#util#install"]()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- typewriter mode
|
||||||
|
{
|
||||||
|
'joshuadanpeterson/typewriter',
|
||||||
|
dependencies = {
|
||||||
|
'nvim-treesitter/nvim-treesitter',
|
||||||
|
},
|
||||||
|
config = function()
|
||||||
|
require('typewriter').setup()
|
||||||
|
end,
|
||||||
|
opts = {}
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
@ -30,15 +30,15 @@ width = 100%
|
|||||||
height = 24pt
|
height = 24pt
|
||||||
radius = 0
|
radius = 0
|
||||||
|
|
||||||
monitor = DP-2
|
monitor = DP-0
|
||||||
|
|
||||||
; dpi = 96
|
; dpi = 96
|
||||||
|
|
||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
foreground = ${colors.foreground}
|
foreground = ${colors.foreground}
|
||||||
|
|
||||||
scroll-up = bspc monitor -f DP-2 && bspc desktop -f prev.local
|
scroll-up = bspc monitor -f DP-0 && bspc desktop -f prev.local
|
||||||
scroll-down = bspc monitor -f DP-2 && bspc desktop -f next.local
|
scroll-down = bspc monitor -f DP-0 && bspc desktop -f next.local
|
||||||
|
|
||||||
line-size = 3pt
|
line-size = 3pt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user