mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-10 00:31:54 +05:30
Compare commits
3 Commits
6f53a88817
...
7006670315
Author | SHA1 | Date | |
---|---|---|---|
7006670315
|
|||
f180bf98fb
|
|||
26c20eb13f
|
6
flake.lock
generated
6
flake.lock
generated
@@ -1621,11 +1621,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1759056834,
|
"lastModified": 1759787748,
|
||||||
"narHash": "sha256-NkYSy0VSD6FeTawzypnt+gkN2aLDTbz3X77QluDyUUg=",
|
"narHash": "sha256-88M9+hiXY+C+C9xVLOWcRw1lbuv9bogltFQpYDnHDGo=",
|
||||||
"owner": "tuxdotrs",
|
"owner": "tuxdotrs",
|
||||||
"repo": "tpanel",
|
"repo": "tpanel",
|
||||||
"rev": "0708fc688e6103096bebdc402ec7b539bdb4ca85",
|
"rev": "98203af3e4a034501f0f8dfa7218cfe8a0371e4f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@@ -193,6 +193,11 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bindm = [
|
||||||
|
"SUPER,mouse:273,resizewindow"
|
||||||
|
"SUPER,mouse:272,movewindow"
|
||||||
|
];
|
||||||
|
|
||||||
bind = [
|
bind = [
|
||||||
# apps
|
# apps
|
||||||
"SUPER, Return, exec, ${terminal}"
|
"SUPER, Return, exec, ${terminal}"
|
||||||
@@ -207,11 +212,12 @@
|
|||||||
"SUPER_SHIFT, Return, exec, ${floating_terminal}"
|
"SUPER_SHIFT, Return, exec, ${floating_terminal}"
|
||||||
"SUPER_SHIFT, S, exec, flameshot gui"
|
"SUPER_SHIFT, S, exec, flameshot gui"
|
||||||
|
|
||||||
# ags
|
# tpanel
|
||||||
"SUPER, A, exec, ags toggle launcher"
|
"SUPER, A, exec, ags toggle launcher"
|
||||||
"SUPER, C, exec, ags toggle control-center"
|
|
||||||
"SUPER_SHIFT, R, exec, ags quit; ${pkgs.tpanel}/bin/tpanel"
|
|
||||||
"SUPER_SHIFT, B, exec, ags toggle bar"
|
"SUPER_SHIFT, B, exec, ags toggle bar"
|
||||||
|
"SUPER_SHIFT, C, exec, ags toggle control-center"
|
||||||
|
"SUPER_SHIFT, W, exec, ags toggle wallpaper-manager"
|
||||||
|
"SUPER_SHIFT, R, exec, ags quit; ${pkgs.tpanel}/bin/tpanel"
|
||||||
|
|
||||||
# hyprland
|
# hyprland
|
||||||
"SUPER, Q, killactive"
|
"SUPER, Q, killactive"
|
||||||
|
Reference in New Issue
Block a user