Migrate new screen
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
nextcloud-client
|
||||
|
||||
gramps
|
||||
sweethome3d.application
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@@ -48,7 +48,7 @@
|
||||
|
||||
|
||||
(defwindow bar
|
||||
:monitor 0
|
||||
:monitor 1
|
||||
:geometry (geometry
|
||||
:x "0%"
|
||||
:y "0%"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
(defwindow calendar
|
||||
:monitor 0
|
||||
:monitor 1
|
||||
:geometry (geometry
|
||||
:x "0%"
|
||||
:y "0%"
|
||||
|
@@ -34,7 +34,7 @@
|
||||
)
|
||||
|
||||
(defwindow powermenu
|
||||
:monitor 0
|
||||
:monitor 1
|
||||
:stacking "overlay"
|
||||
:geometry (geometry
|
||||
:anchor "center"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
(defvar radio_rev false)
|
||||
|
||||
(defwindow radio
|
||||
:monitor 0
|
||||
:monitor 1
|
||||
:geometry (geometry
|
||||
:x "0%"
|
||||
:y "0%"
|
||||
|
@@ -129,7 +129,7 @@
|
||||
)
|
||||
|
||||
(defwindow sys
|
||||
:monitor 0
|
||||
:monitor 1
|
||||
:stacking "overlay"
|
||||
:geometry (geometry
|
||||
:x "0%"
|
||||
|
@@ -17,8 +17,12 @@ in {
|
||||
dbus-hyprland-environment
|
||||
wayland
|
||||
|
||||
grim
|
||||
hyprpicker
|
||||
|
||||
hyprshot
|
||||
slurp
|
||||
satty
|
||||
|
||||
swappy
|
||||
cliphist
|
||||
wl-clipboard
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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 ];
|
||||
|
||||
};
|
||||
}
|
||||
|
@@ -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 ];
|
||||
|
@@ -10,7 +10,7 @@ in {
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
# android-tools
|
||||
# androidStudioPackages.canary
|
||||
unstable.androidStudioPackages.canary
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user