mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 02:18:01 +00:00
[dconf] Update plugin configs and clean up
This commit is contained in:
parent
ebd669418d
commit
c6073a1060
@ -1,6 +1,6 @@
|
||||
# Neovim configuration files
|
||||
|
||||
Neovim conf heavily adapted to suit my needs, based on LunarVim's [basic ide](https://github.com/LunarVim/nvim-basic-ide).
|
||||
Neovim conf heavily adapted to suit my needs, formerly based on LunarVim's [basic ide](https://github.com/LunarVim/nvim-basic-ide).
|
||||
|
||||
## Extra requeriments (Linux arch package names)
|
||||
|
||||
|
@ -1,56 +0,0 @@
|
||||
# remap bind key from 'Ctrl-b' to 'Ctrl-q'
|
||||
unbind C-b
|
||||
set-option -g prefix C-q
|
||||
bind-key C-q send-prefix
|
||||
|
||||
set -g mouse off
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ag terminal-overrides ",xterm-256color:RGB"
|
||||
|
||||
|
||||
# reload config
|
||||
bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
|
||||
|
||||
# start counting windows and panels from 1
|
||||
# set -g base-index 1
|
||||
# set-window-option -g pane-base-index 1
|
||||
# set-option -g allow-rename off
|
||||
|
||||
# split panes
|
||||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
bind e split-window -h
|
||||
bind o split-window -v
|
||||
unbind '"'
|
||||
unbind %
|
||||
|
||||
# scroll up/down
|
||||
bind -n Pageup copy-mode -u
|
||||
bind -n S-Pageup copy-mode -u
|
||||
bind -n S-Pagedown send-keys Pagedown
|
||||
|
||||
# switch panes using Alt-arrow without prefix
|
||||
bind -n M-Left select-pane -L
|
||||
bind -n M-Right select-pane -R
|
||||
bind -n M-Up select-pane -U
|
||||
bind -n M-Down select-pane -D
|
||||
|
||||
# turn off all sounds
|
||||
set -g visual-activity off
|
||||
set -g visual-bell off
|
||||
set -g visual-silence off
|
||||
setw -g monitor-activity off
|
||||
set -g bell-action none
|
||||
|
||||
# statusbar
|
||||
# https://www.ditig.com/256-colors-cheat-sheet
|
||||
set -g status-position bottom
|
||||
set -g status-style 'bg=colour235 fg=colour255'
|
||||
set -g status-left-length 50
|
||||
set -g status-left " "
|
||||
set -g status-right ""
|
||||
|
||||
# pane
|
||||
set -g pane-border-style 'bg=default fg=colour8'
|
||||
set -g pane-active-border-style 'bg=default fg=colour8'
|
||||
set -g message-style 'fg=colour255 bg=colour62'
|
@ -9,9 +9,4 @@ My dotfiles, including:
|
||||
- prezto conf for my [prezto fork](https://github.com/dcarrillo/prezto)
|
||||
- p10k
|
||||
|
||||
Unmaintained because I don't use them anymore:
|
||||
|
||||
- tmux
|
||||
- tilix (dconf)
|
||||
|
||||
In addition to the dotfiles, some Gnome shell extension confs are included to make polybar and cli great again on Gnome.
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
[/]
|
||||
history-name='history'
|
||||
max-history-size=uint64 200
|
||||
max-displayed-history-size=uint64 30
|
||||
max-history-size=uint64 500
|
||||
max-memory-usage=uint64 50
|
||||
save-history=false
|
||||
sync-primary-to-clipboard=''
|
||||
|
@ -1,4 +0,0 @@
|
||||
# dconf-path=/org/gnome/shell/extensions/hotedge/
|
||||
|
||||
[/]
|
||||
fallback-in-use=false
|
@ -72,14 +72,13 @@ cursor-foreground-color='#ffffff'
|
||||
cursor-shape='underline'
|
||||
custom-command=''
|
||||
custom-hyperlinks=@as []
|
||||
default-size-columns=80
|
||||
default-size-rows=24
|
||||
default-size-columns=90
|
||||
delete-binding='delete-sequence'
|
||||
dim-transparency-percent=19
|
||||
draw-margin=80
|
||||
encoding='UTF-8'
|
||||
exit-action='close'
|
||||
font='Roboto Mono 9'
|
||||
font='RobotoMono Nerd Font 9'
|
||||
foreground-color='#FCFCAFAF3E3E'
|
||||
highlight-background-color='#000000'
|
||||
highlight-colors-set=false
|
||||
|
@ -1,4 +1,4 @@
|
||||
# dconf-path=/org/gnome/shell/extensions/user-theme/
|
||||
|
||||
[/]
|
||||
name='Adapta-Orange-Nokto-Eta'
|
||||
name='VALYRIAN-Molten-Steel'
|
||||
|
Loading…
Reference in New Issue
Block a user