diff --git a/.OLD/.scripts/wlsunset.sh b/.OLD/.scripts/wlsunset.sh deleted file mode 100755 index 125a9c4..0000000 --- a/.OLD/.scripts/wlsunset.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env bash -# Script to disable for an hour or immediately continue wlsunset. 'Toggle' - -# Check if wlsunset is still running -pid=$(pgrep wlsunset) - -if [[ -z ${pid} ]] ; then - # Start wlsunset right away. - wlsunset -l 50 -L 4 -t 2500 & -else - # Currently stop wlsunset but restart in an hour. - kill ${pid} - notify-send 'Stopping sunset, restarting in an hour' - at now +1 hours -f ~/.scripts/wlsunset.sh -fi diff --git a/.OLD/.vimrc b/.OLD/.vimrc deleted file mode 100644 index cfabf7a..0000000 --- a/.OLD/.vimrc +++ /dev/null @@ -1,29 +0,0 @@ -" -" ~/.vimrc -" - -filetype on -filetype plugin on -filetype indent on -set expandtab -set incsearch -set number -set showmatch -set title -set wildignore=*.docx,*.jpg,*.png,*.gif,*.pdf,*.pyc,*.exe,*.flv,*.img,*.xlsx -syntax on - -" PLUGINS --------------------------------------------------------------- {{{ - -call plug#begin('~/.vim/plugged') - -Plug 'dense-analysis/ale' - -call plug#end() - -" }}} - -if has("autocmd") - au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif - endif - diff --git a/.OLD/config/mimeapps.list b/.OLD/config/mimeapps.list deleted file mode 100644 index dedb1e3..0000000 --- a/.OLD/config/mimeapps.list +++ /dev/null @@ -1,5 +0,0 @@ - -[Default Applications] -text/markdown=marktext.desktop -x-scheme-handler/jetbrains=jetbrains-toolbox.desktop -x-scheme-handler/mailspring=Mailspring.desktop