Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
3cd5f4c0f4
|
|||
|
a550ca5e62
|
|||
|
b4fc29ec15
|
|||
|
e5775d625a
|
|||
|
9fc75d97f2
|
|||
|
4564124b5c
|
|||
|
db832dd2d1
|
|||
|
9672b38a81
|
|||
|
2d33f8a8ba
|
|||
|
1ed515dc4e
|
+26
-23
@@ -1,3 +1,4 @@
|
||||
[general]
|
||||
live_config_reload = true
|
||||
|
||||
[bell]
|
||||
@@ -16,15 +17,15 @@ unfocused_hollow = true
|
||||
size = 12.0
|
||||
|
||||
[font.bold]
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
family = "FiraCode Nerd Font"
|
||||
style = "Bold"
|
||||
|
||||
[font.italic]
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
family = "FiraCode Nerd Font"
|
||||
style = "Italic"
|
||||
|
||||
[font.normal]
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
family = "FiraCode Nerd Font"
|
||||
style = "Normal"
|
||||
|
||||
[font.offset]
|
||||
@@ -76,34 +77,36 @@ action = "ScrollToBottom"
|
||||
key = "H"
|
||||
mods = "Alt"
|
||||
|
||||
# Colors
|
||||
# Colors (Gruvbox dark)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#1c1d27'
|
||||
foreground = '#e1e7ec'
|
||||
# hard contrast background = = '#1d2021'
|
||||
background = '#282828'
|
||||
# soft contrast background = = '#32302f'
|
||||
foreground = '#ebdbb2'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#1b1d36'
|
||||
red = '#ca2e55'
|
||||
green = '#53dd6c'
|
||||
yellow = '#fffb85'
|
||||
blue = '#99d6ea'
|
||||
magenta = '#fca6d1'
|
||||
cyan = '#bfffbc'
|
||||
white = '#e1e7ec'
|
||||
black = '#282828'
|
||||
red = '#cc241d'
|
||||
green = '#98971a'
|
||||
yellow = '#d79921'
|
||||
blue = '#458588'
|
||||
magenta = '#b16286'
|
||||
cyan = '#689d6a'
|
||||
white = '#a89984'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#17182c'
|
||||
red = '#f8003e'
|
||||
green = '#3ff15f'
|
||||
yellow = '#fffb85'
|
||||
blue = '#84e1ff'
|
||||
magenta = '#ffa3d1'
|
||||
cyan = '#bfffbc'
|
||||
white = '#cee9ff'
|
||||
black = '#928374'
|
||||
red = '#fb4934'
|
||||
green = '#b8bb26'
|
||||
yellow = '#fabd2f'
|
||||
blue = '#83a598'
|
||||
magenta = '#d3869b'
|
||||
cyan = '#8ec07c'
|
||||
white = '#ebdbb2'
|
||||
|
||||
[mouse]
|
||||
hide_when_typing = true
|
||||
@@ -111,7 +114,7 @@ hide_when_typing = true
|
||||
[scrolling]
|
||||
history = 1000
|
||||
|
||||
[shell]
|
||||
[terminal.shell]
|
||||
program = "/bin/zsh"
|
||||
|
||||
[window]
|
||||
|
||||
@@ -26,7 +26,7 @@ for option in "$@"; do
|
||||
[ ! -d "$HOME/.config/zsh" ] && mkdir -p "$HOME/.config/zsh"
|
||||
link "$PWD/zsh/.zshrc" "$HOME/.config/zsh/.zshrc"
|
||||
link "$PWD/zsh/aliases" "$HOME/.config/zsh/aliases"
|
||||
link "$PWD/zsh/variables" "$HOME/.config/zsh/variables"
|
||||
[ -e "/etc/zsh/zshenv" ] && sudo mv /etc/zsh/zshenv /etc/zsh/zshenv.bak && sudo ln -s "$PWD/zsh/zshenv" /etc/zsh/zshenv || sudo ln -s "$PWD/zsh/zshenv" /etc/zsh/zshenv
|
||||
curl -fLo $HOME/.config/zsh/zsh-autosuggestions.zsh --create-dirs \
|
||||
https://raw.githubusercontent.com/zsh-users/zsh-autosuggestions/master/zsh-autosuggestions.zsh
|
||||
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $HOME/.config/zsh/zsh-syntax-highlighting
|
||||
|
||||
@@ -0,0 +1,238 @@
|
||||
[org/gnome/desktop/input-sources]
|
||||
sources=[('xkb', 'us')]
|
||||
xkb-options=['eurosign:e', 'eurosign:E']
|
||||
|
||||
[org/gnome/desktop/interface]
|
||||
clock-format='24h'
|
||||
clock-show-date=true
|
||||
clock-show-seconds=true
|
||||
clock-show-weekday=false
|
||||
color-scheme='prefer-dark'
|
||||
cursor-theme='Capitaine Cursors (Gruvbox)'
|
||||
document-font-name='Fira Sans 11'
|
||||
enable-hot-corners=false
|
||||
font-antialiasing='rgba'
|
||||
font-hinting='full'
|
||||
font-name='Fira Sans 11'
|
||||
gtk-theme='Gruvbox-Dark-BL'
|
||||
icon-theme='Gruvbox-Dark'
|
||||
monospace-font-name='FiraCode Nerd Font 10'
|
||||
|
||||
[org/gnome/desktop/peripherals/keyboard]
|
||||
numlock-state=true
|
||||
|
||||
[org/gnome/desktop/peripherals/mouse]
|
||||
accel-profile='flat'
|
||||
speed=-0.48818897637795278
|
||||
|
||||
[org/gnome/desktop/search-providers]
|
||||
sort-order=['org.gnome.Contacts.desktop', 'org.gnome.Documents.desktop', 'org.gnome.Nautilus.desktop']
|
||||
|
||||
[org/gnome/desktop/session]
|
||||
idle-delay=uint32 0
|
||||
|
||||
[org/gnome/desktop/sound]
|
||||
event-sounds=true
|
||||
theme-name='__custom'
|
||||
|
||||
[org/gnome/desktop/wm/keybindings]
|
||||
close=['<Super>q']
|
||||
minimize=@as []
|
||||
move-to-monitor-left=['<Alt><Super>Left', '<Alt><Super>h']
|
||||
move-to-monitor-right=['<Alt><Super>Right', '<Alt><Super>l']
|
||||
move-to-workspace-down=['<Shift><Super>Down', '<Shift><Super>j']
|
||||
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-10=['<Super>0']
|
||||
switch-to-workspace-2=['<Super>2']
|
||||
switch-to-workspace-3=['<Super>3']
|
||||
switch-to-workspace-4=['<Super>4']
|
||||
switch-to-workspace-5=['<Super>5']
|
||||
switch-to-workspace-6=['<Super>6']
|
||||
switch-to-workspace-7=['<Super>7']
|
||||
switch-to-workspace-8=['<Super>8']
|
||||
switch-to-workspace-9=['<Super>9']
|
||||
switch-to-workspace-down=['<Super>Tab']
|
||||
switch-to-workspace-up=['<Shift><Super>Tab']
|
||||
|
||||
[org/gnome/mutter]
|
||||
edge-tiling=false
|
||||
workspaces-only-on-primary=false
|
||||
|
||||
[org/gnome/mutter/keybindings]
|
||||
toggle-tiled-left=@as []
|
||||
toggle-tiled-right=@as []
|
||||
|
||||
[org/gnome/mutter/wayland/keybindings]
|
||||
restore-shortcuts=@as []
|
||||
|
||||
[org/gnome/nautilus/compression]
|
||||
default-compression-format='zip'
|
||||
|
||||
[org/gnome/nautilus/icon-view]
|
||||
default-zoom-level='medium'
|
||||
|
||||
[org/gnome/nautilus/list-view]
|
||||
default-zoom-level='large'
|
||||
|
||||
[org/gnome/nautilus/preferences]
|
||||
default-folder-viewer='icon-view'
|
||||
migrated-gtk-settings=true
|
||||
search-filter-time-type='last_modified'
|
||||
show-image-thumbnails='always'
|
||||
|
||||
[org/gnome/nautilus/window-state]
|
||||
initial-size=(1904, 1040)
|
||||
initial-size-file-chooser=(890, 550)
|
||||
maximized=false
|
||||
|
||||
[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/']
|
||||
email=['<Super>e']
|
||||
home=['<Super>f']
|
||||
next=['<Shift>AudioRaiseVolume']
|
||||
play=['AudioMute']
|
||||
previous=['<Shift>AudioLowerVolume']
|
||||
rotate-video-lock-static=@as []
|
||||
screensaver=['<Super>l']
|
||||
search=['<Super>slash']
|
||||
terminal=['<Super>Return']
|
||||
volume-down=@as []
|
||||
volume-mute=['<Control>AudioMute']
|
||||
volume-up=['AudioRaiseVolume']
|
||||
www=['<Super>w']
|
||||
|
||||
[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0]
|
||||
binding='<Super>w'
|
||||
command='librewolf'
|
||||
name='browser'
|
||||
|
||||
[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1]
|
||||
binding='<Super>s'
|
||||
command='spotify-launcher'
|
||||
name='spotify'
|
||||
|
||||
[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'
|
||||
command='chromium'
|
||||
name='chromium'
|
||||
|
||||
[org/gnome/settings-daemon/plugins/power]
|
||||
sleep-inactive-ac-timeout=3600
|
||||
sleep-inactive-ac-type='nothing'
|
||||
|
||||
[org/gnome/shell/extensions/pop-shell]
|
||||
activate-launcher=['<Super>d']
|
||||
active-hint=true
|
||||
active-hint-border-radius=uint32 12
|
||||
focus-right=['<Super>Right']
|
||||
gap-inner=uint32 2
|
||||
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
|
||||
smart-gaps=false
|
||||
snap-to-grid=true
|
||||
stacking-with-mouse=false
|
||||
tile-accept=['Return']
|
||||
tile-by-default=true
|
||||
tile-enter=['<Super>r']
|
||||
tile-move-down=['<Shift>Down', '<Shift>j']
|
||||
tile-move-down-global=['<Shift><Super>Down']
|
||||
tile-move-left=['<Shift>Left', '<Shift>h']
|
||||
tile-move-left-global=['<Shift><Super>Left']
|
||||
tile-move-right=['<Shift>Right', '<Shift>l']
|
||||
tile-move-right-global=['<Shift><Super>Right']
|
||||
tile-move-up=['<Shift>Up', '<Shift>k']
|
||||
tile-move-up-global=['<Shift><Super>Up']
|
||||
tile-reject=['Escape']
|
||||
tile-resize-down=['Down', 'j']
|
||||
tile-resize-left=['Left', 'h']
|
||||
tile-resize-right=['Right', 'l']
|
||||
tile-resize-up=['Up', 'k']
|
||||
tile-swap-down=['<Primary>Down', '<Primary>j']
|
||||
tile-swap-left=['<Primary>Left', '<Primary>h']
|
||||
tile-swap-right=['<Primary>Right', '<Primary>l']
|
||||
tile-swap-up=['<Primary>Up', '<Primary>k']
|
||||
toggle-floating=['<Shift><Super>space']
|
||||
toggle-stacking-global=@as []
|
||||
|
||||
[org/gnome/shell/extensions/user-theme]
|
||||
name='Gruvbox-Dark-Medium-BL-GS'
|
||||
|
||||
[org/gnome/shell/keybindings]
|
||||
focus-active-notification=@as []
|
||||
open-application-menu=@as []
|
||||
screenshot=['<Control><Alt>p']
|
||||
switch-to-application-1=@as []
|
||||
switch-to-application-10=@as []
|
||||
switch-to-application-2=@as []
|
||||
switch-to-application-3=@as []
|
||||
switch-to-application-4=@as []
|
||||
switch-to-application-5=@as []
|
||||
switch-to-application-6=@as []
|
||||
switch-to-application-7=@as []
|
||||
switch-to-application-8=@as []
|
||||
switch-to-application-9=@as []
|
||||
switch-to-workspace-1=['<Super>1']
|
||||
switch-to-workspace-10=['<Super>0']
|
||||
switch-to-workspace-2=['<Super>2']
|
||||
switch-to-workspace-3=['<Super>3']
|
||||
switch-to-workspace-4=['<Super>4']
|
||||
switch-to-workspace-5=['<Super>5']
|
||||
switch-to-workspace-6=['<Super>6']
|
||||
switch-to-workspace-7=['<Super>7']
|
||||
switch-to-workspace-8=['<Super>8']
|
||||
switch-to-workspace-9=['<Super>9']
|
||||
toggle-message-tray=@as []
|
||||
toggle-quick-settings=['<Shift><Super>e']
|
||||
|
||||
[org/gnome/tweaks]
|
||||
show-extensions-notice=false
|
||||
|
||||
[org/gtk/gtk4/settings/file-chooser]
|
||||
date-format='regular'
|
||||
location-mode='path-bar'
|
||||
show-hidden=true
|
||||
show-size-column=true
|
||||
show-type-column=true
|
||||
sidebar-width=140
|
||||
sort-column='modified'
|
||||
sort-directories-first=false
|
||||
sort-order='ascending'
|
||||
type-format='category'
|
||||
view-type='grid'
|
||||
window-size=(1316, 1040)
|
||||
|
||||
[org/gtk/settings/file-chooser]
|
||||
clock-format='24h'
|
||||
date-format='regular'
|
||||
location-mode='path-bar'
|
||||
show-hidden=false
|
||||
show-size-column=true
|
||||
show-type-column=true
|
||||
sidebar-width=197
|
||||
sort-column='name'
|
||||
sort-directories-first=false
|
||||
sort-order='descending'
|
||||
type-format='category'
|
||||
window-position=(2260, 60)
|
||||
window-size=(1239, 910)
|
||||
+5
-5
@@ -1,6 +1,6 @@
|
||||
" init autocmd
|
||||
autocmd!
|
||||
set number relativenumber " Show absolute line numbers on the left.
|
||||
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
|
||||
@@ -21,7 +21,9 @@ 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 nowrap
|
||||
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
|
||||
|
||||
@@ -37,7 +39,6 @@ call plug#begin("~/.local/share/nvim/site/autoload/plugged")
|
||||
Plug 'https://github.com/alvan/vim-closetag'
|
||||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'https://github.com/github/copilot.vim'
|
||||
" Plug 'https://github.com/morhetz/gruvbox'
|
||||
call plug#end()
|
||||
|
||||
let g:vimtex_view_method = 'zathura'
|
||||
@@ -45,8 +46,7 @@ let g:vimtex_view_method = 'zathura'
|
||||
let g:auto_save = 1
|
||||
let mapleader =","
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
|
||||
" color gruvbox
|
||||
let g:coc_disable_startup_warning = 1
|
||||
|
||||
" REMAPPING
|
||||
" jump to last known position when opening a file
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
doas pacman -Qdtq | doas pacman -Rns -
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "ä
|
||||
ö
|
||||
ü
|
||||
ẞ
|
||||
jolzem@proton.me
|
||||
4BK7poh4kom8tti2HReRjQFbooWNiCiYj6sYfq4jdqBBhfN1FWn3an4ZRb1fytH5363vzyvTxBKzd5UphnexhJ7t1kjzTzP
|
||||
.bytebox.duckdns.org/" | eval "dmenu -l 20 $DMENU_COLORS" | wl-copy
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
curl -4 icanhazip.com
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
source /etc/zsh/zshenv
|
||||
sway
|
||||
+1
-1
@@ -20,7 +20,7 @@ _comp_options+=(globdots) # include hidden files
|
||||
|
||||
autoload -U colors && colors
|
||||
|
||||
source $HOME/.config/zsh/variables
|
||||
source /etc/zsh/zshenv
|
||||
source $HOME/.config/zsh/aliases
|
||||
source $HOME/.config/zsh/zsh-autosuggestions.zsh
|
||||
source $HOME/.config/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
|
||||
@@ -10,6 +10,9 @@ alias cn='clear && neofetch'
|
||||
alias live-server='live-server --port=1111 --host=127.0.0.1 --no-css-inject'
|
||||
alias pac='doas pacman'
|
||||
alias minecraft-launcher='minecraft-launcher --workDir /home/johannes/.local/share/minecraft'
|
||||
alias enablebluetooth='doas modprobe btusb'
|
||||
alias virt-manager='/bin/sudo -i virt-manager'
|
||||
|
||||
# Typos
|
||||
alias al="ls -lAh --color=auto"
|
||||
alias s=""
|
||||
|
||||
@@ -14,3 +14,4 @@ export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc
|
||||
export TEXMFVAR="$XDG_CACHE_HOME"/texlive/texmf-var
|
||||
|
||||
export PATH="$PATH:$HOME/.local/bin:/sbin"
|
||||
export GPG_TTY=$(tty)
|
||||
Reference in New Issue
Block a user