I primarily use the Cosmic Desktop as a tiling window manager and I want certain applications like the calculator to load as a floating window rather then being tiled.
At the time of writing this the only way to do this is by creating and editing a configuration file manually. This is not documented and I had to go searching forums and github issues to find out how to do this.
It is in the road map for Cosmic Desktop to allow users to set applications to load as floating windows using the Cosmic Settings but for now you can do it manually.
Edit or create the following file:
~/.config/cosmic/com.system76.CosmicSettings.WindowRules/v1/tiling_exception_custom
[
//floating window applications
(
enabled: true,
appid: "org.kde.kcalc",
title: "KCalc",
),
(
enabled: true,
appid: "second-app",
title: "Second App",
),
]
All you need to do is save the file for the changes to take effect. You do not need to logout or restart the computer.
Tags:
Latest Blog Posts:
-
Make an application always load as a floating window in Cosmic Desktop
I primarily use the Cosmic Desktop as a tiling window manager and I want certain applications like the calculator to load as a floating window rather then being tiled.
At the time of writing this the only way to do this is by creating and editing a configuration file manually. This is not documented and I had to go searching forums and github issues to find out how to do this.
-
Why I migrated from Wordpress to Hugo
1. Security
One of the main reasons for migrating was because of security. I have a number of WordPress websites that I look after, and I use the Wordfence security plugin on all of them. I have Wordfence setup to send me weekly activity reports, and each week, without fail, all the WordPress sites are attacked from at least a dozen different countries.
The content on these websites rarely changes once posted, so a static website generator like Hugo is perfect for my needs and makes my website more secure as the user is accessing static html files, so there are no dynamic php files or database access that can be exploited by attackers. No known security vulnerabilities with WordPress or plugins that can be used by attackers targeting my website.
-
Fix Unity Game Engine Crashing With Nvidia Graphics Card
A couple of years ago I was having issues with the Unity Editor randomly crashing on me. I tried many thing such as
prime-run
etc without success.I found through trial and error from multiple forum posts that launching Unity Hub with the following worked well for me and stoped the random crashing issues.
I am posting this just in case I need it again and hopefully others will find it helpful.
-
Adventure Game Studio AGS MacOS Build
How to play windows AGS games in a MacOS AGS Bundle and how to release your own games in a MacOS AGS Bundle with codesigning and notorization