mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-20 11:26:06 -07:00
Compare commits
No commits in common. "15837f1b0129c39237fd383387efba7c81de71b3" and "e9c387c6f9dafda9443ba4f2927c3398a20b5c5d" have entirely different histories.
15837f1b01
...
e9c387c6f9
@ -96,8 +96,6 @@ set-option -g repeat-time 0
|
|||||||
# Install plugin manager
|
# Install plugin manager
|
||||||
set -g @plugin 'fcsonline/tmux-thumbs'
|
set -g @plugin 'fcsonline/tmux-thumbs'
|
||||||
run-shell ~/.tmux/plugins/tmux-thumbs/tmux-thumbs.tmux
|
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)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
@ -29,6 +29,7 @@ let mapleader = " "
|
|||||||
|
|
||||||
" clipboard
|
" clipboard
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
|
set clipboard+=unnamed
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" ui
|
" ui
|
||||||
|
@ -12,7 +12,6 @@ in {
|
|||||||
settings = {
|
settings = {
|
||||||
disable_ligatures = "never";
|
disable_ligatures = "never";
|
||||||
cursor_shape = "block";
|
cursor_shape = "block";
|
||||||
linux_display_server = "x11";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -129,7 +129,7 @@ in {
|
|||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
favorite-apps = [
|
favorite-apps = [
|
||||||
"google-chrome.desktop"
|
"google-chrome.desktop"
|
||||||
"kitty.desktop"
|
"org.gnome.Console.desktop"
|
||||||
"steam.desktop"
|
"steam.desktop"
|
||||||
"discord.desktop"
|
"discord.desktop"
|
||||||
];
|
];
|
||||||
@ -203,7 +203,7 @@ in {
|
|||||||
minimize = [];
|
minimize = [];
|
||||||
};
|
};
|
||||||
} // generate_custom_keybindings {
|
} // generate_custom_keybindings {
|
||||||
"terminal" = { binding = "<Super><Control>Return"; command = "kitty"; name = "Open Terminal"; };
|
"terminal" = { binding = "<Super><Control>Return"; command = "kgx"; 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"; };
|
"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"; };
|
"steam" = { binding = "<Super><Control>s"; command = "steam"; name = "Open Steam"; };
|
||||||
"discord" = { binding = "<Super><Control>d"; command = "discord"; name = "Open Discord"; };
|
"discord" = { binding = "<Super><Control>d"; command = "discord"; name = "Open Discord"; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user