mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 02:46:06 -07:00
Compare commits
4 Commits
e9c387c6f9
...
15837f1b01
Author | SHA1 | Date | |
---|---|---|---|
15837f1b01 | |||
a1838f70c0 | |||
7dc53ccefc | |||
6c4a07a003 |
@ -96,6 +96,8 @@ set-option -g repeat-time 0
|
||||
# Install plugin manager
|
||||
set -g @plugin 'fcsonline/tmux-thumbs'
|
||||
run-shell ~/.tmux/plugins/tmux-thumbs/tmux-thumbs.tmux
|
||||
set -g @thumbs-key F
|
||||
set -g @thumbs-command 'echo -n {} | wl-copy'
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
|
@ -29,7 +29,6 @@ let mapleader = " "
|
||||
|
||||
" clipboard
|
||||
set clipboard=unnamedplus
|
||||
set clipboard+=unnamed
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" ui
|
||||
|
@ -12,6 +12,7 @@ in {
|
||||
settings = {
|
||||
disable_ligatures = "never";
|
||||
cursor_shape = "block";
|
||||
linux_display_server = "x11";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -129,7 +129,7 @@ in {
|
||||
"org/gnome/shell" = {
|
||||
favorite-apps = [
|
||||
"google-chrome.desktop"
|
||||
"org.gnome.Console.desktop"
|
||||
"kitty.desktop"
|
||||
"steam.desktop"
|
||||
"discord.desktop"
|
||||
];
|
||||
@ -203,7 +203,7 @@ in {
|
||||
minimize = [];
|
||||
};
|
||||
} // generate_custom_keybindings {
|
||||
"terminal" = { binding = "<Super><Control>Return"; command = "kgx"; name = "Open Terminal"; };
|
||||
"terminal" = { binding = "<Super><Control>Return"; command = "kitty"; name = "Open Terminal"; };
|
||||
"browser" = { binding = "<Super><Control>b"; command = "google-chrome-stable --simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT'"; name = "Open Browser"; };
|
||||
"steam" = { binding = "<Super><Control>s"; command = "steam"; name = "Open Steam"; };
|
||||
"discord" = { binding = "<Super><Control>d"; command = "discord"; name = "Open Discord"; };
|
||||
|
Loading…
x
Reference in New Issue
Block a user