diff --git a/config/lxqt/lxqt-config.conf b/config/lxqt/lxqt-config.conf index 79303ed..76069a1 100644 --- a/config/lxqt/lxqt-config.conf +++ b/config/lxqt/lxqt-config.conf @@ -1,2 +1,2 @@ [General] -size=@Size(1870 1070) +size=@Size(889 1070) diff --git a/config/lxqt/lxqt.conf b/config/lxqt/lxqt.conf index 7634a4f..3f162ca 100644 --- a/config/lxqt/lxqt.conf +++ b/config/lxqt/lxqt.conf @@ -1,7 +1,7 @@ [General] __userfile__=true icon_theme=ePapirus -theme=frost +theme=Valendas [Palette] base_color=#18181b diff --git a/config/lxqt/session.conf b/config/lxqt/session.conf index 1a81b01..7a3f692 100644 --- a/config/lxqt/session.conf +++ b/config/lxqt/session.conf @@ -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 diff --git a/scripts/tabc-smart-detach b/scripts/tabc-smart-detach index 8cf34eb..e00c722 100755 --- a/scripts/tabc-smart-detach +++ b/scripts/tabc-smart-detach @@ -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 \ No newline at end of file +fi