mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Compare commits
2 commits
61070b7746
...
826859f9e3
Author | SHA1 | Date | |
---|---|---|---|
826859f9e3 | |||
90c7f1ce36 |
2 changed files with 6 additions and 3 deletions
|
@ -13,6 +13,7 @@ bspc config gapless_monocle true
|
||||||
bspc rule -a Galculator state=floating
|
bspc rule -a Galculator state=floating
|
||||||
bspc rule -a vlc state=floating
|
bspc rule -a vlc state=floating
|
||||||
bspc rule -a Blueman-manager state=floating
|
bspc rule -a Blueman-manager state=floating
|
||||||
|
bspc rule -a Blueberry.py state=floating
|
||||||
bspc rule -a Bitwarden state=floating
|
bspc rule -a Bitwarden state=floating
|
||||||
bspc rule -a Leafpad state=floating
|
bspc rule -a Leafpad state=floating
|
||||||
bspc rule -a KeePassXC state=floating
|
bspc rule -a KeePassXC state=floating
|
||||||
|
@ -31,9 +32,11 @@ bspc rule -a Thunar desktop='3' follow=on
|
||||||
bspc rule -a Steam desktop='^5' follow=on state=floating
|
bspc rule -a Steam desktop='^5' follow=on state=floating
|
||||||
bspc rule -a Lutris desktop='^5' follow=on state=floating
|
bspc rule -a Lutris desktop='^5' follow=on state=floating
|
||||||
bspc rule -a origin.exe desktop='^5' state=floating
|
bspc rule -a origin.exe desktop='^5' state=floating
|
||||||
bspc rule -a Emacs desktop='^7' follow=on state=tiled
|
bspc rule -a Emacs desktop='^7' follow=on state=fullscreen
|
||||||
|
bspc rule -a Dino desktop='^8'
|
||||||
|
bspc rule -a Gajim desktop='^8'
|
||||||
bspc rule -a discord desktop='^8'
|
bspc rule -a discord desktop='^8'
|
||||||
bspc rule -a Element desktop='^8'
|
bspc rule -a Element desktop='^9'
|
||||||
bspc rule -a Slack desktop='^9'
|
bspc rule -a Slack desktop='^9'
|
||||||
bspc rule -a teams-for-linux desktop='^9'
|
bspc rule -a teams-for-linux desktop='^9'
|
||||||
bspc rule -a thunderbird desktop='^10'
|
bspc rule -a thunderbird desktop='^10'
|
||||||
|
|
2
profile
2
profile
|
@ -7,6 +7,6 @@ export PATH="$HOME/.local/opt/go/bin:$PATH"
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
# make GTK apps scale correctly on hidpi
|
# make GTK apps scale correctly on hidpi
|
||||||
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 thunar
|
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 thunar
|
||||||
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 "simple-scan"
|
export GDK_SCALE=2 GDK_DPI_SCALE="0.50 Simple-scan"
|
||||||
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 lutris
|
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 lutris
|
||||||
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 spotify
|
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 spotify
|
||||||
|
|
Loading…
Reference in a new issue