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_shell_up_key_binding = "prefix"
|
||||||
|
search_mode = "fulltext"
|
||||||
secrets_filter = true
|
secrets_filter = true
|
||||||
enter_accept = true
|
enter_accept = true
|
||||||
|
|
||||||
history_filter = [
|
history_filter = [
|
||||||
"^pass",
|
"^pass",
|
||||||
|
"^ansible-vault",
|
||||||
]
|
]
|
||||||
|
|
||||||
[stats]
|
[stats]
|
||||||
|
|
|
@ -89,7 +89,7 @@ AUTOINSTALL_ITEM_GROUPS="graphical"
|
||||||
|
|
||||||
AUTOINSTALL_ITEM_TYPE="git"
|
AUTOINSTALL_ITEM_TYPE="git"
|
||||||
AUTOINSTALL_ITEM_SOURCE="https://github.com/dracula/gtk.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_GROUPS="graphical"
|
||||||
|
|
||||||
AUTOINSTALL_ITEM_TYPE="file"
|
AUTOINSTALL_ITEM_TYPE="file"
|
||||||
|
|
|
@ -9,11 +9,6 @@ command = 'autotiling'
|
||||||
hosts = []
|
hosts = []
|
||||||
group = 'sway'
|
group = 'sway'
|
||||||
|
|
||||||
[apps.ckb-next]
|
|
||||||
command = 'ckb-next --background'
|
|
||||||
hosts = ['portalo']
|
|
||||||
group = ''
|
|
||||||
|
|
||||||
[apps.clipboard-manager-wayland]
|
[apps.clipboard-manager-wayland]
|
||||||
command = 'wl-paste --watch cliphist store'
|
command = 'wl-paste --watch cliphist store'
|
||||||
hosts = []
|
hosts = []
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
rmtrash # rm wrapper to use trash
|
rmtrash # rm wrapper to use trash
|
||||||
shellcheck # tool for shell-syntax
|
shellcheck # tool for shell-syntax
|
||||||
starship # shell prompt
|
starship # shell prompt
|
||||||
|
tmux # terminal multiplexer
|
||||||
tokei # project-language statistics
|
tokei # project-language statistics
|
||||||
trash-cli # trash utils
|
trash-cli # trash utils
|
||||||
unzip # unzip
|
unzip # unzip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue