🔧 Updated settings
This commit is contained in:
parent
0604a9f713
commit
595725a7da
3 changed files with 18 additions and 1 deletions
|
|
@ -57,13 +57,14 @@ bspc config window_gap 5
|
|||
# bspc rule -a -o st desktop=2
|
||||
bspc rule -a Gcolor3 state=floating &
|
||||
bspc rule -a Galculator state=floating &
|
||||
bspc rule -a Pavucontrol state=floating center=on rectangle=960x810+1440+810 &
|
||||
bspc rule -a pavucontrol state=floating center=on rectangle=960x810+1440+810 &
|
||||
bspc rule -a Peek state=floating center=on rectangle=1555x960+1440+810 &
|
||||
bspc rule -a Lxappearance state=floating center=on rectangle=960x810+1440+810 &
|
||||
bspc rule -a Mousepad state=floating center=on rectangle=960x810+1440+810 &
|
||||
# bspc rule -a Brave-browser center=on rectangle=1555x960+1440+810 &
|
||||
bspc rule -a Alacritty center=on rectangle=1555x960+1440+810 &
|
||||
bspc rule -a Codium center=on rectangle=1555x960+1440+810 &
|
||||
bspc rule -a Vscodium center=on rectangle=1555x960+1440+810 &
|
||||
bspc rule -a Thorium-browser center=on rectangle=1555x960+1440+810 &
|
||||
bspc rule -a firefox center=on rectangle=1555x960+1440+810 &
|
||||
bspc rule -a librewolf center=on rectangle=1555x960+1440+810 &
|
||||
|
|
|
|||
|
|
@ -1,2 +1,17 @@
|
|||
[Settings]
|
||||
gtk-application-prefer-dark-theme=1
|
||||
gtk-theme-name=Matcha-dark-azul
|
||||
gtk-icon-theme-name=Papirus-Dark
|
||||
gtk-font-name=Roboto Bold 11
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
|
||||
gtk-button-images=0
|
||||
gtk-menu-images=0
|
||||
gtk-enable-event-sounds=0
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintfull
|
||||
gtk-xft-rgba=none
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
|
|
|
|||
1
aliases
1
aliases
|
|
@ -73,6 +73,7 @@ alias kumnt="doas umount /dev/sda /mnt/media/kobo"
|
|||
alias pixel="cd /mnt/media/pixel/Internal\ shared\ storage && ls"
|
||||
alias pmnt="aft-mtp-mount /mnt/media/pixel && cd /mnt/media/pixel/Internal\ shared\ storage && ls"
|
||||
alias pumnt="fusermount -uz /mnt/media/pixel"
|
||||
alias phlint="cd ~/Documents/Code/group_projects/photo_share_app/phlint_app/ && ls"
|
||||
alias rm="newrm -vi"
|
||||
alias calendar="calcurse"
|
||||
alias cal="newcal"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue