Compare commits

..

No commits in common. "43d265bdb021f45992cb807e9b6517f211e6d4aa" and "c6577fa217322ab163015fc91fb539e53a1e87e0" have entirely different histories.

3 changed files with 4 additions and 12 deletions

View file

@ -11,5 +11,3 @@
tool = meld
[difftool]
prompt = false
[core]
autocrlf = input

View file

@ -84,17 +84,14 @@ bindsym $mod+Shift+Print --release exec --no-startup-id i3-scrot -s
bindsym $mod+Ctrl+x --release exec --no-startup-id xkill
bindsym $mod+Shift+d mode "$mode_applications"
set $mode_applications (D)iscord, Slac(k), (S)ignal, (T)elegram, (C)inny, (N)extcloud, (M)usic, (B)luetooth, (V)alent
set $mode_applications (D)iscord, (S)ignal, (T)elegram, (N)extcloud, (M)usic, (B)luetooth
mode "$mode_applications" {
bindsym d exec flatpak run com.discordapp.Discord
bindsym k exec flatpak run com.slack.Slack
bindsym s exec signal-desktop
bindsym t exec telegram-desktop
bindsym c exec cinny
bindsym n exec nextcloud
bindsym m exec flatpak run com.spotify.Client
bindsym b exec blueman
bindsym v exec valent
# exit mode: "Enter" or "Escape"
bindsym Return mode "default"
@ -223,9 +220,10 @@ for_window [class="Oblogout"] fullscreen enable
for_window [class="Pavucontrol"] floating enable
for_window [class="qt5ct"] 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="Simple-scan"] floating enable border normal
for_window [class="(?i)System-config-printer.py"] floating enable border normal
for_window [class="Timeset-gui"] floating enable border normal
for_window [class="Mate-calc"] floating enable
for_window [class="Gnome-calculator"] floating enable
for_window [class="Blueman-manager"] floating enable
for_window [class="Nm-connection-editor"] floating enable
for_window [class="zoom"] floating enable

View file

@ -3,7 +3,6 @@ set relativenumber
set termguicolors
set expandtab
set shiftwidth=2
set linebreak
:augroup numbertoggle
: autocmd!
@ -22,8 +21,5 @@ Plug 'godlygeek/tabular'
Plug 'preservim/vim-markdown'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'lervag/vimtex'
Plug 'nvarner/typst-lsp'
Plug 'kaarmu/typst.vim'
let g:vimtex_view_method = 'zathura'
let g:coc_filetype_map = {'tex': 'latex'}
call plug#end()