Skip to content

Commit

Permalink
feat(nix): add rofi search shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Jan 25, 2024
1 parent 7332707 commit 221ef06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/nixos/home-manager/desktop/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, rofi -show drun
bind = $mainMod, C, exec, rofi -show clip
bind = $mainMod, P, exec, rofi-rbw
bind = $mainMod, Z, exec, rofi -dmenu -p \"Search\" | xargs -I{} xdg-open "https://www.google.com/search?q={}" && hyprctl dispatch focuswindow firefox
bind = $mainMod SHIFT, L, exec, swaylock -f
bind = $mainMod, U, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
Expand Down

0 comments on commit 221ef06

Please sign in to comment.