finally fixed bspwm to where workspaces work correctly
This commit is contained in:
parent
568bcd3873
commit
a713530c44
3 changed files with 10 additions and 3 deletions
7
.bashrc
7
.bashrc
|
@ -46,6 +46,7 @@ alias ufzssh="ssh zombie@admin.ufzombiemaniac.com -p 9940 -X"
|
|||
#alias make="make -j16"
|
||||
alias make="make -j$(nproc)"
|
||||
alias yay="paru"
|
||||
alias kak="nvim"
|
||||
#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'"
|
||||
|
||||
|
@ -62,3 +63,9 @@ 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"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@ $HOME/.config/polybar/launch.sh
|
|||
### where the workspaces go ###
|
||||
###############################
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
############
|
||||
### gaps ###
|
||||
|
|
|
@ -82,7 +82,7 @@ super + {grave,Tab}
|
|||
|
||||
# focus or send to the given desktop
|
||||
super + {_,shift + }{1-9,0}
|
||||
bspc {desktop -f,node -d} '^{1-9,10}'
|
||||
bspc {desktop -f,node -d} "$(bspc query -M -m):^{1-9,10}"
|
||||
|
||||
#
|
||||
# preselect
|
||||
|
|
Loading…
Reference in a new issue