switch to lightdm, xsecurelock

This commit is contained in:
azpsen
2024-01-29 13:07:24 -06:00
parent e9ce921f52
commit c657bf51f7
7 changed files with 27 additions and 6 deletions

View File

@@ -14,13 +14,17 @@ super + d
super + v
~/.config/rofi/scripts/vim-cheat.sh
# nerd font cheat sheet
super + n
~/.config/rofi/scripts/icon-picker.sh
# power menu
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
# print screen
Print
path="$HOME/pictures/screenshots/$(date +"%s - %Y-%m-%d")" && maim "$path" && xclip -selection clipboard -t image/png "$path"
path="$HOME/pictures/screenshots/$(date +"%s - %Y-%m-%d").png" && 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"