.
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
|
||||
home-manager
|
||||
#hyprcursor
|
||||
hyprpaper
|
||||
iconv
|
||||
krita
|
||||
kteatime
|
||||
|
|
|
@ -174,7 +174,8 @@ args@{ config, lib, inputs, pkgs, wayland, ... }:
|
|||
# Autostart
|
||||
exec-once = [
|
||||
"[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