Compare commits

...

3 commits

Author SHA1 Message Date
c69cb0fa16 start nexcloud on startup 2025-01-27 12:25:27 +01:00
2ffc0e7cb0 neotest updates 2025-01-27 12:25:22 +01:00
1c6ab80377 btop updates 2025-01-27 12:25:15 +01:00
3 changed files with 4 additions and 3 deletions
symlinks/config
btop
nvim
sway/conf.d

View file

@ -1,4 +1,4 @@
#? Config file for btop v. 1.3.2
#? Config file for btop v. 1.4.0
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
@ -60,7 +60,7 @@ update_ms = 1400
proc_sorting = "memory"
#* Reverse sorting order, True or False.
proc_reversed = True
proc_reversed = False
#* Show processes as a tree.
proc_tree = False

View file

@ -30,7 +30,7 @@ vim.keymap.set("i", "<C-U>", "<C-G>u<C-U>")
vim.cmd("command! Wq :wq")
vim.cmd("command! W :w")
vim.keymap.set("n", "<Leader>c", ":ccl <bar> lcl<CR>")
vim.keymap.set("n", "<Leader>c", ":ccl <bar> lcl <bar> lua require'neotest'.output_panel.close()<CR>")
-- Allow recursive searches
vim.cmd("set path+=**")

View file

@ -5,3 +5,4 @@ exec ulauncher --hide-window
exec libinput-gestures-setup start
exec kanshi
exec openrgb --startminimized --server --profile ~/.config/OpenRGB/full_cyan.orp
exec nextcloud