More changes

This commit is contained in:
dakedres 2023-10-10 17:25:23 -04:00
parent 61dbf7829e
commit edd525bcbc
4 changed files with 5 additions and 4 deletions

View File

@ -1,2 +1,2 @@
[General]
size=@Size(1870 1070)
size=@Size(889 1070)

View File

@ -1,7 +1,7 @@
[General]
__userfile__=true
icon_theme=ePapirus
theme=frost
theme=Valendas
[Palette]
base_color=#18181b

View File

@ -6,6 +6,7 @@ window_manager=bspwm
BROWSER=qutebrowser
GTK_CSD=0
GTK_OVERLAY_SCROLLING=0
GTK_USE_PORTAL=1
SAL_USE_VCLPLUGIN=qt5
SAL_VCL_QT5_USE_CAIRO=true
TERM=kitty

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
id=$(bspc query -N -n);
if [ "$(tabc printclass $id)" == "tabbed" ]; then
@ -6,4 +6,4 @@ if [ "$(tabc printclass $id)" == "tabbed" ]; then
tabc detach $id;
else \
tabc attach $id $(bspc query -N -n $1);
fi
fi