binding for browser
This commit is contained in:
parent
09a349867f
commit
5d2064ba9e
1 changed files with 8 additions and 3 deletions
|
@ -4,6 +4,7 @@
|
|||
}:
|
||||
let
|
||||
brightnessctl = "${pkgs.brightnessctl}/bin/brightnessctl";
|
||||
browser = "${config.programs.firefox.package}/bin/firefox";
|
||||
#dbus-update-activation-environment = "${pkgs.dbus}/bin/dbus-update-activation-environment";
|
||||
grimblast = "${pkgs.grimblast}/bin/grimblast";
|
||||
hyprctl = "${pkgs.hyprland}/bin/hyprctl";
|
||||
|
@ -170,17 +171,21 @@ in
|
|||
"SUPER_SHIFT,C, exec, systemctl --user restart swayidle.service"
|
||||
"SUPER_SHIFT,C, exec, systemctl --user restart kanshi.service"
|
||||
"SUPER_SHIFT,C, exec, systemctl --user reload waybar.service"
|
||||
|
||||
"SUPER,Return, exec, ${kitty} ${tmux} new"
|
||||
"SUPER_SHIFT,Return, exec, ${kitty}"
|
||||
"SUPER,d, exec, ${rofi} -show drun"
|
||||
"SUPER,escape, exec, ${swaylock} -f -i /tmp/lockpaper.jpg"
|
||||
"SUPER_SHIFT,W, exec, ${change-wallpaper}"
|
||||
"SUPER_ALT,W, exec, ${wallhaven-wallpaper}"
|
||||
"SUPER,i, exec, ${browser}"
|
||||
|
||||
"SUPER_SHIFT,escape, exec, ${pkgs.scripts}/bin/power-menu"
|
||||
"SUPER,f11, exec, ${pkgs.scripts}/bin/tmux-sessions"
|
||||
"SUPER_SHIFT,y, exec, ${pkgs.scripts}/bin/youtube"
|
||||
"SUPER_SHIFT,b, exec, ${pkgs.rofi-bluetooth}/bin/rofi-bluetooth"
|
||||
|
||||
"SUPER,escape, exec, ${swaylock} -f -i /tmp/lockpaper.jpg"
|
||||
"SUPER_SHIFT,W, exec, ${change-wallpaper}"
|
||||
"SUPER_ALT,W, exec, ${wallhaven-wallpaper}"
|
||||
|
||||
"SUPER,1, workspace, 1"
|
||||
"SUPER,2, workspace, 2"
|
||||
"SUPER,3, workspace, 3"
|
||||
|
|
Loading…
Reference in a new issue