diff --git a/.config/hypr/pyprland.json b/.config/hypr/pyprland.json deleted file mode 100644 index 4f1b90f3..00000000 --- a/.config/hypr/pyprland.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "pyprland": { - "plugins": [ - "scratchpads", - "expose", - "magnify" - ] - }, - "scratchpads": { - "volume": { - "command": "pavucontrol", - "unfocus": "hide", - "animation": "fromLeft", - "margin": 20, - "lazy": true - }, - "terminal": { - "command": "kitty --class scratchpad" - }, - "yazi": { - "command": "kitty --class scratchpad yazi" - }, - "gpt": { - "command": "kitty --class scratchpad tgpt -i", - "lazy": true - }, - "dots": { - "command": "kitty --class scratchpad yadm enter lazygit", - "lazy": true - }, - "btop": { - "command": "kitty --class scratchpad btop", - "lazy": true - }, - "bluetooth": { - "command": "blueman-manager", - "animation": "fromRight", - "unfocus": "hide", - "margin": 20, - "lazy": true - } - } -} diff --git a/.config/hypr/pyprland.toml b/.config/hypr/pyprland.toml new file mode 100644 index 00000000..c3afaa71 --- /dev/null +++ b/.config/hypr/pyprland.toml @@ -0,0 +1,37 @@ +[pyprland] +plugins = ["scratchpads", "expose", "magnify"] + +[scratchpads.volume] +command = "pavucontrol" +unfocus = "hide" +animation = "fromLeft" +margin = 20 +lazy = true + +[scratchpads.terminal] +command = "kitty --class scratchpad" +excludes = ["dots"] + +[scratchpads.yazi] +command = "kitty --class scratchpad yazi" +lazy = true + +[scratchpads.gpt] +command = "kitty --class scratchpad tgpt -i" +lazy = true + +[scratchpads.dots] +command = "kitty --class scratchpad yadm enter lazygit" +excludes = ["terminal"] +lazy = true + +[scratchpads.btop] +command = "kitty --class scratchpad btop" +lazy = true + +[scratchpads.bluetooth] +command = "blueman-manager" +animation = "fromRight" +unfocus = "hide" +margin = 20 +lazy = true