From 7a62dd5d08c4b7aa79013bcc5ef0ade9cd6eabe8 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Wed, 1 Jan 2020 21:05:46 -0500 Subject: [PATCH 01/56] Update .xprofile --- .xprofile | 1 - 1 file changed, 1 deletion(-) diff --git a/.xprofile b/.xprofile index fc1fec1f..d7233c96 100644 --- a/.xprofile +++ b/.xprofile @@ -2,7 +2,6 @@ # This file runs when a DM logs you into a graphical session. # If you use startx/xinit like a Chad, this file will also be sourced. -autorandr --change remaps & # run the remaps script, switching caps/esc and more; check it for more info setbg & # set the background with the `setbg` script xcompmgr & # xcompmgr for transparency From 1f34cc40cab7f2dab77de5cad640b88fe7d1ff91 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Wed, 1 Jan 2020 21:06:25 -0500 Subject: [PATCH 02/56] Update config --- .config/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index d66f0638..fdaef587 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -4,6 +4,8 @@ # This config file will use environmental variables such as $BROWSER and $TERMINAL. # You can set these variables in ~/.profile or ~/.bash_profile if you have it as below: +exec_always --no-startup-id launch_polybar + # #---Basic Definitions---# # for_window [class="^.*"] border pixel 2 gaps inner 5 From 1df4892c75c9b35f51ab6ecb46b43cff130ac94b Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Wed, 1 Jan 2020 21:06:44 -0500 Subject: [PATCH 03/56] Update .xprofile --- .xprofile | 2 -- 1 file changed, 2 deletions(-) diff --git a/.xprofile b/.xprofile index d7233c96..985768dd 100644 --- a/.xprofile +++ b/.xprofile @@ -10,5 +10,3 @@ sxhkd -m 1 & # Bind keys with sxhkd xset r rate 300 50 & # Speed xrate up unclutter & # Remove mouse when idle mpd-module-update & # Check for when to update the mpd module -launch_polybar & # script for updating the status bar - From 486e0519e71eebb58f2634c76fca1dfd99b7f03a Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Wed, 1 Jan 2020 23:14:01 -0500 Subject: [PATCH 04/56] Finally got polybar launching --- .config/i3/config | 1 + .config/polybar/config | 10 +++++----- .xprofile | 1 + 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index fdaef587..1c60744c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -4,6 +4,7 @@ # This config file will use environmental variables such as $BROWSER and $TERMINAL. # You can set these variables in ~/.profile or ~/.bash_profile if you have it as below: +# Polybar exec_always --no-startup-id launch_polybar # #---Basic Definitions---# # diff --git a/.config/polybar/config b/.config/polybar/config index 26a8e465..fdd2815e 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -46,10 +46,10 @@ padding-right = 0 module-margin-left = 1 module-margin-right = 1 -font-0 = mono:pixelsize=9;1 -font-1 = Source Code Pro:size=8;1 -font-2 = Source Code Pro:scale=10:style=Regular;2 -font-3 = Source Code Pro:pixelsize=9;1 +font-0 = "Sauce Code Pro:size=9;1" +font-1 = "Sauce Code Pro:size=8;1" +font-2 = "Sauce Code Pro:scale=10:style=Regular;2" +font-3 = "Sauce Code Pro:size=9;1" wm-restack = i3 @@ -161,7 +161,7 @@ format-volume = label-volume-foreground = ${colors.foreground} format-muted-foreground = ${colors.gray} -label-muted = muted +label-muted = Muted bar-volume-width = 10 bar-volume-foreground-0 = ${colors.blue} diff --git a/.xprofile b/.xprofile index 985768dd..c89f1df6 100644 --- a/.xprofile +++ b/.xprofile @@ -1,5 +1,6 @@ #!/usr/bin/env sh +autorandr -c # This file runs when a DM logs you into a graphical session. # If you use startx/xinit like a Chad, this file will also be sourced. remaps & # run the remaps script, switching caps/esc and more; check it for more info From 90d8d59935feda5a19510665b1a2c478b68d8721 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Wed, 1 Jan 2020 23:17:00 -0500 Subject: [PATCH 05/56] Update .xprofile --- .xprofile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.xprofile b/.xprofile index c89f1df6..fbb4108a 100644 --- a/.xprofile +++ b/.xprofile @@ -1,8 +1,9 @@ #!/usr/bin/env sh -autorandr -c # This file runs when a DM logs you into a graphical session. # If you use startx/xinit like a Chad, this file will also be sourced. +# Don't be a bash chad XD +autorandr -c & remaps & # run the remaps script, switching caps/esc and more; check it for more info setbg & # set the background with the `setbg` script xcompmgr & # xcompmgr for transparency From ab5653511061f347ef1db45c090ba22e5770af6c Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Wed, 1 Jan 2020 23:27:29 -0500 Subject: [PATCH 06/56] Sorted some files and added to aliasrc ; --- .config/aliasrc | 7 ++--- .config/directories | 10 +++---- .config/files | 32 +++++++++++---------- .config/ranger/shortcuts.conf | 52 +++++++++++++++++++++++++++++++++++ 4 files changed, 76 insertions(+), 25 deletions(-) diff --git a/.config/aliasrc b/.config/aliasrc index e07ee7a8..43f75151 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -16,8 +16,8 @@ alias \ # Colorize commands when possible. alias \ - ls="ls -hN --color=auto --group-directories-first" \ - grep="grep --color=auto" \ + ls="ls --all --literal -l --human-readable --color=auto --group-directories-first" \ + grep="grep -n --color=auto" \ diff="diff --color=auto" \ ccat="highlight --out-format=ansi" @@ -32,9 +32,6 @@ alias \ e="$EDITOR" \ v="$EDITOR" \ p="sudo pacman" \ - xi="sudo xbps-install" \ - xr="sudo xbps-remove -R" \ - xq="xbps-query" # This alias is important. It enables the `pauseallmpv` command. alias mpv="mpv --input-ipc-server=/tmp/mpvsoc$(date +%s)" diff --git a/.config/directories b/.config/directories index 92ec251f..38613693 100644 --- a/.config/directories +++ b/.config/directories @@ -1,10 +1,10 @@ # You can add comments to these files with # -h ~/ +cf ~/.config d ~/downloads gh ~/github +h ~/ m ~/music -pp ~/pictures -vv ~/videos -cf ~/.config -sc ~/.local/bin mn /mnt +pp ~/pictures +sc ~/.local/bin +vv ~/videos diff --git a/.config/files b/.config/files index b34f1849..b7e654ec 100644 --- a/.config/files +++ b/.config/files @@ -1,15 +1,17 @@ -bf ~/.config/files -bd ~/.config/directories -bw ~/.config/bookmarks -cfa ~/.config/aliasrc -cfz $ZDOTDIR/.zshrc -cfv ~/.config/nvim/init.vim -cfm ~/.config/mutt/muttrc -cfd ~/.Xdefaults -cfu ~/.config/newsboat/urls -cfn ~/.config/newsboat/config -cfmb ~/.config/ncmpcpp/bindings -cfmc ~/.config/ncmpcpp/config -cfk ~/.config/sxhkd/sxhkdrc -cfi ~/.config/i3/config -cfb ~/.config/i3blocks/config +bd ~/.config/directories +bf ~/.config/files +bw ~/.config/bookmarks +cfa ~/.config/aliasrc +cfb ~/.config/i3blocks/config +cfd ~/.Xdefaults +cfi ~/.config/i3/config +cfk ~/.config/sxhkd/sxhkdrc +cfm ~/.config/mutt/muttrc +cfmb ~/.config/ncmpcpp/bindings +cfmc ~/.config/ncmpcpp/config +cfn ~/.config/newsboat/config +cfp ~/.config/polybar/config +cfu ~/.config/newsboat/urls +cfv ~/.config/nvim/init.vim +cfz $ZDOTDIR/.zshrc + diff --git a/.config/ranger/shortcuts.conf b/.config/ranger/shortcuts.conf index e69de29b..c62838ce 100644 --- a/.config/ranger/shortcuts.conf +++ b/.config/ranger/shortcuts.conf @@ -0,0 +1,52 @@ +map gcf cd ~/.config +map tcf tab_new ~/.config +map mcf shell mv -v %s ~/.config +map Ycf shell cp -rv %s ~/.config +map gd cd ~/downloads +map td tab_new ~/downloads +map md shell mv -v %s ~/downloads +map Yd shell cp -rv %s ~/downloads +map ggh cd ~/github +map tgh tab_new ~/github +map mgh shell mv -v %s ~/github +map Ygh shell cp -rv %s ~/github +map gh cd ~/ +map th tab_new ~/ +map mh shell mv -v %s ~/ +map Yh shell cp -rv %s ~/ +map gm cd ~/music +map tm tab_new ~/music +map mm shell mv -v %s ~/music +map Ym shell cp -rv %s ~/music +map gmn cd /mnt +map tmn tab_new /mnt +map mmn shell mv -v %s /mnt +map Ymn shell cp -rv %s /mnt +map gpp cd ~/pictures +map tpp tab_new ~/pictures +map mpp shell mv -v %s ~/pictures +map Ypp shell cp -rv %s ~/pictures +map gsc cd ~/.local/bin +map tsc tab_new ~/.local/bin +map msc shell mv -v %s ~/.local/bin +map Ysc shell cp -rv %s ~/.local/bin +map gvv cd ~/videos +map tvv tab_new ~/videos +map mvv shell mv -v %s ~/videos +map Yvv shell cp -rv %s ~/videos +map bd shell $EDITOR ~/.config/directories +map bf shell $EDITOR ~/.config/files +map bw shell $EDITOR ~/.config/bookmarks +map cfa shell $EDITOR ~/.config/aliasrc +map cfb shell $EDITOR ~/.config/i3blocks/config +map cfd shell $EDITOR ~/.Xdefaults +map cfi shell $EDITOR ~/.config/i3/config +map cfk shell $EDITOR ~/.config/sxhkd/sxhkdrc +map cfm shell $EDITOR ~/.config/mutt/muttrc +map cfmb shell $EDITOR ~/.config/ncmpcpp/bindings +map cfmc shell $EDITOR ~/.config/ncmpcpp/config +map cfn shell $EDITOR ~/.config/newsboat/config +map cfp shell $EDITOR ~/.config/polybar/config +map cfu shell $EDITOR ~/.config/newsboat/urls +map cfv shell $EDITOR ~/.config/nvim/init.vim +map cfz shell $EDITOR $ZDOTDIR/.zshrc From d0f4b4c7b6e3cab25133d1fe06ecdcc753de264a Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Wed, 1 Jan 2020 23:54:03 -0500 Subject: [PATCH 07/56] Update .xprofile --- .xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xprofile b/.xprofile index fbb4108a..0041b0c5 100644 --- a/.xprofile +++ b/.xprofile @@ -3,7 +3,7 @@ # This file runs when a DM logs you into a graphical session. # If you use startx/xinit like a Chad, this file will also be sourced. # Don't be a bash chad XD -autorandr -c & +autorandr -c remaps & # run the remaps script, switching caps/esc and more; check it for more info setbg & # set the background with the `setbg` script xcompmgr & # xcompmgr for transparency From 5122c12f1822c56c08841ff1d81fe97d436f54b0 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Wed, 1 Jan 2020 23:54:54 -0500 Subject: [PATCH 08/56] Working on getting everything just right --- .config/files | 3 ++- .config/polybar/config | 2 +- .config/ranger/shortcuts.conf | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/files b/.config/files index b7e654ec..5b57021b 100644 --- a/.config/files +++ b/.config/files @@ -1,3 +1,4 @@ + bd ~/.config/directories bf ~/.config/files bw ~/.config/bookmarks @@ -11,7 +12,7 @@ cfmb ~/.config/ncmpcpp/bindings cfmc ~/.config/ncmpcpp/config cfn ~/.config/newsboat/config cfp ~/.config/polybar/config +cfs ~/.config/sxhkd/sxhkdrc cfu ~/.config/newsboat/urls cfv ~/.config/nvim/init.vim cfz $ZDOTDIR/.zshrc - diff --git a/.config/polybar/config b/.config/polybar/config index fdd2815e..d966e518 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -80,7 +80,7 @@ interval = 0.5 format =