mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-16 00:51:35 +09:00
bspwm : floating command changes
This commit is contained in:
@ -48,6 +48,7 @@ bspc rule --add Pavucontrol state=floating rectangle=610x610+650+235
|
|||||||
bspc rule --add Yad state=floating
|
bspc rule --add Yad state=floating
|
||||||
bspc rule --add Thunar rectangle=650x500+635+290
|
bspc rule --add Thunar rectangle=650x500+635+290
|
||||||
bspc rule --add flameshot state=floating border=off
|
bspc rule --add flameshot state=floating border=off
|
||||||
|
bspc rule --add Emacs state=tiled
|
||||||
|
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
|
|||||||
@ -47,4 +47,4 @@ alias l.='exa -a | egrep "^\."'
|
|||||||
export PYTHONSTARTUP=/home/jaeus/scripts/my_imports.py
|
export PYTHONSTARTUP=/home/jaeus/scripts/my_imports.py
|
||||||
|
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
atuin init fish | source
|
#atuin init fish | source
|
||||||
|
|||||||
@ -168,7 +168,7 @@ super+shift+r
|
|||||||
#super+alt+j
|
#super+alt+j
|
||||||
# bspc node focused -z bottom 0 15
|
# bspc node focused -z bottom 0 15
|
||||||
super + shift + f
|
super + shift + f
|
||||||
bspc node -t "~floating"
|
bspc node focused -t "~floating"
|
||||||
super + {_,shift +} + {h,j,k,l}
|
super + {_,shift +} + {h,j,k,l}
|
||||||
bspc node -{f,s} {west,south,north,east}
|
bspc node -{f,s} {west,south,north,east}
|
||||||
#super + {_,shift + }n
|
#super + {_,shift + }n
|
||||||
|
|||||||
@ -45,7 +45,8 @@ TMUX_PLUGIN_MANAGER_PATH=~/.config/tmux/plugins/tpm ~/.tmux/plugins/tpm/bin/upda
|
|||||||
##################################################
|
##################################################
|
||||||
# Wallpaper
|
# Wallpaper
|
||||||
##################################################
|
##################################################
|
||||||
paru -S python-pywal --noconfirm
|
paru -S python-pywal xorg-xrdb --noconfirm
|
||||||
|
|
||||||
git clone https://git.jaeus.net/walls
|
git clone https://git.jaeus.net/walls
|
||||||
|
|
||||||
##################################################
|
##################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user