diff --git a/.config/i3/config b/.config/i3/config index 33b1b12383e6a92f8baead3793f852c32d677925..fa3c1520f17fdba47265eb26fdb8972fc2bb3a0f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -168,5 +168,5 @@ # Workspaces with only floating windows for_window [workspace="^(1|5)$"] floating enable # Expections for opening in floating mode where XSetClassHint is set to floating -for_window [class="^(floating|mpv|SimpleScreenRecorder|Thunar|transmission|Xmagnify)$"] floating enable -for_window [title="^(Stalag|game)$"] floating enable +for_window [class="^(mpv|Thunar|transmission|Xmagnify)$"] floating enable +for_window [title="^(floating|game|iceworks)$"] floating enable diff --git a/.feeds.txt b/.feeds.txt index db58d52fd2085e12d1eb81341b0b82d6e4f262c4..d054dd63562a6c448df065e766a5bfbb8c624581 100644 --- a/.feeds.txt +++ b/.feeds.txt @@ -19,3 +19,4 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCrqM0Ym_NbK1fqeQG2VIohg https://www.youtube.com/feeds/videos.xml?channel_id=UCmtyQOKKmrMVaKuRXz02jbQ https://www.youtube.com/feeds/videos.xml?channel_id=UCAMu6Dso0ENoNm3sKpQsy0g https://www.youtube.com/feeds/videos.xml?channel_id=UC6dKynwWVCYOcyllwU8aAaA +https://www.youtube.com/feeds/videos.xml?channel_id=UCB2ATFiszUNmw6z1x67GnYw diff --git a/.shenanigans.sh b/.shenanigans.sh index e607ccc7cd87298092bb0c881b8793daaa9ed86d..0bef1009917c27ec1e5c7e8316e4f0e4ea0bc3a7 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -52,6 +52,8 @@ export PATH="$PATH:$HOME/.local/bin" export PATH="$PATH:$HOME/.cargo/bin" export PATH="$PATH:$HOME/go/bin" export PATH="$PATH:$HOME/Applications" + export PATH="$PATH:$HOME/.local/bin/zig" + export PATH="$PATH:$HOME/.local/bin/c3" fi backup() { diff --git a/.vimrc b/.vimrc index 40de45541627521484da36141571dbf172344a47..bb317599e3e2e876a4a9e13dc74831e37c242fd6 100644 --- a/.vimrc +++ b/.vimrc @@ -4,9 +4,11 @@ call plug#begin() Plug 'tpope/vim-commentary' Plug 'mitjafelicijan/sniper.vim' + Plug 'mitjafelicijan/c3.vim' Plug 'ctrlpvim/ctrlp.vim' Plug 'dense-analysis/ale' Plug 'airblade/vim-gitgutter' + Plug 'madox2/vim-ai' call plug#end() set encoding=utf8 spelllang=en_us laststatus=2 tabstop=4 shiftwidth=4 @@ -37,7 +39,7 @@ nnoremap d :bd nnoremap t :term nnoremap q :nohlsearch nnoremap e :ALEPopulateQuickfix:sleep 100m:copen -nnoremap w :silent! grep! \| cwindow \| redraw! +nnoremap w :silent grep! -R "" .:redraw!:copen nmap gr :ALEFindReferences -quickfix:sleep 100m:copen nmap gd :ALEGoToDefinition