diff options
| author | Mica White <botahamec@outlook.com> | 2026-06-05 15:51:14 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-06-05 15:51:14 -0400 |
| commit | aa0b0fd6b32ea4db85664c6bc97f1f5c5d1aa78e (patch) | |
| tree | 6f091b2fb77368b2d86571074ed09f92f9b1b380 | |
| parent | 6e2f80c8d15730d07e813debc38c977f4d42db01 (diff) | |
tmux
| -rw-r--r-- | .config/fish/fish_variables | 2 | ||||
| -rw-r--r-- | .config/freac/freac.xml | 7 | ||||
| m--------- | .config/tmux/plugins/tmux-autoreload | 0 | ||||
| m--------- | .config/tmux/plugins/tmux-menus | 0 | ||||
| m--------- | .config/tmux/plugins/tmux-which-key | 0 | ||||
| -rw-r--r-- | .config/tmux/tmux.conf | 7 |
6 files changed, 12 insertions, 4 deletions
diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index f1e873d..5043282 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -11,4 +11,4 @@ SETUVAR _fisher_patrickf1_2F_fzf_2E_fish_files:\x7e/\x2econfig/fish/functions/_f SETUVAR _fisher_plugins:patrickf1/fzf\x2efish SETUVAR _fisher_upgraded_to_4_4:\x1d SETUVAR fish_greeting:\x1d -SETUVAR fish_user_paths:/usr/lib/ccache/bin\x1e/home/botahamec/go/bin +SETUVAR fish_user_paths:/home/botahamec/\x2elocal/bin\x1e/usr/lib/ccache/bin\x1e/home/botahamec/go/bin\x1e/opt/rocm/bin diff --git a/.config/freac/freac.xml b/.config/freac/freac.xml index 87d721f..06787bc 100644 --- a/.config/freac/freac.xml +++ b/.config/freac/freac.xml @@ -4,8 +4,8 @@ <section name="Settings"> <value name="LastOutputDirectory1">/home/botahamec/Downloads/</value> <value name="Language">internal</value> - <value name="StartCount">17</value> - <value name="WindowPosX">2666</value> + <value name="StartCount">24</value> + <value name="WindowPosX">2383</value> <value name="WindowPosY">341</value> <value name="WindowSizeX">799</value> <value name="WindowSizeY">617</value> @@ -88,7 +88,8 @@ <value name="PreferCueSheetsToChapters">1</value> </section> <section name="Donate"> - <value name="StartCount">17</value> + <value name="StartCount">24</value> + <value name="ShowAgain">1</value> </section> <section name="Playlist"> <value name="CreatePlaylist">0</value> diff --git a/.config/tmux/plugins/tmux-autoreload b/.config/tmux/plugins/tmux-autoreload new file mode 160000 +Subproject e98aa3b74cfd5f2df2be2b5d4aa4ddcc843b2eb diff --git a/.config/tmux/plugins/tmux-menus b/.config/tmux/plugins/tmux-menus new file mode 160000 +Subproject 77a95a7e31fe26ab9615f3f734c793fe436ec21 diff --git a/.config/tmux/plugins/tmux-which-key b/.config/tmux/plugins/tmux-which-key new file mode 160000 +Subproject 85fb9756447b989f3b94e515d1e6ee7fec76cba diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..946396f --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,7 @@ +set -g @plugin 'alexwforsythe/tmux-which-key' +set -g @plugin 'b0o/tmux-autoreload' + +set -g set-clipboard on +set -ga terminal-overrides ',*:Ms=\E]52;%p1%s;%p2%s\007' + +run 'tpack init' |
