diff --git a/.config/i3/config b/.config/i3/config index fa3c1520f17fdba47265eb26fdb8972fc2bb3a0f..e6a98520bc2f816b5ef84d723088155b3584b591 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -165,7 +165,7 @@ client.focused_inactive $dark $dark $light $light client.urgent $secondary $secondary $light $light # Workspaces with only floating windows -for_window [workspace="^(1|5)$"] floating enable +for_window [workspace="^(5|6)$"] floating enable # Expections for opening in floating mode where XSetClassHint is set to floating for_window [class="^(mpv|Thunar|transmission|Xmagnify)$"] floating enable diff --git a/.feeds.txt b/.feeds.txt index 80916b911cd760cf6a619edb9a744512bc9108f4..a0204fbf4c1bd3882b49d3ed23f1a83d637c804f 100644 --- a/.feeds.txt +++ b/.feeds.txt @@ -21,3 +21,4 @@ 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 +https://www.youtube.com/feeds/videos.xml?channel_id=UCg0V1MkdYkMlwZPU3IuKLMg diff --git a/.vim/vimrc b/.vim/vimrc index b6be7a931ffd4e089e2670d96cd0eef64248b65d..0b3f01f09106eb26495d14ecea88814f23c431fb 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -1,13 +1,14 @@ set nocompatible exrc secure filetype plugin on +syntax on -set encoding=utf8 spelllang=en_us laststatus=2 tabstop=4 shiftwidth=4 +set encoding=utf8 spelllang=en_us laststatus=2 " tabstop=4 shiftwidth=4 set number autoindent cursorline ignorecase hlsearch incsearch signcolumn=yes set hidden nowrap nobackup noswapfile noundofile autoread updatetime=100 set backspace=indent,eol,start completeopt=menuone path+=** set foldmethod=syntax foldlevel=99 foldopen= lazyredraw scrolloff=10 set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/vendor,tags,*.o,*.a,*.so -set completeopt=menu,menuone,popup,noselect,noinsert +set completeopt=menu,menuone,popup,noselect,noinsert complete+=t set background=dark colorscheme wildcharm