.
This commit is contained in:
parent
bcf130091f
commit
ef3e97c79e
5 changed files with 16 additions and 7 deletions
|
|
@ -11,3 +11,5 @@ bspc config gapless_monocle true
|
||||||
|
|
||||||
bspc rule -a mpv desktop='^8' state=floating follow=on
|
bspc rule -a mpv desktop='^8' state=floating follow=on
|
||||||
bspc rule -a librewolf desktop='^5'
|
bspc rule -a librewolf desktop='^5'
|
||||||
|
|
||||||
|
bspc config focus_follows_pointer true
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,5 @@
|
||||||
"friendly-snippets": { "branch": "main", "commit": "6cd7280adead7f586db6fccbd15d2cac7e2188b9" },
|
"friendly-snippets": { "branch": "main", "commit": "6cd7280adead7f586db6fccbd15d2cac7e2188b9" },
|
||||||
"fzf.vim": { "branch": "master", "commit": "d2a59a992a2455f609c0fde2ebd84427ea8f919a" },
|
"fzf.vim": { "branch": "master", "commit": "d2a59a992a2455f609c0fde2ebd84427ea8f919a" },
|
||||||
"lazy.nvim": { "branch": "main", "commit": "306a05526ada86a7b30af95c5cc81ffba93fef97" },
|
"lazy.nvim": { "branch": "main", "commit": "306a05526ada86a7b30af95c5cc81ffba93fef97" },
|
||||||
"nvim-lspconfig": { "branch": "master", "commit": "51dbf5359da86721662c87ca10eb73add973737b" }
|
"nvim-lspconfig": { "branch": "master", "commit": "c8a582abc20a3121a768073df569d088cb5604b5" }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ vim.lsp.enable('chicken')
|
||||||
vim.lsp.enable('clangd')
|
vim.lsp.enable('clangd')
|
||||||
-- requires lua-language-server
|
-- requires lua-language-server
|
||||||
vim.lsp.enable('lua_ls')
|
vim.lsp.enable('lua_ls')
|
||||||
|
vim.lsp.enable('ocamllsp')
|
||||||
-- requires rust-analyzer
|
-- requires rust-analyzer
|
||||||
vim.lsp.enable('rust_analyzer')
|
vim.lsp.enable('rust_analyzer')
|
||||||
vim.keymap.set("n", "<leader>l", function()
|
vim.keymap.set("n", "<leader>l", function()
|
||||||
|
|
|
||||||
|
|
@ -16,3 +16,12 @@ if is_login; then
|
||||||
echo 'Press return to start gui'
|
echo 'Press return to start gui'
|
||||||
read && exec startx
|
read && exec startx
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# BEGIN opam configuration
|
||||||
|
# This is useful if you're using opam as it adds:
|
||||||
|
# - the correct directories to the PATH
|
||||||
|
# - auto-completion for the opam binary
|
||||||
|
# This section can be safely removed at any time if needed.
|
||||||
|
test -r '/home/a/.opam/opam-init/init.sh' && . '/home/a/.opam/opam-init/init.sh' > /dev/null 2> /dev/null || true
|
||||||
|
# END opam configuration
|
||||||
|
|
|
||||||
9
pkgs.txt
9
pkgs.txt
|
|
@ -1,6 +1,7 @@
|
||||||
alsa-pipewire
|
alsa-pipewire
|
||||||
chrony
|
chrony
|
||||||
cwm
|
bspwm
|
||||||
|
sxhkd
|
||||||
daemontools
|
daemontools
|
||||||
dbus
|
dbus
|
||||||
dmenu
|
dmenu
|
||||||
|
|
@ -10,11 +11,7 @@ fuse-sshfs
|
||||||
fzy
|
fzy
|
||||||
gcc
|
gcc
|
||||||
git
|
git
|
||||||
grub-x86_64-efi
|
|
||||||
keyd
|
keyd
|
||||||
libdrm-devel
|
|
||||||
libinput-devel
|
|
||||||
libxkbcommon-devel
|
|
||||||
links
|
links
|
||||||
lr
|
lr
|
||||||
lxappearance
|
lxappearance
|
||||||
|
|
@ -34,7 +31,7 @@ seatd
|
||||||
socklog-void
|
socklog-void
|
||||||
terminus-font
|
terminus-font
|
||||||
turnstile
|
turnstile
|
||||||
vis
|
neovim
|
||||||
void-docs-browse
|
void-docs-browse
|
||||||
xarchiver
|
xarchiver
|
||||||
xclip
|
xclip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue