update notifications, bar

This commit is contained in:
azpsen
2024-01-28 11:44:50 -06:00
parent dad3ba234d
commit 89516a6ce1
9 changed files with 263 additions and 55 deletions

View File

@@ -8,7 +8,18 @@ super + Return
# program launcher
super + d
rofi -modes "drun,ssh,run" -show drun
rofi -monitor -1 -modes "drun,ssh,run" -show drun
# vim cheat sheet (https://github.com/rdvm/rofi-vim)
super + v
~/.config/rofi/scripts/vim-cheat.sh
# print screen
Print
path="$HOME/pictures/screenshots/$(date +"%s - %Y-%m-%d")" && maim "$path" && xclip -selection clipboard -t image/png "$path"
shift + Print
path="$HOME/pictures/screenshots/$(date +"%s - %Y-%m-%d").png" && maim -s "$path" && xclip -selection clipboard -t image/png "$path"
# make sxhkd reload its configuration files:
super + Escape