added packages to hyprland
This commit is contained in:
parent
01589b30ad
commit
78b6eaf05c
1 changed files with 11 additions and 4 deletions
|
|
@ -13,9 +13,9 @@
|
||||||
#################
|
#################
|
||||||
### AUTOSTART ###
|
### AUTOSTART ###
|
||||||
#################
|
#################
|
||||||
exec-once = ${pkgs.ulauncher}/bin/ulauncher --hide-window
|
exec-once = ulauncher --hide-window
|
||||||
exec-once = ${pkgs.swaynotificationcenter}/bin/swaync
|
# exec-once = ${pkgs.swaynotificationcenter}/bin/swaync
|
||||||
exec-once = ${pkgs.ironbar}/bin/ironbar
|
# exec-once = ${pkgs.ironbar}/bin/ironbar
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = HYPRCURSOR_SIZE,24
|
env = HYPRCURSOR_SIZE,24
|
||||||
|
|
||||||
|
|
@ -105,7 +105,7 @@
|
||||||
###################
|
###################
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
$terminal = ghostty
|
$terminal = ghostty
|
||||||
$menu = ${pkgs.ulauncher}/bin/ulauncher-toggle
|
$menu = ulauncher-toggle
|
||||||
# APP SHORTCUTS
|
# APP SHORTCUTS
|
||||||
bind = ALT, SPACE, exec, $menu
|
bind = ALT, SPACE, exec, $menu
|
||||||
bind = $mainMod, RETURN, exec, $terminal
|
bind = $mainMod, RETURN, exec, $terminal
|
||||||
|
|
@ -164,4 +164,11 @@
|
||||||
windowrulev2 = plugin:scroller:columnwidth onehalf, class:(firefox)
|
windowrulev2 = plugin:scroller:columnwidth onehalf, class:(firefox)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
hyprnome
|
||||||
|
playerctl
|
||||||
|
brightnessctl
|
||||||
|
ulauncher
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue