More changes
This commit is contained in:
parent
61dbf7829e
commit
edd525bcbc
@ -1,2 +1,2 @@
|
||||
[General]
|
||||
size=@Size(1870 1070)
|
||||
size=@Size(889 1070)
|
||||
|
@ -1,7 +1,7 @@
|
||||
[General]
|
||||
__userfile__=true
|
||||
icon_theme=ePapirus
|
||||
theme=frost
|
||||
theme=Valendas
|
||||
|
||||
[Palette]
|
||||
base_color=#18181b
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user