that didnt work
This commit is contained in:
parent
20c258592c
commit
52ec4f13bc
2 changed files with 2 additions and 5 deletions
|
@ -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'
|
||||||
)
|
)
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue