diff --git a/config/home/files.nix b/config/home/files.nix index 4526f72..5c80c9e 100644 --- a/config/home/files.nix +++ b/config/home/files.nix @@ -14,6 +14,10 @@ source = ./files/fonts; recursive = true; }; + home.file.".config/wlogout/icons" = { + source = ./files/wlogout; + recursive = true; + }; home.file.".config/obs-studio" = { source = ./files/obs-studio; recursive = true; diff --git a/config/home/files/wlogout/logout.png b/config/home/files/wlogout/logout.png new file mode 100644 index 0000000..8a25922 Binary files /dev/null and b/config/home/files/wlogout/logout.png differ diff --git a/config/home/files/wlogout/reboot.png b/config/home/files/wlogout/reboot.png new file mode 100644 index 0000000..e5fd221 Binary files /dev/null and b/config/home/files/wlogout/reboot.png differ diff --git a/config/home/files/wlogout/shutdown.png b/config/home/files/wlogout/shutdown.png new file mode 100644 index 0000000..663ca03 Binary files /dev/null and b/config/home/files/wlogout/shutdown.png differ diff --git a/config/home/files/wlogout/suspend.png b/config/home/files/wlogout/suspend.png new file mode 100644 index 0000000..af099b9 Binary files /dev/null and b/config/home/files/wlogout/suspend.png differ diff --git a/config/scripts/list-hypr-bindings.nix b/config/scripts/list-hypr-bindings.nix index 6a9a880..4318ce6 100755 --- a/config/scripts/list-hypr-bindings.nix +++ b/config/scripts/list-hypr-bindings.nix @@ -56,5 +56,6 @@ pkgs.writeShellScriptBin "list-hypr-bindings" '' " + SHIFT + 1-0" "Move Focused Window To Workspace 1 - 10" "movetoworkspace,X" \ " + MOUSE_LEFT" "Move/Drag Window" "movewindow" \ " + MOUSE_RIGHT" "Resize Window" "resizewindow" \ - "ALT + TAB" "Cycle Window Focus + Bring To Front" "cyclenext & bringactivetotop" + "ALT + TAB" "Cycle Window Focus + Bring To Front" "cyclenext & bringactivetotop" \ + "" ''