add wallpaper support

This commit is contained in:
Sakooooo 2023-07-22 18:29:11 +03:00
parent cdbc0bd70c
commit a40d9168a9
Signed by: sako
GPG key ID: 3FD715D87D7725E0
3 changed files with 13 additions and 2 deletions

View file

@ -30,6 +30,9 @@ input {
kb_options =
kb_rules =
# no mouse acceleration pls :)
accel_profile = flat
follow_mouse = 1
touchpad {
@ -115,11 +118,11 @@ $mainMod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, RETURN, exec, kitty
bind = $mainMod, C, killactive,
bind = $mainMod, W, killactive,
bind = $mainMod, M, exit,
bind = $mainMod, E, exec, dolphin
bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, wofi --show drun
bind = $mainMod, SPACE, exec, wofi --show drun
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle

View file

@ -0,0 +1,3 @@
preload = /home/sako/background.png
wallpaper = monitor1,/home/sako/background.png

View file

@ -53,6 +53,10 @@ in
catppuccin-cursors.mochaDark
# i wonder if this works
flameshot
# bar
waybar
# background
hyprpaper
];
programs.hyprland = {
enable = true;
@ -81,6 +85,7 @@ in
xdg.configFile = {
hypr = {
source = ../../../config/hyprland;
recursive = true;
};
};
};