Improve configs
This commit is contained in:
parent
2f0a04005a
commit
b23d042369
4 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,11 @@
|
|||
search_mode_shell_up_key_binding = "prefix"
|
||||
search_mode = "fulltext"
|
||||
secrets_filter = true
|
||||
enter_accept = true
|
||||
|
||||
history_filter = [
|
||||
"^pass",
|
||||
"^ansible-vault",
|
||||
]
|
||||
|
||||
[stats]
|
||||
|
|
|
@ -89,7 +89,7 @@ AUTOINSTALL_ITEM_GROUPS="graphical"
|
|||
|
||||
AUTOINSTALL_ITEM_TYPE="git"
|
||||
AUTOINSTALL_ITEM_SOURCE="https://github.com/dracula/gtk.git"
|
||||
AUTOINSTALL_ITEM_TARGET="$HOME/.themes/Dracula"
|
||||
AUTOINSTALL_ITEM_TARGET="${XDG_DATA_HOME:?}/themes/Dracula"
|
||||
AUTOINSTALL_ITEM_GROUPS="graphical"
|
||||
|
||||
AUTOINSTALL_ITEM_TYPE="file"
|
||||
|
|
|
@ -9,11 +9,6 @@ command = 'autotiling'
|
|||
hosts = []
|
||||
group = 'sway'
|
||||
|
||||
[apps.ckb-next]
|
||||
command = 'ckb-next --background'
|
||||
hosts = ['portalo']
|
||||
group = ''
|
||||
|
||||
[apps.clipboard-manager-wayland]
|
||||
command = 'wl-paste --watch cliphist store'
|
||||
hosts = []
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
rmtrash # rm wrapper to use trash
|
||||
shellcheck # tool for shell-syntax
|
||||
starship # shell prompt
|
||||
tmux # terminal multiplexer
|
||||
tokei # project-language statistics
|
||||
trash-cli # trash utils
|
||||
unzip # unzip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue