added a few things and fixed monitor setup
This commit is contained in:
parent
a713530c44
commit
3742d8ed6b
4 changed files with 13 additions and 6 deletions
4
.bashrc
4
.bashrc
|
@ -4,7 +4,7 @@
|
|||
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
#
|
||||
#
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
#store ssh key for like an hour or so thomas says
|
||||
|
@ -47,6 +47,7 @@ alias ufzssh="ssh zombie@admin.ufzombiemaniac.com -p 9940 -X"
|
|||
alias make="make -j$(nproc)"
|
||||
alias yay="paru"
|
||||
alias kak="nvim"
|
||||
alias youtube-dl="yt-dlp"
|
||||
#alias config='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
|
||||
#alias runelite="WINEPREFIX=~/Games/runelite wine 'C:\users\zombie\Local Settings\Application Data\RuneLite\RuneLite.exe'"
|
||||
|
||||
|
@ -63,6 +64,7 @@ alias mineethnoscreen="ethminer -G -R -P stratum1+tcp://0xD0ff677C43f9D9a377392B
|
|||
alias mineetc="screen -S etcminer bash -c 'ethminer -G -R -P stratum1+tcp://0xD0ff677C43f9D9a377392B6DefF7C8eC6E5ccC2c.kleiner@us1-etc.ethermine.org:4444'"
|
||||
alias enterxmr="screen -rx xmrig"
|
||||
alias entereth="screen -rx ethminer"
|
||||
echo "baalls"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ $HOME/.config/polybar/launch.sh
|
|||
|
||||
bspc monitor DisplayPort-0 -d I II III IV V VI VII VIII IX
|
||||
bspc monitor DisplayPort-1 -d I II III IV V VI VII VIII IX
|
||||
|
||||
bspc monitor DisplayPort-2 -d I II III IV V VI VII VIII IX
|
||||
############
|
||||
### gaps ###
|
||||
############
|
||||
|
|
|
@ -7,3 +7,8 @@ bgcolor=#000000
|
|||
file=/home/zombie/Documents/smalldocs/pictures/ufzombiemaniacbackground.png
|
||||
mode=5
|
||||
bgcolor=#000000
|
||||
|
||||
[xin_2]
|
||||
file=/home/zombie/Documents/smalldocs/pictures/ufzombiemaniacbackground.png
|
||||
mode=5
|
||||
bgcolor=#000000
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[geometry]
|
||||
posx=548
|
||||
posy=404
|
||||
sizex=1132
|
||||
sizey=770
|
||||
posx=2612
|
||||
posy=26
|
||||
sizex=1221
|
||||
sizey=1407
|
||||
|
||||
[nitrogen]
|
||||
view=icon
|
||||
|
|
Loading…
Reference in a new issue