You are not logged in.
Pages: 1
I want to run this command on startup. Could anyone help me with this?
compton --backend glx --glx-fshader-win "$(cat $HOME/local/grayscale.glsl)"&
(sudo apt install compton-conf compton)
I tried two options
1. Input this into the "Startup" setting.
This will disrupt everything, after I input this, the 'guake' startup disappears. I have another startup that starts guake terminal.
2. Input this into the .profile
This pops out warnings.
While this command works, if I run it in terminal and disable compton-x
compton --backend glx --glx-fshader-win "$(cat $HOME/local/grayscale.glsl)"&
Last edited by 2017561 (2023-12-27 01:29:13)
Offline
3 options
1-Put your command directly into the application autostart - messy
2-Put you command into a script and then use the autostart to call the script - tidy
3-Use a terminal that actually and properly functions in Xfce4. I use Tilda but Xfce4-terminal can also be configured to drop down. Guake is designed to work with Gnome.
Siduction
Debian Sid
Xfce 4.18
Offline
Guake work for icewm (with antix linux)
guake
compton --backend glx --glx-fshader-win "$(cat $HOME/local/grayscale.glsl)"
Now with guake and compton, guake takes effect while compton does not.
Last edited by 2017561 (2023-12-28 18:23:45)
Offline
Pages: 1
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 521.36 KiB (Peak: 529.22 KiB) ]