terrible commit message

This commit is contained in:
Amolith 2019-09-18 20:37:08 -04:00
parent 2e6d3245a2
commit 3736fa5248
Signed by: Amolith
GPG Key ID: 51FD40936DB0065B
11 changed files with 14 additions and 12 deletions

3
bin/ff
View File

@ -1,2 +1 @@
MOZ_USE_XINPUT2=1 firefox-beta-bin
MOZ_USE_XINPUT2=1 firefox-developer-edition

View File

@ -11,6 +11,7 @@ done
ssh de1 \
"cd /var/www/nixnet.xyz && \
mv lists/ /home/amolith/ && \
mv support/ /home/amolith/ && \
mv hosts.txt /home/amolith/ && \
rm -rf *"
cp -r ~/repos/nixnet/.well-known ~/repos/nixnet/_site
@ -18,5 +19,6 @@ rsync -a ~/repos/nixnet/_site/ de1:/var/www/nixnet.xyz
ssh de1 \
"cd /var/www && \
mv /home/amolith/lists/ /var/www/nixnet.xyz/
mv /home/amolith/support/ /var/www/nixnet.xyz/
mv /home/amolith/hosts.txt /var/www/nixnet.xyz/"
notify-send "Website has been updated"

View File

@ -36,13 +36,13 @@ frame-opacity = 0.4;
inactive-opacity-override = false;
alpha-step = 0.06;
#opacity-rule = [ "40:class_g = 'rofi'"
#opacity-rule = [ "40:class_g = 'rofi'"
# Dim inactive windows. (0.0 - 1.0)
inactive-dim = 0.2;
# Do not let dimness adjust based on window opacity.
inactive-dim-fixed = true;
# Available options: 5x5box, 7x7box, 3x3gaussian, 5x5gaussian, 7x7gaussian, 9x9gaussian y 11x11gaussian.
# Available options: 5x5box, 7x7box, 3x3gaussian, 5x5gaussian, 7x7gaussian, 9x9gaussian y 11x11gaussian.
#blur-kern = "9x9gaussian";
blur-method = "kawase";
blur-strength = 5;
@ -59,6 +59,7 @@ shadow-exclude = [
"class_i *= 'tray'",
"class_i *= 'conky'",
"class_g *= 'Compton'",
"class_i *= 'BlueJ'",
"class_g *= 'compton'",
"class_g *= 'conky'",
"class_g = 'Chromium' && argb",
@ -73,7 +74,6 @@ shadow-exclude = [
focus-exclude = [
"name *= 'rofi'",
"class_i = 'Popup'",
"class_g = 'mpv'"
];
@ -81,6 +81,7 @@ blur-background-exclude = [
"window_type = 'desktop'",
"class_i *= 'tray'",
"class_g = 'conky'",
"class_i = 'BlueJ'",
"class_g = 'GLava'",
"class_g ?= 'maim'",
"class_g ?= 'slop'",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -147,15 +147,10 @@ client.background $bg
################# Workspace Bindings #################
####################################################################################################
assign [class="Firefox Beta"] $ws1
assign [class="QOwnNotes"] $ws2
assign [class="firefoxdeveloperedition"] $ws1
assign [class="Steam"] $ws4
assign [class="Whalebird"] $ws5
assign [class="TelegramDesktop"] $ws6
assign [class="discord"] $ws7
assign [class="obs"] $ws8
assign [class="Thunderbird"] $ws9
assign [class="Rhythmbox"] $ws10
####################################################################################################
################# Autostart ##################

View File

@ -1,5 +1,5 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhist_cnt =7
let g:netrw_dirhist_cnt =9
let g:netrw_dirhist_1='/home/amolith/.ssh'
let g:netrw_dirhist_2='/home/amolith/repos/nixnet/_includes/category'
let g:netrw_dirhist_3='/home/amolith/repos/nixnet/contact2'
@ -7,3 +7,5 @@ let g:netrw_dirhist_4='/home/amolith/vagrant/self'
let g:netrw_dirhist_5='/etc/pam.d'
let g:netrw_dirhist_6='/home/amolith/repos/nixnet/_site/proxies'
let g:netrw_dirhist_7='/home/amolith/.mozilla/firefox/user.js'
let g:netrw_dirhist_8='/home/amolith/Documents'
let g:netrw_dirhist_9='/home/amolith/Downloads/kakoune-talk/hex2raw'

View File

@ -7,6 +7,7 @@ if ! filereadable(expand('~/.config/nvim/autoload/plug.vim'))
endif
call plug#begin()
Plug 'junegunn/goyo.vim'
Plug 'jceb/vim-orgmode'
Plug 'valloric/MatchTagAlways'
Plug 'Townk/vim-autoclose'

View File

@ -43,3 +43,5 @@ alias ssh="ssh -Y"
unset zle_bracketed_paste
eval "$(rbenv init -)"
eval $(thefuck --alias)