From: Andre Ramnitz Date: Sun, 25 Aug 2024 13:36:19 +0000 (+0200) Subject: swaync: add shortcuts X-Git-Tag: v0.2~129 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=8ae4c50a2bc27d30c87a4e421032722125edd634;p=dotfiles.git swaync: add shortcuts --- diff --git a/config/swaync/config.json b/config/swaync/config.json index d99d144f..eaf56f07 100644 --- a/config/swaync/config.json +++ b/config/swaync/config.json @@ -70,6 +70,10 @@ "label": " Logout", "command": "hyprctl dispatch exit" }, + { + "label": "󰤄 Suspend", + "command": "loginctl suspend" + }, { "label": " Reboot", "command": "loginctl reboot" @@ -108,6 +112,10 @@ { "label": "", "command": "/home/andy/dotfiles/config/hypr/scripts/grimblast-sshot-area" + }, + { + "label": "󰸉", + "command": "/home/andy/dotfiles/local/bin/rndwallpaper swww" } ] }