From 224505814e4762c0a25ffe13f1389dad25f4dc48 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Sat, 11 Feb 2023 01:49:41 +0000 Subject: [PATCH] Wallpapers and slight changes --- users/daniel/configs/desktop/hyprland/default.nix | 4 ++++ users/daniel/configs/desktop/hyprland/dingbox.conf | 2 ++ users/daniel/configs/desktop/hyprland/hyprland.conf | 3 +-- users/daniel/configs/desktop/hyprland/pingbox.conf | 4 ++++ 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/users/daniel/configs/desktop/hyprland/default.nix b/users/daniel/configs/desktop/hyprland/default.nix index 47edf34..f8af735 100644 --- a/users/daniel/configs/desktop/hyprland/default.nix +++ b/users/daniel/configs/desktop/hyprland/default.nix @@ -5,6 +5,10 @@ hostname, ... }: { + home.packages = with pkgs; [ + swaybg + ]; + wayland.windowManager.hyprland = { enable = true; package = pkgs.hyprland; diff --git a/users/daniel/configs/desktop/hyprland/dingbox.conf b/users/daniel/configs/desktop/hyprland/dingbox.conf index f6f6ed2..1e26a0a 100644 --- a/users/daniel/configs/desktop/hyprland/dingbox.conf +++ b/users/daniel/configs/desktop/hyprland/dingbox.conf @@ -3,3 +3,5 @@ monitor=,preferred,auto,1.25 $mainMod = CTRL + SHIFT + ALT bind = $mainMod + SUPER, Q, exit, +bind = $mainMod, M, workspace, -1 +bind = $mainMod, comma, workspace, +1 diff --git a/users/daniel/configs/desktop/hyprland/hyprland.conf b/users/daniel/configs/desktop/hyprland/hyprland.conf index bd27bcf..76c861d 100644 --- a/users/daniel/configs/desktop/hyprland/hyprland.conf +++ b/users/daniel/configs/desktop/hyprland/hyprland.conf @@ -2,6 +2,7 @@ # Execute your favorite apps at launch exec-once = waybar +exec-once = swaybg -i ~/wallpapers/wallpaper.jpg # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf @@ -131,8 +132,6 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8 bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 0, movetoworkspace, 10 -bind = $mainMod, M, workspace, -1 -bind = $mainMod, comma, workspace, +1 bind = $mainMod, U, movetoworkspace, -1 bind = $mainMod, I, movetoworkspace, +1 diff --git a/users/daniel/configs/desktop/hyprland/pingbox.conf b/users/daniel/configs/desktop/hyprland/pingbox.conf index 14d6add..e5bcf33 100644 --- a/users/daniel/configs/desktop/hyprland/pingbox.conf +++ b/users/daniel/configs/desktop/hyprland/pingbox.conf @@ -3,3 +3,7 @@ monitor=,preferred,auto,1.5 $mainMod = SUPER 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