Migrate new screen

This commit is contained in:
soraefir
2025-10-07 01:00:56 +02:00
parent 6c3c974812
commit af1d183e5a
12 changed files with 18 additions and 12 deletions

View File

@@ -16,7 +16,6 @@
nextcloud-client
gramps
sweethome3d.application
];
};
}

View File

@@ -48,7 +48,7 @@
(defwindow bar
:monitor 0
:monitor 1
:geometry (geometry
:x "0%"
:y "0%"

View File

@@ -1,5 +1,5 @@
(defwindow calendar
:monitor 0
:monitor 1
:geometry (geometry
:x "0%"
:y "0%"

View File

@@ -34,7 +34,7 @@
)
(defwindow powermenu
:monitor 0
:monitor 1
:stacking "overlay"
:geometry (geometry
:anchor "center"

View File

@@ -2,7 +2,7 @@
(defvar radio_rev false)
(defwindow radio
:monitor 0
:monitor 1
:geometry (geometry
:x "0%"
:y "0%"

View File

@@ -129,7 +129,7 @@
)
(defwindow sys
:monitor 0
:monitor 1
:stacking "overlay"
:geometry (geometry
:x "0%"

View File

@@ -17,8 +17,12 @@ in {
dbus-hyprland-environment
wayland
grim
hyprpicker
hyprshot
slurp
satty
swappy
cliphist
wl-clipboard

View File

@@ -166,7 +166,7 @@
bind = SUPER SHIFT,D,exec, ~/.config/hypr/themes/apatheia/eww/launch_bar
bind = SUPER, V, exec, cliphist list | wofi -dmenu | cliphist decode | wl-copy
bind = , Print, exec, grim -g "$(slurp -d)" - | swappy -f -
bind = , PRINT, exec, hyprshot -m region --raw | satty --filename - --early-exit --action-on-enter save-to-clipboard --copy-command 'wl-copy'
bind = SUPER, L, exec, swaylock

View File

@@ -110,7 +110,7 @@
telegram-desktop &
nextcloud &
jellyfin-mpv-shim &
flameshot &
#flameshot &
sleep 2
@@ -265,7 +265,7 @@
# Screenshots
Print
flameshot gui
hyprshot -m region
# Lock Desktop
super + l

View File

@@ -5,7 +5,7 @@
config = lib.mkIf (config.usercfg.wm == "X11") {
xsession.windowManager.bspwm = { enable = true; };
services.sxhkd = { enable = true; };
home.packages = with pkgs; [ xrandr arandr flameshot xtrlock i3lock ];
home.packages = with pkgs; [ xrandr arandr hyprshot xtrlock i3lock ];
};
}

View File

@@ -2,6 +2,9 @@
config = lib.mkIf (config.syscfg.make.develop) {
programs.adb.enable = true;
services.udev.packages = [
pkgs.android-udev-rules
];
programs.wireshark.enable = true;
environment.systemPackages = with pkgs; [ wget dconf wireshark ];

View File

@@ -10,7 +10,7 @@ in {
environment.systemPackages = with pkgs;
[
# android-tools
# androidStudioPackages.canary
unstable.androidStudioPackages.canary
];
};
}