mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 04:19:19 -08:00
License as MIT, KDE support, nix package and flake
This commit is contained in:
parent
3c196d83d0
commit
4a18fa6337
19 changed files with 219 additions and 39 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import sys
|
||||
import os
|
||||
import logging
|
||||
from custom_errors import UnsupportedPlatform
|
||||
from module_loader import environment_handlers
|
||||
from konawall.custom_errors import UnsupportedPlatform
|
||||
from konawall.module_loader import environment_handlers
|
||||
|
||||
"""
|
||||
This detects the DE/WM from the Linux environment because it's not provided by the platform
|
||||
|
|
@ -21,6 +21,7 @@ def detect_linux_environment():
|
|||
"kde", # qdbus
|
||||
]
|
||||
modified_mapping = {
|
||||
"plasma": "kde",
|
||||
"fluxbox": "feh",
|
||||
"blackbox": "feh",
|
||||
"openbox": "feh",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue