that didnt work

This commit is contained in:
Sakooooo 2023-08-13 02:28:35 +03:00
parent 20c258592c
commit 52ec4f13bc
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 2 additions and 5 deletions

View file

@ -589,9 +589,9 @@ awful.spawn.with_shell(
-- use xrdb to keep info about autostart -- use xrdb to keep info about autostart
'if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi;' .. 'if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi;' ..
'xrdb -merge <<< "awesome.started:true";' .. 'xrdb -merge <<< "awesome.started:true";' ..
-- add programs here as string and end with .. -- list each of your autostart commands, followed by ; inside single quotes, followed by ..
'keepassxc;' .. 'keepassxc;' ..
'flameshot;' .. 'flameshot;' ..
'nm-applet;' .. 'nm-applet;' ..
'blueman-applet;' 'blueman-applet'
) )

View file

@ -65,9 +65,6 @@ in {
# screen shot (s) # screen shot (s)
flameshot flameshot
]; ];
environment.systemPackages = with pkgs; [
nm-applet
];
home-manager.users.sako = {pkgs, ...}: { home-manager.users.sako = {pkgs, ...}: {
home.pointerCursor = { home.pointerCursor = {