Compare commits

..

2 Commits

Author SHA1 Message Date
tux
89cf2dff12 feat(hyprland): add binding for bar toggling 2025-06-18 06:20:51 +05:30
tux
b682e1eafa feat: update tpanel flake input 2025-06-18 06:20:16 +05:30
2 changed files with 4 additions and 3 deletions

6
flake.lock generated
View File

@ -1600,11 +1600,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1750097032, "lastModified": 1750207614,
"narHash": "sha256-M1j90bs8QJng90t5Za1kTuDF/cN/KyozIf7xYCc3UuI=", "narHash": "sha256-+G6keV/oJAP7hTflVnsu8fodASrlDoZYfVVbHbdVQg4=",
"owner": "tuxdotrs", "owner": "tuxdotrs",
"repo": "tpanel", "repo": "tpanel",
"rev": "9721fd4ed84c54a1c28377ed1ce656f1ccc5328d", "rev": "da9f8406a52e317447b95f61c3847fbbfa4ffa06",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -140,6 +140,7 @@
# astal # astal
"SUPER_SHIFT, R, exec, astal -q; ${pkgs.tpanel}/bin/tpanel" "SUPER_SHIFT, R, exec, astal -q; ${pkgs.tpanel}/bin/tpanel"
"SUPER_SHIFT, B, exec, astal toggle-bar"
# hyprland # hyprland
"SUPER, Q, killactive" "SUPER, Q, killactive"