Add waybar icon, program shortcuts
This commit is contained in:
parent
ae6508c15b
commit
9c13691d36
|
@ -124,8 +124,6 @@ in {
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
bind = SUPER, Return, exec, ${pkgs.alacritty}/bin/alacritty
|
bind = SUPER, Return, exec, ${pkgs.alacritty}/bin/alacritty
|
||||||
bind = SUPER, F1, exec, ${pkgs.swaylock-effects}/bin/swaylock
|
bind = SUPER, F1, exec, ${pkgs.swaylock-effects}/bin/swaylock
|
||||||
bind = SUPER, X, exec, ${pkgs.emacs}/bin/emacsclient -c -a 'emacs'
|
|
||||||
bind = SUPER, T, exec, ${pkgs.xfce.thunar}/bin/thunar
|
|
||||||
bind = SUPER, Space, exec, ${anyrunPackage}/bin/anyrun
|
bind = SUPER, Space, exec, ${anyrunPackage}/bin/anyrun
|
||||||
bind = SUPER, M, fullscreen, 0
|
bind = SUPER, M, fullscreen, 0
|
||||||
bind = SUPER SHIFT, Q, killactive,
|
bind = SUPER SHIFT, Q, killactive,
|
||||||
|
@ -133,6 +131,15 @@ in {
|
||||||
bind = SUPER SHIFT, Return, exec, pkill rofi || ${pkgs.rofi-wayland}/bin/rofi -show ssh
|
bind = SUPER SHIFT, Return, exec, pkill rofi || ${pkgs.rofi-wayland}/bin/rofi -show ssh
|
||||||
bind = SUPER SHIFT, P, exec, pkill rofi || ${pkgs.rofi-wayland}/bin/rofi -show power-menu
|
bind = SUPER SHIFT, P, exec, pkill rofi || ${pkgs.rofi-wayland}/bin/rofi -show power-menu
|
||||||
|
|
||||||
|
# Common program shortcuts
|
||||||
|
bind = SUPER ALT, X, exec, ${pkgs.emacs}/bin/emacsclient -c -a 'emacs'
|
||||||
|
bind = SUPER ALT, W, exec, ${pkgs.firefox-wayland}/bin/firefox
|
||||||
|
bind = SUPER ALT, E, exec, ${pkgs.thunderbird}/bin/thunderbird
|
||||||
|
bind = SUPER ALT, F, exec, ${pkgs.xfce.thunar}/bin/thunar
|
||||||
|
bind = SUPER ALT, Z, exec, ${pkgs.zotero}/bin/zotero
|
||||||
|
bind = SUPER ALT, S, exec, ${pkgs.alacritty}/bin/alacritty -e ncspot
|
||||||
|
bind = SUPER ALT, V, exec, ${pkgs.bitwarden}/bin/bitwarden
|
||||||
|
|
||||||
# Misc useful binds
|
# Misc useful binds
|
||||||
bind=,Print,exec,${pkgs.grim}/bin/grim -g "$(${pkgs.slurp}/bin/slurp)"
|
bind=,Print,exec,${pkgs.grim}/bin/grim -g "$(${pkgs.slurp}/bin/slurp)"
|
||||||
# Sound
|
# Sound
|
||||||
|
@ -183,7 +190,6 @@ in {
|
||||||
bind = SUPER SHIFT, F, movetoworkspace, name:files
|
bind = SUPER SHIFT, F, movetoworkspace, name:files
|
||||||
windowrule = workspace name:files,(org.pwmt.zathura)
|
windowrule = workspace name:files,(org.pwmt.zathura)
|
||||||
windowrule = workspace name:files,^(libreoffice).*
|
windowrule = workspace name:files,^(libreoffice).*
|
||||||
windowrule = workspace name:files,(Zotero)
|
|
||||||
windowrule = workspace name:files,(thunar)
|
windowrule = workspace name:files,(thunar)
|
||||||
windowrulev2 = workspace name:files,title:(Open),class:(soffice)
|
windowrulev2 = workspace name:files,title:(Open),class:(soffice)
|
||||||
windowrulev2 = float,title:(Open),class:(soffice)
|
windowrulev2 = float,title:(Open),class:(soffice)
|
||||||
|
@ -203,10 +209,11 @@ in {
|
||||||
windowrulev2 = nofullscreenrequest,title:(Zoom|zoom)
|
windowrulev2 = nofullscreenrequest,title:(Zoom|zoom)
|
||||||
windowrulev2 = nomaximizerequest,title:(Zoom|zoom)
|
windowrulev2 = nomaximizerequest,title:(Zoom|zoom)
|
||||||
|
|
||||||
# reference
|
# library
|
||||||
bind = SUPER, Z, moveworkspacetomonitor, name:reference current
|
bind = SUPER, Z, moveworkspacetomonitor, name:library current
|
||||||
bind = SUPER, Z, workspace, name:reference
|
bind = SUPER, Z, workspace, name:library
|
||||||
bind = SUPER SHIFT, Z, movetoworkspace, name:reference
|
bind = SUPER SHIFT, Z, movetoworkspace, name:library
|
||||||
|
windowrule = workspace name:files,(Zotero)
|
||||||
|
|
||||||
# music
|
# music
|
||||||
bind = SUPER, S, moveworkspacetomonitor, name:music current
|
bind = SUPER, S, moveworkspacetomonitor, name:music current
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"email" = "";
|
"email" = "";
|
||||||
"files" = "";
|
"files" = "";
|
||||||
"chat" = "";
|
"chat" = "";
|
||||||
"call" = "";
|
"library" = "";
|
||||||
"music" = "";
|
"music" = "";
|
||||||
"vault" = "";
|
"vault" = "";
|
||||||
"remote" = "";
|
"remote" = "";
|
||||||
|
|
Loading…
Reference in a new issue