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
2
.bashrc
2
.bashrc
|
@ -47,6 +47,7 @@ alias ufzssh="ssh zombie@admin.ufzombiemaniac.com -p 9940 -X"
|
||||||
alias make="make -j$(nproc)"
|
alias make="make -j$(nproc)"
|
||||||
alias yay="paru"
|
alias yay="paru"
|
||||||
alias kak="nvim"
|
alias kak="nvim"
|
||||||
|
alias youtube-dl="yt-dlp"
|
||||||
#alias config='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
|
#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'"
|
#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 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 enterxmr="screen -rx xmrig"
|
||||||
alias entereth="screen -rx ethminer"
|
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-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-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 ###
|
### gaps ###
|
||||||
############
|
############
|
||||||
|
|
|
@ -7,3 +7,8 @@ bgcolor=#000000
|
||||||
file=/home/zombie/Documents/smalldocs/pictures/ufzombiemaniacbackground.png
|
file=/home/zombie/Documents/smalldocs/pictures/ufzombiemaniacbackground.png
|
||||||
mode=5
|
mode=5
|
||||||
bgcolor=#000000
|
bgcolor=#000000
|
||||||
|
|
||||||
|
[xin_2]
|
||||||
|
file=/home/zombie/Documents/smalldocs/pictures/ufzombiemaniacbackground.png
|
||||||
|
mode=5
|
||||||
|
bgcolor=#000000
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[geometry]
|
[geometry]
|
||||||
posx=548
|
posx=2612
|
||||||
posy=404
|
posy=26
|
||||||
sizex=1132
|
sizex=1221
|
||||||
sizey=770
|
sizey=1407
|
||||||
|
|
||||||
[nitrogen]
|
[nitrogen]
|
||||||
view=icon
|
view=icon
|
||||||
|
|
Loading…
Reference in a new issue