Compare commits
No commits in common. "d6a67d92024f97f00e2c6853924542a3cdb6771a" and "855c83358d24d37df2893ad431ac15a702443b11" have entirely different histories.
d6a67d9202
...
855c83358d
7 changed files with 24 additions and 39 deletions
|
@ -1,23 +0,0 @@
|
||||||
[colors.bright]
|
|
||||||
black = "#404040"
|
|
||||||
blue = "#0000ff"
|
|
||||||
cyan = "#00ffff"
|
|
||||||
green = "#00ff00"
|
|
||||||
magenta = "#ff00ff"
|
|
||||||
red = "#ff0000"
|
|
||||||
white = "#ffffff"
|
|
||||||
yellow = "#ffff00"
|
|
||||||
|
|
||||||
[colors.normal]
|
|
||||||
black = "#000000"
|
|
||||||
blue = "#0000cd"
|
|
||||||
cyan = "#00cdcd"
|
|
||||||
green = "#00cd00"
|
|
||||||
magenta = "#cd00cd"
|
|
||||||
red = "#cd0000"
|
|
||||||
white = "#faebd7"
|
|
||||||
yellow = "#cdcd00"
|
|
||||||
|
|
||||||
[colors.primary]
|
|
||||||
background = "#000000"
|
|
||||||
foreground = "#c0c0c0"
|
|
23
alacritty/.config/alacritty/alacritty.yml
Normal file
23
alacritty/.config/alacritty/alacritty.yml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
colors:
|
||||||
|
primary:
|
||||||
|
background: '#000000'
|
||||||
|
foreground: '#c0c0c0'
|
||||||
|
normal:
|
||||||
|
black: '#000000'
|
||||||
|
red: '#cd0000'
|
||||||
|
green: '#00cd00'
|
||||||
|
yellow: '#cdcd00'
|
||||||
|
blue: '#0000cd'
|
||||||
|
magenta: '#cd00cd'
|
||||||
|
cyan: '#00cdcd'
|
||||||
|
white: '#faebd7'
|
||||||
|
bright:
|
||||||
|
black: '#404040'
|
||||||
|
red: '#ff0000'
|
||||||
|
green: '#00ff00'
|
||||||
|
yellow: '#ffff00'
|
||||||
|
blue: '#0000ff'
|
||||||
|
magenta: '#ff00ff'
|
||||||
|
cyan: '#00ffff'
|
||||||
|
white: '#ffffff'
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
[user]
|
|
||||||
name = Julius Freudenberger
|
|
||||||
email = julius.freudenberger@spaichingen-aldingen.dlrg.de
|
|
|
@ -1,3 +0,0 @@
|
||||||
[user]
|
|
||||||
name = Julius Freudenberger
|
|
||||||
email = frju1029@h-ka.de
|
|
|
@ -13,8 +13,3 @@
|
||||||
prompt = false
|
prompt = false
|
||||||
[core]
|
[core]
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
|
||||||
[includeIf "gitdir:~/projects/24h/"]
|
|
||||||
path = .gitconfig-dlrg
|
|
||||||
[includeIf "gitdir:~/projects/Karlsruhe/"]
|
|
||||||
path = .gitconfig-hka
|
|
|
@ -72,7 +72,6 @@ bindsym XF86Tools exec playerctl previous
|
||||||
# Start Applications
|
# Start Applications
|
||||||
bindsym $mod+F2 exec firefox
|
bindsym $mod+F2 exec firefox
|
||||||
bindsym $mod+Shift+F2 exec firefox --private-window
|
bindsym $mod+Shift+F2 exec firefox --private-window
|
||||||
bindsym $mod+Ctrl+F2 exec rofirefox
|
|
||||||
bindsym $mod+F3 exec nemo
|
bindsym $mod+F3 exec nemo
|
||||||
# bindsym $mod+F3 exec ranger
|
# bindsym $mod+F3 exec ranger
|
||||||
bindsym $mod+t exec --no-startup-id pkill compton
|
bindsym $mod+t exec --no-startup-id pkill compton
|
||||||
|
@ -221,7 +220,7 @@ for_window [class="Galculator"] floating enable border pixel 1
|
||||||
for_window [title="MuseScore: Play Panel"] floating enable
|
for_window [title="MuseScore: Play Panel"] floating enable
|
||||||
for_window [class="Nitrogen"] floating enable sticky enable border normal
|
for_window [class="Nitrogen"] floating enable sticky enable border normal
|
||||||
for_window [class="Oblogout"] fullscreen enable
|
for_window [class="Oblogout"] fullscreen enable
|
||||||
for_window [class="pavucontrol"] floating enable
|
for_window [class="Pavucontrol"] floating enable
|
||||||
for_window [class="qt5ct"] floating enable sticky enable border normal
|
for_window [class="qt5ct"] floating enable sticky enable border normal
|
||||||
for_window [class="Qtconfig-qt4"] floating enable sticky enable border normal
|
for_window [class="Qtconfig-qt4"] floating enable sticky enable border normal
|
||||||
for_window [class="System-config-printer.py"] floating enable border normal
|
for_window [class="System-config-printer.py"] floating enable border normal
|
||||||
|
|
|
@ -23,9 +23,6 @@ Plug 'preservim/vim-markdown'
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
Plug 'lervag/vimtex'
|
Plug 'lervag/vimtex'
|
||||||
Plug 'nvarner/typst-lsp'
|
Plug 'nvarner/typst-lsp'
|
||||||
Plug 'williamboman/mason-lspconfig.nvim'
|
|
||||||
Plug 'williamboman/mason.nvim'
|
|
||||||
Plug 'neovim/nvim-lspconfig'
|
|
||||||
Plug 'kaarmu/typst.vim'
|
Plug 'kaarmu/typst.vim'
|
||||||
let g:vimtex_view_method = 'zathura'
|
let g:vimtex_view_method = 'zathura'
|
||||||
let g:coc_filetype_map = {'tex': 'latex'}
|
let g:coc_filetype_map = {'tex': 'latex'}
|
||||||
|
|
Loading…
Add table
Reference in a new issue