diff --git a/hypr/hyprland.d/keybinds.conf b/hypr/hyprland.d/keybinds.conf index afe995f..1e6f4eb 100644 --- a/hypr/hyprland.d/keybinds.conf +++ b/hypr/hyprland.d/keybinds.conf @@ -101,3 +101,5 @@ bindl = , XF86AudioNext, exec, playerctl -a next bindl = , XF86AudioPause, exec, playerctl -a play-pause bindl = , XF86AudioPlay, exec, playerctl -a play-pause bindl = , XF86AudioPrev, exec, playerctl -a previous + +bind = , Print, exec, grim diff --git a/hyprpanel/config.json b/hyprpanel/config.json index 9ce7fb5..d90f939 100644 --- a/hyprpanel/config.json +++ b/hyprpanel/config.json @@ -497,6 +497,6 @@ "theme.bar.transparent": true, "theme.bar.buttons.modules.storage.enableBorder": false, "notifications.position": "top right", - "menus.dashboard.shortcuts.right.shortcut1.icon": "", - "menus.dashboard.shortcuts.right.shortcut1.command": "uwsm app -- nwg-shell-settings" + "menus.dashboard.shortcuts.right.shortcut1.icon": "", + "menus.dashboard.shortcuts.right.shortcut1.command": "sleep 0.5 && hyprpicker -a" } \ No newline at end of file diff --git a/hyprpanel/hyprpanel_pc0_config.json b/hyprpanel/hyprpanel_pc0_config.json index af4c003..1372659 100644 --- a/hyprpanel/hyprpanel_pc0_config.json +++ b/hyprpanel/hyprpanel_pc0_config.json @@ -134,6 +134,6 @@ "theme.bar.transparent": true, "theme.bar.buttons.modules.storage.enableBorder": false, "notifications.position": "top right", - "menus.dashboard.shortcuts.right.shortcut1.icon": "", - "menus.dashboard.shortcuts.right.shortcut1.command": "uwsm app -- nwg-shell-settings" + "menus.dashboard.shortcuts.right.shortcut1.icon": "", + "menus.dashboard.shortcuts.right.shortcut1.command": "sleep 0.5 && hyprpicker -a" } \ No newline at end of file diff --git a/screenshots/screenshot_pc.png b/screenshots/screenshot_pc.png new file mode 100644 index 0000000..3304227 Binary files /dev/null and b/screenshots/screenshot_pc.png differ