qtile fixes

This commit is contained in:
atagen 2024-01-05 22:30:38 +11:00
parent afa81c7a17
commit 64e0765933
6 changed files with 58 additions and 81 deletions

View file

@ -9,4 +9,5 @@ xrdb -l ~/.Xresources &
# gsettings set org.gnome.desktop.interface font-name '${rice.fonts.sans.name}'";}
# gsettings set org.gnome.desktop.interface icon-theme '${rice.icons.name}'";}
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE NIXOS_OZONE_WL; systemctl --user start qtile-session.target
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE NIXOS_OZONE_WL
systemctl --user start qtile-session.target

View file

@ -136,24 +136,24 @@ groups.append(
Apps.term,
width=2.0 / 3.0,
height=2.0 / 3.0,
x=0.5 / 3.0,
y=0.5 / 3.0,
x=1.0 / 6.0,
y=1.0 / 6.0,
),
DropDown(
"pass",
Apps.passmgr,
width=1.0 / 2.0,
height=2.0 / 3.0,
x=0.5 / 2.0,
y=0.5 / 3.0,
x=1.0 / 4.0,
y=1.0 / 6.0,
),
DropDown(
"music",
Apps.music,
width=2.0 / 3.0,
height=2.0 / 3.0,
x=0.5 / 3.0,
y=0.5 / 3.0,
x=1.0 / 6.0,
y=1.0 / 6.0,
),
],
)

View file

@ -12,7 +12,6 @@ in {
home.stateVersion = "22.11";
imports = [
# ./programs/eww/default.nix
./programs/helix.nix
./programs/wlogout.nix
./programs/fuzzel.nix