add wallpaper support
This commit is contained in:
parent
cdbc0bd70c
commit
a40d9168a9
|
@ -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
|
||||
|
||||
|
|
3
config/hyprland/hyprpaper.conf
Normal file
3
config/hyprland/hyprpaper.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
preload = /home/sako/background.png
|
||||
|
||||
wallpaper = monitor1,/home/sako/background.png
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue