update notifications, bar
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user