diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-24 03:07:22 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-24 03:07:22 +0900 |
| commit | e4dc18a82a3dca9c8df13769bd9655fd6d4b237d (patch) | |
| tree | 1e45be9aad978155ae0fedf1efee9135c52d4133 | |
| parent | aad61978ddf48f544ca309c20f0041ea40b849d4 (diff) | |
modified shell/bm-dirs, modified tmux/tmux.conf
| -rw-r--r-- | ar/.config/shell/bm-dirs | 2 | ||||
| -rw-r--r-- | ar/.config/tmux/tmux.conf | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ar/.config/shell/bm-dirs b/ar/.config/shell/bm-dirs index 2a83add..15877c7 100644 --- a/ar/.config/shell/bm-dirs +++ b/ar/.config/shell/bm-dirs @@ -103,7 +103,7 @@ sk ${XDG_SOURCES_HOME:-${HOME}/.local/src}/suckless slr ${XDG_DATA_HOME:-${HOME}/.local/share}/lyrics sr ${XDG_SOURCES_HOME:-${HOME}/.local/src} tk ${XDG_DATA_HOME:-${HOME}/.local/share}/thesiah/keys -tr ${XDG_DATA_HOME:-${HOME}/.local/share}/Trash/files +trs ${XDG_DATA_HOME:-${HOME}/.local/share}/Trash/files ts ${XDG_DATA_HOME:-${HOME}/.local/share}/thesiah tt ${XDG_STATE_HOME:-${HOME}/.local/state} web ${THESIAH_WWW:-${HOME}/Private/repos/THESIAH} diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf index 61d5f68..3a4eae8 100644 --- a/ar/.config/tmux/tmux.conf +++ b/ar/.config/tmux/tmux.conf @@ -135,7 +135,7 @@ set -g @plugin 'xamut/tmux-weather' # continuum # set -g @continuum-boot 'on' # set -g @continuum-boot-options 'kitty' -set -g @continuum-restore 'on' +# set -g @continuum-restore 'on' set -g @continuum-save-interval '1' # min, 0 for disable # copycat @@ -166,8 +166,8 @@ set -g @tmux-nvim-swap-keybinding-right 'C-M-l' # open set -g @open 'O' -set -g @open-editor 'e' -set -g @open-W 'https://www.searx.thesiah.xyz/?q=' +set -g @open-editor 'E' +set -g @open-o 'https://www.searx.thesiah.xyz/?q=' # pomodoro set -g @pomodoro_toggle 'a' # Start/pause a Pomodoro/break |
