mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
home/aly: reorg hyprland config
This commit is contained in:
parent
3434fee57a
commit
d4fdcc8602
|
@ -48,14 +48,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
wayland.windowManager.hyprland.extraConfig = ''
|
|
||||||
exec-once = sleep 1 && ${lib.getExe' pkgs.keepassxc "keepassxc"}
|
|
||||||
bind = SUPER, P, exec, ${lib.getExe' pkgs.keepassxc "keepassxc"}
|
|
||||||
windowrulev2 = center(1),class:(org.keepassxc.KeePassXC)
|
|
||||||
windowrulev2 = float,class:(org.keepassxc.KeePassXC)
|
|
||||||
windowrulev2 = size 80% 80%,class:(org.keepassxc.KeePassXC)
|
|
||||||
'';
|
|
||||||
|
|
||||||
ar.home = {
|
ar.home = {
|
||||||
apps = {
|
apps = {
|
||||||
alacritty.enable = true;
|
alacritty.enable = true;
|
||||||
|
|
|
@ -20,6 +20,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hyprland.extraConfig = ''
|
hyprland.extraConfig = ''
|
||||||
|
exec-once = sleep 1 && ${lib.getExe' pkgs.keepassxc "keepassxc"}
|
||||||
|
bind = SUPER, P, exec, ${lib.getExe' pkgs.keepassxc "keepassxc"}
|
||||||
|
windowrulev2 = center(1),class:(org.keepassxc.KeePassXC)
|
||||||
|
windowrulev2 = float,class:(org.keepassxc.KeePassXC)
|
||||||
|
windowrulev2 = size 80% 80%,class:(org.keepassxc.KeePassXC)
|
||||||
|
|
||||||
# Workspace - Browser
|
# Workspace - Browser
|
||||||
workspace = 1, defaultName:web, on-created-empty:${lib.getExe config.ar.home.defaultApps.webBrowser}
|
workspace = 1, defaultName:web, on-created-empty:${lib.getExe config.ar.home.defaultApps.webBrowser}
|
||||||
windowrulev2 = workspace 1,class:(firefox)
|
windowrulev2 = workspace 1,class:(firefox)
|
||||||
|
|
Loading…
Reference in a new issue