Compare commits
3 commits
35f124b329
...
c69cb0fa16
Author | SHA1 | Date | |
---|---|---|---|
c69cb0fa16 | |||
2ffc0e7cb0 | |||
1c6ab80377 |
3 changed files with 4 additions and 3 deletions
symlinks/config
|
@ -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
|
||||
|
|
|
@ -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+=**")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue