I wanted to share a minor suggestion regarding the default behavior of Mousepad, the text editor included in Xfce. While the default tabbed interface works well for many users, I personally find it a bit inconvenient or more like annoying. Hope this post doesn’t come across as annoying cause its nothing on Kicksecure but Xfce. Furthermore I suspect I’m not the only one who feels this way, especially for those of us who frequently switch between different desktop environments distro hopping and testing.
It would be nice if Mousepad could be configured by default within Kicksecure to open new instances in separate windows rather than tabs. This small change could greatly improve the user experience for those who prefer this behavior.
After some research, I discovered that this setting is managed via dconf (org) rather than a standard Xfce configuration file.
The following command can be used to set the desired behavior:
gsettings set org.xfce.mousepad.preferences.window opening-mode 'window'
To make this change persistent across the system, you could create a drop-in dconf file. For example, you could add the following to a (example file /etc/dconf/db/00_kicksecure-default-apps
):
[org.xfce.mousepad.preferences.window]
opening-mode = 'window'
This would ensure that Mousepad opens new instances in separate windows by default. When I went to write notes on things inside of Live USB I couldn’t stand it making new tabs. This is what brought me here and I hope you give it a consideration.