qtile fixes
This commit is contained in:
parent
afa81c7a17
commit
64e0765933
6 changed files with 58 additions and 81 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
),
|
||||
],
|
||||
)
|
||||
|
|
|
@ -12,7 +12,6 @@ in {
|
|||
home.stateVersion = "22.11";
|
||||
|
||||
imports = [
|
||||
# ./programs/eww/default.nix
|
||||
./programs/helix.nix
|
||||
./programs/wlogout.nix
|
||||
./programs/fuzzel.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue