This commit is contained in:
Daniel Ziltener 2024-10-04 10:13:35 +02:00
parent fd506c76c5
commit f2445e610b
Signed by: zilti
GPG key ID: B38976E82C9DAE42
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,6 @@ args@{
grim grim
home-manager home-manager
#hyprcursor #hyprcursor
hyprpaper
iconv iconv
krita krita
kteatime kteatime

View file

@ -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 &"
]; ];
}; };
}; };