Skip to content

Commit

Permalink
actually do something with rofi
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 22, 2021
1 parent 06fb3cf commit a08ec3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/xmonad/default.nix
Expand Up @@ -10,7 +10,7 @@
{ terminal = "alacritty"
}
`additionalKeysP`
[ ( "M-p", spawn "rofi" )
[ ( "M-p", spawn "rofi -show run" )
]
'';
};
Expand Down

0 comments on commit a08ec3e

Please sign in to comment.