add wallpaper support
This commit is contained in:
parent
cdbc0bd70c
commit
a40d9168a9
|
@ -30,6 +30,9 @@ input {
|
||||||
kb_options =
|
kb_options =
|
||||||
kb_rules =
|
kb_rules =
|
||||||
|
|
||||||
|
# no mouse acceleration pls :)
|
||||||
|
accel_profile = flat
|
||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
|
@ -115,11 +118,11 @@ $mainMod = SUPER
|
||||||
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod, RETURN, exec, kitty
|
bind = $mainMod, RETURN, exec, kitty
|
||||||
bind = $mainMod, C, killactive,
|
bind = $mainMod, W, killactive,
|
||||||
bind = $mainMod, M, exit,
|
bind = $mainMod, M, exit,
|
||||||
bind = $mainMod, E, exec, dolphin
|
bind = $mainMod, E, exec, dolphin
|
||||||
bind = $mainMod, V, togglefloating,
|
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, P, pseudo, # dwindle
|
||||||
bind = $mainMod, J, togglesplit, # 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
|
catppuccin-cursors.mochaDark
|
||||||
# i wonder if this works
|
# i wonder if this works
|
||||||
flameshot
|
flameshot
|
||||||
|
# bar
|
||||||
|
waybar
|
||||||
|
# background
|
||||||
|
hyprpaper
|
||||||
];
|
];
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -81,6 +85,7 @@ in
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
hypr = {
|
hypr = {
|
||||||
source = ../../../config/hyprland;
|
source = ../../../config/hyprland;
|
||||||
|
recursive = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue