define wallpapers in hyprland config
This commit is contained in:
parent
07a2ab674e
commit
946bb934f5
3 changed files with 1 additions and 5 deletions
|
@ -20,7 +20,6 @@ in
|
||||||
hyprland.homeManagerModules.default
|
hyprland.homeManagerModules.default
|
||||||
|
|
||||||
./gtk.nix
|
./gtk.nix
|
||||||
./misc.nix
|
|
||||||
./persistence.nix
|
./persistence.nix
|
||||||
./wm
|
./wm
|
||||||
./programs
|
./programs
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{ pkgs, ... }: {
|
|
||||||
xdg.dataFile."wallpapers/catppuccin".source = "${pkgs.catppuccin-wallpapers}/share/wallpapers";
|
|
||||||
}
|
|
|
@ -42,7 +42,7 @@ in
|
||||||
bind = SUPER_SHIFT,Return, exec, ${kitty}
|
bind = SUPER_SHIFT,Return, exec, ${kitty}
|
||||||
bind = SUPER,d, exec, ${rofi} -show drun
|
bind = SUPER,d, exec, ${rofi} -show drun
|
||||||
bind = SUPER,l, exec, ${swaylock} -f -i /tmp/lockpaper.jpg
|
bind = SUPER,l, exec, ${swaylock} -f -i /tmp/lockpaper.jpg
|
||||||
bind = SUPER_SHIFT,W, exec, ~/.config/scripts/chpaper.sh
|
bind = SUPER_SHIFT,W, exec, ${pkgs.scripts}/bin/chpaper ${pkgs.catppuccin-wallpapers}/share/wallpapers
|
||||||
bind = SUPER_SHIFT,escape, exec, ${pkgs.scripts}/bin/power-menu
|
bind = SUPER_SHIFT,escape, exec, ${pkgs.scripts}/bin/power-menu
|
||||||
bind = SUPER,f11, exec, ${pkgs.scripts}/bin/tmux-sessions
|
bind = SUPER,f11, exec, ${pkgs.scripts}/bin/tmux-sessions
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue