bspwm : floating command changes

This commit is contained in:
2023-05-12 13:08:21 +09:00
parent ee04c436b0
commit d6b3db1cf5
4 changed files with 5 additions and 3 deletions

View File

@ -48,6 +48,7 @@ bspc rule --add Pavucontrol state=floating rectangle=610x610+650+235
bspc rule --add Yad state=floating
bspc rule --add Thunar rectangle=650x500+635+290
bspc rule --add flameshot state=floating border=off
bspc rule --add Emacs state=tiled
# Colors

View File

@ -47,4 +47,4 @@ alias l.='exa -a | egrep "^\."'
export PYTHONSTARTUP=/home/jaeus/scripts/my_imports.py
starship init fish | source
atuin init fish | source
#atuin init fish | source

View File

@ -168,7 +168,7 @@ super+shift+r
#super+alt+j
# bspc node focused -z bottom 0 15
super + shift + f
bspc node -t "~floating"
bspc node focused -t "~floating"
super + {_,shift +} + {h,j,k,l}
bspc node -{f,s} {west,south,north,east}
#super + {_,shift + }n

View File

@ -45,7 +45,8 @@ TMUX_PLUGIN_MANAGER_PATH=~/.config/tmux/plugins/tpm ~/.tmux/plugins/tpm/bin/upda
##################################################
# Wallpaper
##################################################
paru -S python-pywal --noconfirm
paru -S python-pywal xorg-xrdb --noconfirm
git clone https://git.jaeus.net/walls
##################################################