Compare commits
4
Commits
bf325c9fdd
...
6bdde6f95b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6bdde6f95b
|
||
|
|
b23a393197
|
||
|
|
ba4fc5f8fb
|
||
|
|
f2e79a79f1
|
@@ -34,12 +34,6 @@ for option in "$@"; do
|
|||||||
mv "$HOME/.config/zsh/gitstatus/gitstatus.prompt.zsh" "$HOME/.config/zsh/gitstatus/gitstatus.prompt.zsh.bak"
|
mv "$HOME/.config/zsh/gitstatus/gitstatus.prompt.zsh" "$HOME/.config/zsh/gitstatus/gitstatus.prompt.zsh.bak"
|
||||||
link "$PWD/zsh/gitstatus.prompt.zsh" "$HOME/.config/zsh/gitstatus/gitstatus.prompt.zsh"
|
link "$PWD/zsh/gitstatus.prompt.zsh" "$HOME/.config/zsh/gitstatus/gitstatus.prompt.zsh"
|
||||||
;;
|
;;
|
||||||
nvim)
|
|
||||||
[ ! -d "$HOME/.config/nvim" ] && mkdir -p "$HOME/.config/nvim"
|
|
||||||
link "$PWD/nvim/init.vim" "$HOME/.config/nvim/init.vim"
|
|
||||||
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
|
|
||||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
|
||||||
;;
|
|
||||||
git)
|
git)
|
||||||
[ ! -d "$HOME/.config/git" ] && mkdir -p "$HOME/.config/git"
|
[ ! -d "$HOME/.config/git" ] && mkdir -p "$HOME/.config/git"
|
||||||
link "$PWD/git/config" "$HOME/.config/git/config"
|
link "$PWD/git/config" "$HOME/.config/git/config"
|
||||||
@@ -55,7 +49,7 @@ for option in "$@"; do
|
|||||||
;;
|
;;
|
||||||
librewolf)
|
librewolf)
|
||||||
printf 'Paste the path of the Root Directory of your default profile\n'
|
printf 'Paste the path of the Root Directory of your default profile\n'
|
||||||
librewolf about:profiles
|
librewolf about:profiles > /dev/null 2> /dev/null
|
||||||
read -r profile
|
read -r profile
|
||||||
link "$PWD/librewolf/user.js" "$profile/user.js"
|
link "$PWD/librewolf/user.js" "$profile/user.js"
|
||||||
;;
|
;;
|
||||||
@@ -67,7 +61,6 @@ for option in "$@"; do
|
|||||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||||
link "$PWD/vim/vimrc" "$HOME/.vim/vimrc"
|
link "$PWD/vim/vimrc" "$HOME/.vim/vimrc"
|
||||||
vim +PluginInstall +qall
|
vim +PluginInstall +qall
|
||||||
vim "+Copilot auth" +qall
|
|
||||||
;;
|
;;
|
||||||
yay)
|
yay)
|
||||||
link "$PWD/yay/config.json" "$HOME/.config/yay/config.json"
|
link "$PWD/yay/config.json" "$HOME/.config/yay/config.json"
|
||||||
|
|||||||
+171
-86
@@ -1,6 +1,12 @@
|
|||||||
|
[org/gnome/desktop/calendar]
|
||||||
|
show-weekdate=true
|
||||||
|
|
||||||
|
[org/gnome/desktop/datetime]
|
||||||
|
automatic-timezone=false
|
||||||
|
|
||||||
[org/gnome/desktop/input-sources]
|
[org/gnome/desktop/input-sources]
|
||||||
sources=[('xkb', 'us')]
|
mru-sources=[('xkb', 'us')]
|
||||||
xkb-options=['eurosign:e', 'eurosign:E']
|
sources=[('xkb', 'us+alt-intl')]
|
||||||
|
|
||||||
[org/gnome/desktop/interface]
|
[org/gnome/desktop/interface]
|
||||||
clock-format='24h'
|
clock-format='24h'
|
||||||
@@ -9,31 +15,37 @@ clock-show-seconds=true
|
|||||||
clock-show-weekday=false
|
clock-show-weekday=false
|
||||||
color-scheme='prefer-dark'
|
color-scheme='prefer-dark'
|
||||||
cursor-theme='Capitaine Cursors (Gruvbox)'
|
cursor-theme='Capitaine Cursors (Gruvbox)'
|
||||||
document-font-name='Fira Sans 11'
|
document-font-name='DM Sans Medium 11'
|
||||||
enable-hot-corners=false
|
enable-hot-corners=false
|
||||||
font-antialiasing='rgba'
|
font-name='DM Sans Medium 11'
|
||||||
font-hinting='full'
|
gtk-enable-primary-paste=false
|
||||||
font-name='Fira Sans 11'
|
gtk-theme='Gruvbox-BL-MB-Dark'
|
||||||
gtk-theme='Gruvbox-Dark-BL'
|
icon-theme='Gruvbox-Plus-Dark'
|
||||||
icon-theme='Gruvbox-Dark'
|
monospace-font-name='DMMono Nerd Font Medium 10'
|
||||||
monospace-font-name='FiraCode Nerd Font 10'
|
toolkit-accessibility=false
|
||||||
|
|
||||||
[org/gnome/desktop/peripherals/keyboard]
|
|
||||||
numlock-state=true
|
|
||||||
|
|
||||||
[org/gnome/desktop/peripherals/mouse]
|
[org/gnome/desktop/peripherals/mouse]
|
||||||
accel-profile='flat'
|
accel-profile='flat'
|
||||||
speed=-0.48818897637795278
|
speed=-0.45736434108527135
|
||||||
|
|
||||||
|
[org/gnome/desktop/peripherals/touchpad]
|
||||||
|
two-finger-scrolling-enabled=true
|
||||||
|
|
||||||
|
[org/gnome/desktop/screensaver]
|
||||||
|
color-shading-type='solid'
|
||||||
|
picture-options='zoom'
|
||||||
|
picture-uri='file:///usr/share/backgrounds/gnome/map-l.svg'
|
||||||
|
primary-color='#241f31'
|
||||||
|
secondary-color='#000000'
|
||||||
|
|
||||||
[org/gnome/desktop/search-providers]
|
[org/gnome/desktop/search-providers]
|
||||||
sort-order=['org.gnome.Contacts.desktop', 'org.gnome.Documents.desktop', 'org.gnome.Nautilus.desktop']
|
sort-order=['org.gnome.Settings.desktop', 'org.gnome.Contacts.desktop', 'org.gnome.Nautilus.desktop']
|
||||||
|
|
||||||
[org/gnome/desktop/session]
|
[org/gnome/desktop/session]
|
||||||
idle-delay=uint32 0
|
idle-delay=uint32 0
|
||||||
|
|
||||||
[org/gnome/desktop/sound]
|
[org/gnome/desktop/sound]
|
||||||
event-sounds=true
|
allow-volume-above-100-percent=true
|
||||||
theme-name='__custom'
|
|
||||||
|
|
||||||
[org/gnome/desktop/wm/keybindings]
|
[org/gnome/desktop/wm/keybindings]
|
||||||
close=['<Super>q']
|
close=['<Super>q']
|
||||||
@@ -42,8 +54,6 @@ move-to-monitor-left=['<Alt><Super>Left', '<Alt><Super>h']
|
|||||||
move-to-monitor-right=['<Alt><Super>Right', '<Alt><Super>l']
|
move-to-monitor-right=['<Alt><Super>Right', '<Alt><Super>l']
|
||||||
move-to-workspace-down=['<Shift><Super>Down', '<Shift><Super>j']
|
move-to-workspace-down=['<Shift><Super>Down', '<Shift><Super>j']
|
||||||
move-to-workspace-up=['<Shift><Super>Up', '<Shift><Super>k']
|
move-to-workspace-up=['<Shift><Super>Up', '<Shift><Super>k']
|
||||||
switch-input-source=@as []
|
|
||||||
switch-input-source-backward=@as []
|
|
||||||
switch-to-workspace-1=['<Super>1']
|
switch-to-workspace-1=['<Super>1']
|
||||||
switch-to-workspace-10=['<Super>0']
|
switch-to-workspace-10=['<Super>0']
|
||||||
switch-to-workspace-2=['<Super>2']
|
switch-to-workspace-2=['<Super>2']
|
||||||
@@ -57,9 +67,37 @@ switch-to-workspace-9=['<Super>9']
|
|||||||
switch-to-workspace-down=['<Super>Tab']
|
switch-to-workspace-down=['<Super>Tab']
|
||||||
switch-to-workspace-up=['<Shift><Super>Tab']
|
switch-to-workspace-up=['<Shift><Super>Tab']
|
||||||
|
|
||||||
|
[org/gnome/evince/default]
|
||||||
|
continuous=true
|
||||||
|
dual-page=false
|
||||||
|
dual-page-odd-left=true
|
||||||
|
enable-spellchecking=true
|
||||||
|
fullscreen=false
|
||||||
|
inverted-colors=false
|
||||||
|
show-sidebar=true
|
||||||
|
sidebar-page='thumbnails'
|
||||||
|
sidebar-size=132
|
||||||
|
sizing-mode='automatic'
|
||||||
|
window-ratio=(1.5932773109243696, 0.58850574712643677)
|
||||||
|
|
||||||
|
[org/gnome/evolution-data-server]
|
||||||
|
migrated=true
|
||||||
|
|
||||||
|
[org/gnome/gnome-system-monitor]
|
||||||
|
cpu-colors=[(uint32 0, '#e01b24'), (1, '#ff7800'), (2, '#f6d32d'), (3, '#33d17a'), (4, '#26a269'), (5, '#62a0ea'), (6, '#1c71d8'), (7, '#613583'), (8, '#9141ac'), (9, '#c061cb'), (10, '#ffbe6f'), (11, '#f9f06b'), (12, '#8ff0a4'), (13, '#2ec27e'), (14, '#1a5fb4'), (15, '#c061cb'), (16, '#f3327999a4fd'), (17, '#7999c879f332'), (18, '#ebf4f3327999'), (19, '#d6f47999f332'), (20, '#7999f332b379'), (21, '#f3328ffe7999'), (22, '#799986aff332'), (23, '#aa2af3327999'), (24, '#f3327999cda6'), (25, '#7999f121f332'), (26, '#f332d1c77999'), (27, '#ae4c7999f332')]
|
||||||
|
maximized=false
|
||||||
|
show-dependencies=false
|
||||||
|
show-whose-processes='user'
|
||||||
|
window-height=1032
|
||||||
|
window-width=948
|
||||||
|
|
||||||
|
[org/gnome/gnome-system-monitor/proctree]
|
||||||
|
col-26-visible=false
|
||||||
|
col-26-width=0
|
||||||
|
|
||||||
[org/gnome/mutter]
|
[org/gnome/mutter]
|
||||||
edge-tiling=false
|
edge-tiling=false
|
||||||
workspaces-only-on-primary=false
|
output-luminance=@a(ssssud) []
|
||||||
|
|
||||||
[org/gnome/mutter/keybindings]
|
[org/gnome/mutter/keybindings]
|
||||||
toggle-tiled-left=@as []
|
toggle-tiled-left=@as []
|
||||||
@@ -68,46 +106,45 @@ toggle-tiled-right=@as []
|
|||||||
[org/gnome/mutter/wayland/keybindings]
|
[org/gnome/mutter/wayland/keybindings]
|
||||||
restore-shortcuts=@as []
|
restore-shortcuts=@as []
|
||||||
|
|
||||||
[org/gnome/nautilus/compression]
|
|
||||||
default-compression-format='zip'
|
|
||||||
|
|
||||||
[org/gnome/nautilus/icon-view]
|
[org/gnome/nautilus/icon-view]
|
||||||
default-zoom-level='medium'
|
default-zoom-level='large'
|
||||||
|
|
||||||
[org/gnome/nautilus/list-view]
|
[org/gnome/nautilus/list-view]
|
||||||
default-zoom-level='large'
|
use-tree-view=true
|
||||||
|
|
||||||
[org/gnome/nautilus/preferences]
|
[org/gnome/nautilus/preferences]
|
||||||
default-folder-viewer='icon-view'
|
default-folder-viewer='icon-view'
|
||||||
migrated-gtk-settings=true
|
migrated-gtk-settings=true
|
||||||
search-filter-time-type='last_modified'
|
search-filter-time-type='last_modified'
|
||||||
|
show-directory-item-counts='always'
|
||||||
show-image-thumbnails='always'
|
show-image-thumbnails='always'
|
||||||
|
|
||||||
[org/gnome/nautilus/window-state]
|
[org/gnome/nautilus/window-state]
|
||||||
initial-size=(1904, 1040)
|
initial-size=(1904, 1034)
|
||||||
initial-size-file-chooser=(890, 550)
|
initial-size-file-chooser=(948, 1034)
|
||||||
maximized=false
|
maximized=false
|
||||||
|
|
||||||
|
[org/gnome/settings-daemon/plugins/color]
|
||||||
|
night-light-enabled=true
|
||||||
|
night-light-schedule-automatic=false
|
||||||
|
night-light-schedule-to=9.0
|
||||||
|
night-light-temperature=uint32 2238
|
||||||
|
|
||||||
|
[org/gnome/settings-daemon/plugins/housekeeping]
|
||||||
|
donation-reminder-last-shown=int64 1758896451911646
|
||||||
|
|
||||||
[org/gnome/settings-daemon/plugins/media-keys]
|
[org/gnome/settings-daemon/plugins/media-keys]
|
||||||
custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom3/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom7/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom8/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom9/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom10/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom11/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom12/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom13/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom14/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom15/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom16/']
|
custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/']
|
||||||
email=['<Super>e']
|
|
||||||
home=['<Super>f']
|
home=['<Super>f']
|
||||||
next=['<Shift>AudioRaiseVolume']
|
|
||||||
play=['AudioMute']
|
|
||||||
previous=['<Shift>AudioLowerVolume']
|
|
||||||
rotate-video-lock-static=@as []
|
rotate-video-lock-static=@as []
|
||||||
screensaver=['<Super>l']
|
screensaver=['<Super>l']
|
||||||
search=['<Super>slash']
|
|
||||||
terminal=['<Super>Return']
|
terminal=['<Super>Return']
|
||||||
volume-down=@as []
|
|
||||||
volume-mute=['<Control>AudioMute']
|
|
||||||
volume-up=['AudioRaiseVolume']
|
|
||||||
www=['<Super>w']
|
www=['<Super>w']
|
||||||
|
|
||||||
[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0]
|
[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0]
|
||||||
binding='<Super>w'
|
binding='<Super>Return'
|
||||||
command='librewolf'
|
command='alacritty'
|
||||||
name='browser'
|
name='term'
|
||||||
|
|
||||||
[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1]
|
[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1]
|
||||||
binding='<Super>s'
|
binding='<Super>s'
|
||||||
@@ -115,54 +152,91 @@ command='spotify-launcher'
|
|||||||
name='spotify'
|
name='spotify'
|
||||||
|
|
||||||
[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2]
|
[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2]
|
||||||
binding='<Super>Return'
|
|
||||||
command='alacritty'
|
|
||||||
name='terminal'
|
|
||||||
|
|
||||||
[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4]
|
|
||||||
binding='<Super>m'
|
|
||||||
command='monero-wallet-gui'
|
|
||||||
name='monero wallet'
|
|
||||||
|
|
||||||
[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5]
|
|
||||||
binding='<Super>b'
|
binding='<Super>b'
|
||||||
command='chromium'
|
command='brave'
|
||||||
name='chromium'
|
name='chromium'
|
||||||
|
|
||||||
|
[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom3]
|
||||||
|
binding='<Ctrl><Alt><Shift>H'
|
||||||
|
command='dbus-send --session --dest=com.zoom.HotKeyService --type=method_call /com/zoom/HotKeyListener com.zoom.HotKeyListener.keyPressed int64:55834574920 string:"<Ctrl><Alt><Shift>H"'
|
||||||
|
name='ZMHKey55834574920'
|
||||||
|
|
||||||
[org/gnome/settings-daemon/plugins/power]
|
[org/gnome/settings-daemon/plugins/power]
|
||||||
sleep-inactive-ac-timeout=3600
|
idle-dim=false
|
||||||
|
power-button-action='interactive'
|
||||||
sleep-inactive-ac-type='nothing'
|
sleep-inactive-ac-type='nothing'
|
||||||
|
|
||||||
|
[org/gnome/shell]
|
||||||
|
disabled-extensions=['workspace-indicator@gnome-shell-extensions.gcampax.github.com']
|
||||||
|
enabled-extensions=['system-monitor@gnome-shell-extensions.gcampax.github.com', 'native-window-placement@gnome-shell-extensions.gcampax.github.com', 'user-theme@gnome-shell-extensions.gcampax.github.com', 'windowsNavigator@gnome-shell-extensions.gcampax.github.com', 'lan-ip-address@mrhuber.com', 'pop-shell@system76.com', 'dash-to-panel@jderose9.github.com', 'freon@UshakovVasilii_Github.yahoo.com']
|
||||||
|
remember-mount-password=true
|
||||||
|
welcome-dialog-last-shown-version='47.4'
|
||||||
|
|
||||||
|
[org/gnome/shell/app-switcher]
|
||||||
|
current-workspace-only=false
|
||||||
|
|
||||||
|
[org/gnome/shell/extensions/dash-to-panel]
|
||||||
|
animate-appicon-hover-animation-extent={'RIPPLE': 4, 'PLANK': 4, 'SIMPLE': 1}
|
||||||
|
appicon-margin=4
|
||||||
|
appicon-padding=4
|
||||||
|
available-monitors=[1, 0, 2]
|
||||||
|
dot-position='BOTTOM'
|
||||||
|
extension-version=72
|
||||||
|
global-border-radius=2
|
||||||
|
hotkeys-overlay-combo='TEMPORARILY'
|
||||||
|
intellihide=false
|
||||||
|
leftbox-padding=-1
|
||||||
|
multi-monitors=true
|
||||||
|
panel-anchors='{"SAM-HNAR105096":"MIDDLE","AOC-AUFQ89A002758":"MIDDLE","ACR-LW9EE0058536":"MIDDLE","ACI- ":"MIDDLE","AOC-12VQ7HA014677":"MIDDLE"}'
|
||||||
|
panel-element-positions='{"SAM-HNAR105096":[{"element":"showAppsButton","visible":false,"position":"stackedTL"},{"element":"activitiesButton","visible":false,"position":"stackedTL"},{"element":"leftBox","visible":false,"position":"stackedTL"},{"element":"taskbar","visible":false,"position":"stackedTL"},{"element":"rightBox","visible":true,"position":"stackedTL"},{"element":"dateMenu","visible":true,"position":"centerMonitor"},{"element":"centerBox","visible":false,"position":"centered"},{"element":"systemMenu","visible":true,"position":"stackedBR"},{"element":"desktopButton","visible":false,"position":"stackedBR"}],"AOC-AUFQ89A002758":[{"element":"showAppsButton","visible":false,"position":"stackedTL"},{"element":"activitiesButton","visible":false,"position":"stackedTL"},{"element":"leftBox","visible":true,"position":"stackedTL"},{"element":"taskbar","visible":false,"position":"stackedTL"},{"element":"rightBox","visible":true,"position":"stackedTL"},{"element":"centerBox","visible":true,"position":"stackedBR"},{"element":"dateMenu","visible":true,"position":"centerMonitor"},{"element":"systemMenu","visible":true,"position":"stackedBR"},{"element":"desktopButton","visible":true,"position":"stackedBR"}],"ACR-LW9EE0058536":[{"element":"showAppsButton","visible":false,"position":"stackedTL"},{"element":"activitiesButton","visible":false,"position":"stackedTL"},{"element":"leftBox","visible":true,"position":"stackedTL"},{"element":"taskbar","visible":false,"position":"stackedTL"},{"element":"rightBox","visible":true,"position":"stackedTL"},{"element":"centerBox","visible":true,"position":"stackedBR"},{"element":"dateMenu","visible":true,"position":"centerMonitor"},{"element":"systemMenu","visible":true,"position":"stackedBR"},{"element":"desktopButton","visible":true,"position":"stackedBR"}],"ACI- ":[{"element":"showAppsButton","visible":false,"position":"stackedTL"},{"element":"activitiesButton","visible":false,"position":"stackedTL"},{"element":"leftBox","visible":true,"position":"stackedTL"},{"element":"taskbar","visible":false,"position":"stackedTL"},{"element":"rightBox","visible":true,"position":"stackedTL"},{"element":"centerBox","visible":true,"position":"stackedBR"},{"element":"dateMenu","visible":true,"position":"centerMonitor"},{"element":"systemMenu","visible":true,"position":"stackedBR"},{"element":"desktopButton","visible":false,"position":"stackedBR"}],"AOC-12VQ7HA014677":[{"element":"showAppsButton","visible":false,"position":"stackedTL"},{"element":"activitiesButton","visible":false,"position":"stackedTL"},{"element":"leftBox","visible":true,"position":"stackedTL"},{"element":"taskbar","visible":false,"position":"stackedTL"},{"element":"rightBox","visible":true,"position":"stackedTL"},{"element":"centerBox","visible":true,"position":"stackedBR"},{"element":"dateMenu","visible":true,"position":"centerMonitor"},{"element":"systemMenu","visible":true,"position":"stackedBR"},{"element":"desktopButton","visible":true,"position":"stackedBR"}]}'
|
||||||
|
panel-element-positions-monitors-sync=true
|
||||||
|
panel-lengths='{"SAM-HNAR105096":100,"AOC-AUFQ89A002758":100,"ACR-LW9EE0058536":100}'
|
||||||
|
panel-positions='{"SAM-HNAR105096":"TOP","AOC-AUFQ89A002758":"TOP","ACR-LW9EE0058536":"TOP","ACI- ":"TOP","AOC-12VQ7HA014677":"TOP"}'
|
||||||
|
panel-side-margins=8
|
||||||
|
panel-side-padding=0
|
||||||
|
panel-sizes='{"SAM-HNAR105096":24,"AOC-AUFQ89A002758":22,"ACR-LW9EE0058536":22,"ACI- ":22,"AOC-12VQ7HA014677":22}'
|
||||||
|
panel-top-bottom-margins=4
|
||||||
|
panel-top-bottom-padding=0
|
||||||
|
prefs-opened=false
|
||||||
|
primary-monitor='AOC-12VQ7HA014677'
|
||||||
|
status-icon-padding=-1
|
||||||
|
stockgs-keep-dash=false
|
||||||
|
stockgs-keep-top-panel=false
|
||||||
|
trans-gradient-bottom-opacity=0.35000000000000003
|
||||||
|
trans-gradient-top-opacity=0.0
|
||||||
|
trans-panel-opacity=0.95000000000000007
|
||||||
|
trans-use-custom-bg=false
|
||||||
|
trans-use-custom-gradient=false
|
||||||
|
trans-use-custom-opacity=true
|
||||||
|
trans-use-dynamic-opacity=false
|
||||||
|
tray-padding=-1
|
||||||
|
window-preview-title-position='TOP'
|
||||||
|
|
||||||
|
[org/gnome/shell/extensions/freon]
|
||||||
|
hot-sensors=['Core 0']
|
||||||
|
panel-box-index=1
|
||||||
|
position-in-panel=2
|
||||||
|
show-decimal-value=true
|
||||||
|
show-icon-on-panel=true
|
||||||
|
show-rotationrate-unit=true
|
||||||
|
show-voltage-unit=true
|
||||||
|
use-generic-liquidctl=false
|
||||||
|
use-gpu-aticonfig=false
|
||||||
|
|
||||||
[org/gnome/shell/extensions/pop-shell]
|
[org/gnome/shell/extensions/pop-shell]
|
||||||
activate-launcher=['<Super>d']
|
activate-launcher=['<Super>d', '<Super>Space']
|
||||||
active-hint=true
|
active-hint=true
|
||||||
active-hint-border-radius=uint32 12
|
active-hint-border-radius=uint32 13
|
||||||
focus-right=['<Super>Right']
|
focus-right=['<Super>Right']
|
||||||
gap-inner=uint32 2
|
hint-color-rgba='rgb(102,92,84)'
|
||||||
gap-outer=uint32 2
|
|
||||||
hint-color-rgba='rgb(116,116,116)'
|
|
||||||
mouse-cursor-focus-location=uint32 4
|
|
||||||
mouse-cursor-follows-active-window=false
|
|
||||||
pop-monitor-left=@as []
|
|
||||||
pop-monitor-right=@as []
|
|
||||||
pop-monitor-up=@as []
|
|
||||||
pop-workspace-down=@as []
|
|
||||||
pop-workspace-up=@as []
|
|
||||||
show-title=false
|
show-title=false
|
||||||
smart-gaps=false
|
|
||||||
snap-to-grid=true
|
|
||||||
stacking-with-mouse=false
|
|
||||||
tile-accept=['Return']
|
tile-accept=['Return']
|
||||||
tile-by-default=true
|
tile-by-default=true
|
||||||
tile-enter=['<Super>r']
|
tile-enter=['<Super>r']
|
||||||
tile-move-down=['<Shift>Down', '<Shift>j']
|
tile-move-down=['<Shift>Down', '<Shift>j']
|
||||||
tile-move-down-global=['<Shift><Super>Down']
|
|
||||||
tile-move-left=['<Shift>Left', '<Shift>h']
|
tile-move-left=['<Shift>Left', '<Shift>h']
|
||||||
tile-move-left-global=['<Shift><Super>Left']
|
|
||||||
tile-move-right=['<Shift>Right', '<Shift>l']
|
tile-move-right=['<Shift>Right', '<Shift>l']
|
||||||
tile-move-right-global=['<Shift><Super>Right']
|
|
||||||
tile-move-up=['<Shift>Up', '<Shift>k']
|
tile-move-up=['<Shift>Up', '<Shift>k']
|
||||||
tile-move-up-global=['<Shift><Super>Up']
|
|
||||||
tile-reject=['Escape']
|
tile-reject=['Escape']
|
||||||
tile-resize-down=['Down', 'j']
|
tile-resize-down=['Down', 'j']
|
||||||
tile-resize-left=['Left', 'h']
|
tile-resize-left=['Left', 'h']
|
||||||
@@ -172,16 +246,18 @@ tile-swap-down=['<Primary>Down', '<Primary>j']
|
|||||||
tile-swap-left=['<Primary>Left', '<Primary>h']
|
tile-swap-left=['<Primary>Left', '<Primary>h']
|
||||||
tile-swap-right=['<Primary>Right', '<Primary>l']
|
tile-swap-right=['<Primary>Right', '<Primary>l']
|
||||||
tile-swap-up=['<Primary>Up', '<Primary>k']
|
tile-swap-up=['<Primary>Up', '<Primary>k']
|
||||||
toggle-floating=['<Shift><Super>space']
|
|
||||||
toggle-stacking-global=@as []
|
toggle-stacking-global=@as []
|
||||||
|
|
||||||
|
[org/gnome/shell/extensions/system-monitor]
|
||||||
|
show-swap=false
|
||||||
|
show-upload=false
|
||||||
|
|
||||||
[org/gnome/shell/extensions/user-theme]
|
[org/gnome/shell/extensions/user-theme]
|
||||||
name='Gruvbox-Dark-Medium-BL-GS'
|
name='Gruvbox-BL-MB-Dark'
|
||||||
|
|
||||||
[org/gnome/shell/keybindings]
|
[org/gnome/shell/keybindings]
|
||||||
focus-active-notification=@as []
|
|
||||||
open-application-menu=@as []
|
open-application-menu=@as []
|
||||||
screenshot=['<Control><Alt>p']
|
screenshot=['<Shift><Super>s']
|
||||||
switch-to-application-1=@as []
|
switch-to-application-1=@as []
|
||||||
switch-to-application-10=@as []
|
switch-to-application-10=@as []
|
||||||
switch-to-application-2=@as []
|
switch-to-application-2=@as []
|
||||||
@@ -202,37 +278,46 @@ switch-to-workspace-6=['<Super>6']
|
|||||||
switch-to-workspace-7=['<Super>7']
|
switch-to-workspace-7=['<Super>7']
|
||||||
switch-to-workspace-8=['<Super>8']
|
switch-to-workspace-8=['<Super>8']
|
||||||
switch-to-workspace-9=['<Super>9']
|
switch-to-workspace-9=['<Super>9']
|
||||||
toggle-message-tray=@as []
|
toggle-quick-settings=@as []
|
||||||
toggle-quick-settings=['<Shift><Super>e']
|
|
||||||
|
[org/gnome/shell/world-clocks]
|
||||||
|
locations=@av []
|
||||||
|
|
||||||
|
[org/gnome/software]
|
||||||
|
check-timestamp=int64 1766399042
|
||||||
|
first-run=false
|
||||||
|
flatpak-purge-timestamp=int64 1766406181
|
||||||
|
|
||||||
[org/gnome/tweaks]
|
[org/gnome/tweaks]
|
||||||
show-extensions-notice=false
|
show-extensions-notice=false
|
||||||
|
|
||||||
|
[org/gtk/gtk4/settings/color-chooser]
|
||||||
|
custom-colors=[(1.0, 0.0, 0.0, 0.6600000262260437)]
|
||||||
|
selected-color=(true, 1.0, 0.0, 0.0, 0.6600000262260437)
|
||||||
|
|
||||||
[org/gtk/gtk4/settings/file-chooser]
|
[org/gtk/gtk4/settings/file-chooser]
|
||||||
date-format='regular'
|
date-format='regular'
|
||||||
location-mode='path-bar'
|
location-mode='path-bar'
|
||||||
show-hidden=true
|
show-hidden=true
|
||||||
show-size-column=true
|
|
||||||
show-type-column=true
|
|
||||||
sidebar-width=140
|
sidebar-width=140
|
||||||
sort-column='modified'
|
sort-column='name'
|
||||||
sort-directories-first=false
|
sort-directories-first=true
|
||||||
sort-order='ascending'
|
sort-order='ascending'
|
||||||
type-format='category'
|
type-format='category'
|
||||||
view-type='grid'
|
view-type='list'
|
||||||
window-size=(1316, 1040)
|
window-size=(948, 1040)
|
||||||
|
|
||||||
[org/gtk/settings/file-chooser]
|
[org/gtk/settings/file-chooser]
|
||||||
clock-format='24h'
|
clock-format='24h'
|
||||||
date-format='regular'
|
date-format='regular'
|
||||||
location-mode='path-bar'
|
location-mode='path-bar'
|
||||||
show-hidden=false
|
show-hidden=true
|
||||||
show-size-column=true
|
show-size-column=true
|
||||||
show-type-column=true
|
show-type-column=true
|
||||||
sidebar-width=197
|
sidebar-width=172
|
||||||
sort-column='name'
|
sort-column='name'
|
||||||
sort-directories-first=false
|
sort-directories-first=false
|
||||||
sort-order='descending'
|
sort-order='ascending'
|
||||||
type-format='category'
|
type-format='category'
|
||||||
window-position=(2260, 60)
|
window-position=(103, 103)
|
||||||
window-size=(1239, 910)
|
window-size=(1231, 902)
|
||||||
|
|||||||
@@ -1,98 +0,0 @@
|
|||||||
" init autocmd
|
|
||||||
autocmd!
|
|
||||||
set number relativenumber " Show relative line numbers on the left.
|
|
||||||
filetype plugin on " Auto-detect un-labeled filetypes
|
|
||||||
syntax on " Turn syntax highlighting on
|
|
||||||
set ai " Sets auto-indentation
|
|
||||||
set si " Sets smart-indentation
|
|
||||||
set cursorline " Highlight current cursor line
|
|
||||||
set tabstop=2 " Tab equal 2 spaces (default 4)
|
|
||||||
set shiftwidth=2 " Arrow function (>>) creates 2 spaces
|
|
||||||
set expandtab " Use spaces instead of a tab charater on TAB
|
|
||||||
set smarttab " Be smart when using tabs
|
|
||||||
set hlsearch " When searching (/), highlights matches as you go
|
|
||||||
set incsearch " When searching (/), display results as you type (instead of only upon ENTER)
|
|
||||||
set smartcase " When searching (/), automatically switch to a case-sensitive search if you use any capital letters
|
|
||||||
set ttyfast " Boost speed by altering character redraw rates to your terminal
|
|
||||||
set showmatch " Show matching brackets when text indicator is over them
|
|
||||||
set noerrorbells " Silence the error bell
|
|
||||||
set novisualbell " Visually hide the error bell
|
|
||||||
set encoding=utf8 " Set text encoding as utf8
|
|
||||||
set clipboard+=unnamedplus " Use the OS clipboard by default
|
|
||||||
set showtabline=2 " Use tabline
|
|
||||||
set splitright " split to the right instead of left
|
|
||||||
set textwidth=80 " Limit to 80 characters in width
|
|
||||||
set colorcolumn=80 " Colored Column after 80 Characters
|
|
||||||
set wrap
|
|
||||||
set bg=dark
|
|
||||||
set wildmode=longest,list,full
|
|
||||||
|
|
||||||
" PLUGINS
|
|
||||||
" download to ~/.local/share/nvim/site/autoload/plug.vim
|
|
||||||
call plug#begin("~/.local/share/nvim/site/autoload/plugged")
|
|
||||||
Plug 'junegunn/goyo.vim'
|
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
|
||||||
Plug 'https://github.com/jiangmiao/auto-pairs.git'
|
|
||||||
Plug 'lervag/vimtex'
|
|
||||||
Plug 'https://github.com/ap/vim-css-color'
|
|
||||||
Plug 'https://github.com/907th/vim-auto-save.git'
|
|
||||||
Plug 'https://github.com/alvan/vim-closetag'
|
|
||||||
Plug 'vim-airline/vim-airline'
|
|
||||||
Plug 'https://github.com/github/copilot.vim'
|
|
||||||
call plug#end()
|
|
||||||
|
|
||||||
let g:vimtex_view_method = 'zathura'
|
|
||||||
" let g:vimtex_view_forward_search_on_start = 0
|
|
||||||
let g:auto_save = 1
|
|
||||||
let mapleader =","
|
|
||||||
let g:airline#extensions#tabline#enabled = 1
|
|
||||||
let g:coc_disable_startup_warning = 1
|
|
||||||
|
|
||||||
" REMAPPING
|
|
||||||
" jump to last known position when opening a file
|
|
||||||
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
|
|
||||||
|
|
||||||
map <C-g> :Goyo<CR>
|
|
||||||
imap <C-g> <esc>:Goyo<CR>a
|
|
||||||
|
|
||||||
map ,, :keepp /<++><CR>ca<
|
|
||||||
imap ,, <esc>:keepp /<++><CR>ca<
|
|
||||||
|
|
||||||
" indent with tab
|
|
||||||
vnoremap <Tab> >gv
|
|
||||||
vnoremap <S-Tab> <gv
|
|
||||||
vnoremap <Tab> >>
|
|
||||||
inoremap <Tab> <Esc>>>a
|
|
||||||
nnoremap <Tab> >>
|
|
||||||
inoremap <S-Tab> <Esc><<a
|
|
||||||
nnoremap <S-Tab> <<
|
|
||||||
|
|
||||||
" jump to beginning of selection when exiting visual mode
|
|
||||||
vnoremap <Esc> o<Esc>
|
|
||||||
|
|
||||||
" use <tab> to trigger completion and navigate to the next complete item
|
|
||||||
function! CheckBackspace() abort
|
|
||||||
let col = col('.') - 1
|
|
||||||
return !col || getline('.')[col - 1] =~# '\s'
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
inoremap <silent><expr> <Tab>
|
|
||||||
\ coc#pum#visible() ? coc#pum#next(1) :
|
|
||||||
\ CheckBackspace() ? "\<Tab>" :
|
|
||||||
\ coc#refresh()
|
|
||||||
|
|
||||||
autocmd BufWritePre,BufRead *.tex :VimtexCompile " init autocompiling tex docs
|
|
||||||
autocmd VimLeave *.tex :!texclear % " clear tex junk when closing tex file
|
|
||||||
autocmd BufWritePre * %s/\s\+$//e " auto delete trailing white space on save
|
|
||||||
autocmd BufWritePost *.vim source %
|
|
||||||
|
|
||||||
" LaTeX shortcuts
|
|
||||||
autocmd FileType tex inoremap <leader>b \textbf{}<Left>
|
|
||||||
autocmd FileType tex inoremap <leader>u \underline{}<Left>
|
|
||||||
autocmd FileType tex inoremap <leader>i \textit{}<Left>
|
|
||||||
autocmd FileType tex inoremap <leader>s \section{}<Left>
|
|
||||||
autocmd FileType tex inoremap <leader>ss \subsection{}<Left>
|
|
||||||
autocmd FileType tex inoremap <leader>sss \subsubsection{}<Left>
|
|
||||||
autocmd FileType tex inoremap <leader>l \begin{itemize}<CR><++><CR>\end{itemize},,
|
|
||||||
autocmd FileType tex inoremap <leader>o \begin{enumerate}<CR><++><CR>\end{enumerate},,
|
|
||||||
autocmd FileType tex inoremap <leader>c {\tt }<Left><Left>
|
|
||||||
@@ -45,7 +45,6 @@ Plugin 'alvan/vim-closetag' " Auto close HTML tags
|
|||||||
Plugin 'https://github.com/morhetz/gruvbox' " Color scheme
|
Plugin 'https://github.com/morhetz/gruvbox' " Color scheme
|
||||||
Plugin 'https://github.com/ap/vim-css-color' " highlight color codes in their color
|
Plugin 'https://github.com/ap/vim-css-color' " highlight color codes in their color
|
||||||
Plugin 'https://github.com/907th/vim-auto-save.git' " auto save
|
Plugin 'https://github.com/907th/vim-auto-save.git' " auto save
|
||||||
Plugin 'https://github.com/github/copilot.vim' " github copilot
|
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user