add password manager rofi window

This commit is contained in:
azpsen 2024-10-21 10:29:21 -05:00
parent 81cea73389
commit 5dfdeaafd6

View File

@ -30,6 +30,10 @@ super + shift + c
super + p super + p
rofi -show p -modi p:'~/.config/rofi/scripts/rofi-power-menu --symbols-font "JetBrainsMonoNL Nerd Font Mono"' -font "JetBrainsMonoNL Nerd Font Mono" -monitor -1 rofi -show p -modi p:'~/.config/rofi/scripts/rofi-power-menu --symbols-font "JetBrainsMonoNL Nerd Font Mono"' -font "JetBrainsMonoNL Nerd Font Mono" -monitor -1
# password manager
super + shift + p
rofi-rbw
# print screen # print screen
Print Print
path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim "$path" && xclip -selection clipboard -t image/png -i "$path" path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim "$path" && xclip -selection clipboard -t image/png -i "$path"