current qtile state
This commit is contained in:
parent
412911f17c
commit
39a732d893
6 changed files with 61 additions and 75 deletions
|
@ -112,11 +112,11 @@ keys.append(
|
|||
)
|
||||
|
||||
groups = []
|
||||
land_groups = "135"
|
||||
port_groups = "246"
|
||||
groups.extend([Group(str(i), screen_affinity=(i+1)%2) for i in range(1,7)])
|
||||
# groups.extend([Group(i, screen_affinity=1) for i in land_groups])
|
||||
# groups.extend([Group(i, screen_affinity=0) for i in port_groups])
|
||||
land_groups = "123"
|
||||
port_groups = "456"
|
||||
# groups.extend([Group(str(i), screen_affinity=(i+1)%2) for i in range(1,7)])
|
||||
groups.extend([Group(i, screen_affinity=1) for i in land_groups])
|
||||
groups.extend([Group(i, screen_affinity=0) for i in port_groups])
|
||||
|
||||
for i in groups:
|
||||
keys.extend(
|
||||
|
|
|
@ -53,6 +53,11 @@ in {
|
|||
|
||||
kooha
|
||||
|
||||
onlyoffice-bin
|
||||
|
||||
croc
|
||||
logseq
|
||||
|
||||
xorg.xrdb
|
||||
culr
|
||||
|
||||
|
@ -192,6 +197,17 @@ in {
|
|||
"${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}"
|
||||
];
|
||||
|
||||
xdg.desktopEntries.logseq = {
|
||||
name = "Logseq";
|
||||
exec = "logseq --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform-hint=auto %u";
|
||||
icon = "logseq";
|
||||
type = "Application";
|
||||
categories = ["Utility"];
|
||||
mimeType = ["x-scheme-handler/logseq"];
|
||||
terminal = false;
|
||||
comment = "A privacy-first, open-source platform for knowledge management and collaboration.";
|
||||
};
|
||||
|
||||
gtk = with pkgs.rice; {
|
||||
enable = true;
|
||||
theme = with gtk-theme; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue