power menu binding
This commit is contained in:
parent
d39da7fbfd
commit
e040c530e8
2 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,8 @@ let
|
||||||
swaylock = "${pkgs.swaylock}/bin/swaylock";
|
swaylock = "${pkgs.swaylock}/bin/swaylock";
|
||||||
tmux = "${pkgs.tmux}/bin/tmux";
|
tmux = "${pkgs.tmux}/bin/tmux";
|
||||||
wpctl = "${pkgs.wireplumber}/bin/wpctl";
|
wpctl = "${pkgs.wireplumber}/bin/wpctl";
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemdIntegration = true;
|
systemdIntegration = true;
|
||||||
|
@ -42,6 +43,7 @@ in {
|
||||||
bind = SUPER,d, exec, ${rofi} -show drun
|
bind = SUPER,d, exec, ${rofi} -show drun
|
||||||
bind = SUPER,l, exec, ${swaylock} -f -i /tmp/lockpaper.jpg
|
bind = SUPER,l, exec, ${swaylock} -f -i /tmp/lockpaper.jpg
|
||||||
bind = SUPER_SHIFT,W, exec, ~/.config/scripts/chpaper.sh
|
bind = SUPER_SHIFT,W, exec, ~/.config/scripts/chpaper.sh
|
||||||
|
bind = SUPER_SHIFT,escape, exec, ${pkgs.scripts}/bin/power-menu
|
||||||
|
|
||||||
bind = SUPER,1, workspace, 1
|
bind = SUPER,1, workspace, 1
|
||||||
bind = SUPER,2, workspace, 2
|
bind = SUPER,2, workspace, 2
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenvNoCC, makeWrapperm, libnotify }:
|
{ lib, stdenvNoCC, makeWrapper, libnotify }:
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "scripts";
|
pname = "scripts";
|
||||||
version = "1.0";
|
version = "1.0";
|
||||||
|
|
Loading…
Reference in a new issue