.
This commit is contained in:
parent
fd506c76c5
commit
f2445e610b
2 changed files with 2 additions and 2 deletions
1
home.nix
1
home.nix
|
@ -37,7 +37,6 @@ args@{
|
||||||
grim
|
grim
|
||||||
home-manager
|
home-manager
|
||||||
#hyprcursor
|
#hyprcursor
|
||||||
hyprpaper
|
|
||||||
iconv
|
iconv
|
||||||
krita
|
krita
|
||||||
kteatime
|
kteatime
|
||||||
|
|
|
@ -174,7 +174,8 @@ args@{ config, lib, inputs, pkgs, wayland, ... }:
|
||||||
# Autostart
|
# Autostart
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"[workspace special] ${pkgs.kitty}/bin/kitty"
|
"[workspace special] ${pkgs.kitty}/bin/kitty"
|
||||||
"sleep 1; hyprctl dispatch layoutmsg orientationleft; hyprctl dispatch togglespecialworkspace"
|
# "sleep 1; hyprctl dispatch layoutmsg orientationleft; hyprctl dispatch togglespecialworkspace"
|
||||||
|
"blueman-applet &"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue