Wallpapers and slight changes

This commit is contained in:
2023-02-11 01:49:41 +00:00
parent da8fc92ee8
commit 224505814e
4 changed files with 11 additions and 2 deletions

View File

@@ -5,6 +5,10 @@
hostname, hostname,
... ...
}: { }: {
home.packages = with pkgs; [
swaybg
];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
package = pkgs.hyprland; package = pkgs.hyprland;

View File

@@ -3,3 +3,5 @@ monitor=,preferred,auto,1.25
$mainMod = CTRL + SHIFT + ALT $mainMod = CTRL + SHIFT + ALT
bind = $mainMod + SUPER, Q, exit, bind = $mainMod + SUPER, Q, exit,
bind = $mainMod, M, workspace, -1
bind = $mainMod, comma, workspace, +1

View File

@@ -2,6 +2,7 @@
# Execute your favorite apps at launch # Execute your favorite apps at launch
exec-once = waybar exec-once = waybar
exec-once = swaybg -i ~/wallpapers/wallpaper.jpg
# Source a file (multi-file configs) # Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf # source = ~/.config/hypr/myColors.conf
@@ -131,8 +132,6 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod, M, workspace, -1
bind = $mainMod, comma, workspace, +1
bind = $mainMod, U, movetoworkspace, -1 bind = $mainMod, U, movetoworkspace, -1
bind = $mainMod, I, movetoworkspace, +1 bind = $mainMod, I, movetoworkspace, +1

View File

@@ -3,3 +3,7 @@ monitor=,preferred,auto,1.5
$mainMod = SUPER $mainMod = SUPER
bind = $mainMod + SHIFT + CTRL, Q, exit, bind = $mainMod + SHIFT + CTRL, Q, exit,
bind = $mainMod + CTRL, H, workspace, -1
bind = $mainMod + CTRL, L, workspace, +1
bind = $mainMod + SHIFT, H, movetoworkspace, -1
bind = $mainMod + SHIFT, L, movetoworkspace, +1