bunch o stuff
This commit is contained in:
@@ -3,11 +3,10 @@
|
||||
eval $(keychain --eval --quiet ry_ecdsa)
|
||||
eval $(keychain --eval --quiet id_rsa)
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export BROWSER=/usr/bin/firefox
|
||||
export XDG_CONFIG_HOME=~/.config
|
||||
export XDG_CACHE_HOME=~/.cache
|
||||
export XDG_DATA_HOME=~/.local/share
|
||||
export EDITOR=vim
|
||||
export BROWSER=/usr/bin/librewolf
|
||||
export BROWSER=librewolf
|
||||
export VISUAL=vim
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
7
.bashrc
7
.bashrc
@@ -61,7 +61,7 @@ export LESS_TERMCAP_ue=$'\E[0m'
|
||||
export LESS_TERMCAP_us=$'\E[01;32m'
|
||||
export LC_WHO=rorlando
|
||||
# Scripts Path
|
||||
PATH=$PATH:~/scripts
|
||||
PATH=$PATH:~/code/scripts
|
||||
PATH=$PATH:~/.local/bin
|
||||
# Ruby Path
|
||||
PATH=$PATH:~/.local/share/gem/ruby/2.7.0/bin
|
||||
@@ -172,6 +172,11 @@ alias wgdown='sudo wg-quick down /etc/wireguard/wg0.conf'
|
||||
# Hugo
|
||||
alias hss='hugo server --noHTTPCache'
|
||||
|
||||
# Work
|
||||
alias stork='ssh stork'
|
||||
alias mail='ssh mail'
|
||||
alias eel='ssh eel'
|
||||
|
||||
# #######################################################
|
||||
# # SPECIAL FUNCTIONS
|
||||
# #######################################################
|
||||
|
||||
@@ -13,4 +13,4 @@ font:
|
||||
y: 0
|
||||
|
||||
window:
|
||||
opacity: 0.98
|
||||
opacity: 0.90
|
||||
|
||||
@@ -4,3 +4,5 @@ https://videos.lukesmith.xyz/feeds/videos.xml?videoChannelId=2 "~Luke Smith (Vid
|
||||
https://thegrayzone.com/rss
|
||||
https://multipolarista.com/rss
|
||||
https://feeds.simplecast.com/dCXMIpJz "Last Podcast On the Left"
|
||||
http://feeds.soundcloud.com/users/soundcloud:users:572119410/sounds.rss podcasts "Fall of Civilziation"
|
||||
https://feeds.feedburner.com/dancarlin/history?format=xml podcasts "Hardcore History"
|
||||
|
||||
@@ -188,7 +188,7 @@ default_border pixel 3
|
||||
default_floating_border none
|
||||
client.focused "#990000" "#9f1209" "#ffffff" "#9f1209"
|
||||
|
||||
set $opacity 0.95
|
||||
set $opacity 0.90
|
||||
for_window [class="Emacs"] opacity $opacity
|
||||
|
||||
# Gaps
|
||||
@@ -239,7 +239,7 @@ bindswitch --reload --locked lid:off output $laptop enable
|
||||
#output DP-1 pos 0 0
|
||||
|
||||
# Wallpaper
|
||||
output * bg /home/opal/.config/wallpapers/middle-earth.jpg fill
|
||||
output * bg /home/opal/.config/wallpapers/rockymountains.jpg fill
|
||||
|
||||
# Assign workspaces to numbers
|
||||
set $ws1 number 1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Image
|
||||
image=~/.config/wallpapers/mountains.jpg
|
||||
image=~/.config/wallpapers/rockymountains.jpg
|
||||
scaling=fill
|
||||
|
||||
# Indicator
|
||||
|
||||
BIN
.config/wallpapers/rockymountains.jpg
Normal file
BIN
.config/wallpapers/rockymountains.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 MiB |
Reference in New Issue
Block a user