Compare commits
4 commits
c6577fa217
...
43d265bdb0
Author | SHA1 | Date | |
---|---|---|---|
43d265bdb0 | |||
770c5bab33 | |||
f6944f53cc | |||
e1b1f4ed47 |
3 changed files with 12 additions and 4 deletions
|
@ -11,3 +11,5 @@
|
|||
tool = meld
|
||||
[difftool]
|
||||
prompt = false
|
||||
[core]
|
||||
autocrlf = input
|
||||
|
|
|
@ -84,14 +84,17 @@ 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, (S)ignal, (T)elegram, (N)extcloud, (M)usic, (B)luetooth
|
||||
set $mode_applications (D)iscord, Slac(k), (S)ignal, (T)elegram, (C)inny, (N)extcloud, (M)usic, (B)luetooth, (V)alent
|
||||
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"
|
||||
|
@ -220,10 +223,9 @@ 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="Simple-scan"] floating enable border normal
|
||||
for_window [class="(?i)System-config-printer.py"] floating enable border normal
|
||||
for_window [class="System-config-printer.py"] floating enable border normal
|
||||
for_window [class="Timeset-gui"] floating enable border normal
|
||||
for_window [class="Gnome-calculator"] floating enable
|
||||
for_window [class="Mate-calc"] floating enable
|
||||
for_window [class="Blueman-manager"] floating enable
|
||||
for_window [class="Nm-connection-editor"] floating enable
|
||||
for_window [class="zoom"] floating enable
|
||||
|
|
|
@ -3,6 +3,7 @@ set relativenumber
|
|||
set termguicolors
|
||||
set expandtab
|
||||
set shiftwidth=2
|
||||
set linebreak
|
||||
|
||||
:augroup numbertoggle
|
||||
: autocmd!
|
||||
|
@ -21,5 +22,8 @@ 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()
|
||||
|
|
Loading…
Reference in a new issue