Compare commits
No commits in common. "4a5cd2f8f7704879ae48bed2942e654c2ed7648d" and "7cb90a868764bd70ab569e90e5713ebb65186a98" have entirely different histories.
4a5cd2f8f7
...
7cb90a8687
6 changed files with 14 additions and 24 deletions
2
misc/.config/gtk-3.0/bookmarks
Normal file
2
misc/.config/gtk-3.0/bookmarks
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
file:///home/wball/Documents
|
||||||
|
file:///home/wball/Downloads
|
||||||
1
misc/.config/macchina/macchina.toml
Normal file
1
misc/.config/macchina/macchina.toml
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
show = ["Kernel", "Distribution", "Packages", "Terminal", "WindowManager", "Shell", "Uptime"]
|
||||||
BIN
misc/.config/wallpaper.png
Normal file
BIN
misc/.config/wallpaper.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 MiB |
|
|
@ -1,14 +1,4 @@
|
||||||
return {
|
return {
|
||||||
{
|
|
||||||
"Mofiqul/adwaita.nvim",
|
|
||||||
lazy = false,
|
|
||||||
priority = 1000,
|
|
||||||
config = function()
|
|
||||||
vim.g.adwaita_transparent = true
|
|
||||||
vim.cmd([[colorscheme adwaita]])
|
|
||||||
end
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"catppuccin/nvim",
|
"catppuccin/nvim",
|
||||||
name = "catppuccin",
|
name = "catppuccin",
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
|
|
@ -17,6 +7,6 @@ return {
|
||||||
transparent_background = true,
|
transparent_background = true,
|
||||||
term_colors = true
|
term_colors = true
|
||||||
})
|
})
|
||||||
|
vim.cmd.colorscheme("catppuccin")
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -26,10 +26,7 @@ bind-key -T copy-mode-vi C-\\ select-pane -l
|
||||||
bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "wl-copy && wl-paste -n | wl-copy -p"
|
bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "wl-copy && wl-paste -n | wl-copy -p"
|
||||||
bind-key C-y run "wl-paste -n | tmux load-buffer - ; tmux paste-buffer"
|
bind-key C-y run "wl-paste -n | tmux load-buffer - ; tmux paste-buffer"
|
||||||
|
|
||||||
unbind C-b
|
|
||||||
set -g prefix C-j
|
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'alexwforsythe/tmux-which-key'
|
set -g @plugin 'catppuccin/tmux'
|
||||||
run '~/.config/tmux/plugins/tpm/tpm'
|
run '~/.config/tmux/plugins/tpm/tpm'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue