adding some environment for kwin scripting
This commit is contained in:
parent
8e98525b2e
commit
b5e828e3cc
|
@ -123,6 +123,7 @@ with lib;
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
EDITOR = "emacsclient -t -a";
|
EDITOR = "emacsclient -t -a";
|
||||||
VISUAL = "emacsclient -c -a";
|
VISUAL = "emacsclient -c -a";
|
||||||
|
QT_LOGGING_RULES = "js=true; kwin_scripting=true";
|
||||||
# Fixing Qt apps in other environments
|
# Fixing Qt apps in other environments
|
||||||
# Thought I needed this but apparently they are working fine without it.
|
# Thought I needed this but apparently they are working fine without it.
|
||||||
# QT_XCB_GL_INTEGRATION = "xcb_egl";
|
# QT_XCB_GL_INTEGRATION = "xcb_egl";
|
||||||
|
|
|
@ -39,7 +39,6 @@ with lib;
|
||||||
ani-cli
|
ani-cli
|
||||||
mov-cli
|
mov-cli
|
||||||
nerdfonts
|
nerdfonts
|
||||||
# latte-dock
|
|
||||||
plasma-browser-integration
|
plasma-browser-integration
|
||||||
alacritty
|
alacritty
|
||||||
libsForQt5.bismuth
|
libsForQt5.bismuth
|
||||||
|
|
Loading…
Reference in a new issue