mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 10:03:55 -05:00
aly/wm: don't autostart keepassxc
This commit is contained in:
parent
cc4272a4af
commit
df1550b5e1
|
@ -3,9 +3,7 @@
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: {
|
||||||
keepassxc = "${lib.getExe' config.ar.home.apps.keepassxc.package "keepassxc"} --pw-stdin ${config.home.homeDirectory}/sync/Passwords.kdbx < ${config.age.secrets.keepassxc.path}";
|
|
||||||
in {
|
|
||||||
programs.waybar.settings.mainBar."bluetooth" = {
|
programs.waybar.settings.mainBar."bluetooth" = {
|
||||||
"on-click" = lib.mkForce "${lib.getExe pkgs.rofi-bluetooth} -i";
|
"on-click" = lib.mkForce "${lib.getExe pkgs.rofi-bluetooth} -i";
|
||||||
};
|
};
|
||||||
|
@ -39,8 +37,6 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
startup = [{command = ''sleep 1 && ${keepassxc}'';}];
|
|
||||||
|
|
||||||
window.commands = [
|
window.commands = [
|
||||||
{
|
{
|
||||||
command = "resize set 80ppt 80ppt; move position center; sticky toggle; ";
|
command = "resize set 80ppt 80ppt; move position center; sticky toggle; ";
|
||||||
|
@ -56,8 +52,6 @@ in {
|
||||||
"SUPER,P,exec,${lib.getExe pkgs.rofi-rbw-wayland}"
|
"SUPER,P,exec,${lib.getExe pkgs.rofi-rbw-wayland}"
|
||||||
];
|
];
|
||||||
|
|
||||||
exec-once = ["sleep 1 && ${keepassxc}"];
|
|
||||||
|
|
||||||
input.kb_options = "ctrl:nocaps";
|
input.kb_options = "ctrl:nocaps";
|
||||||
|
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
|
|
Loading…
Reference in a new issue