diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 93a3b79..326d905 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -26,12 +26,14 @@ super + c 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 screen - currently disabled clipboard due to issues with greenclip Print - path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim "$path" && xclip -selection clipboard -t image/png "$path" + path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim "$path" + # && cat "$path" | xclip -selection clipboard -t image/png -i shift + Print - path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim -s "$path" && xclip -selection clipboard -t image/png "$path" + path="$HOME/pic/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 diff --git a/README.md b/README.md index 276d222..aac7a3b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ here are the dotfiles and some of the programs i use for my bspwm setup. wip. +
+ 📸 screenshots + + ![desktop](pic/screenshots/desktop.png) + ![dev](pic/screenshots/dev.png) +
+ ## programs ### 🏗️ system - distro: [arch linux](https://archlinux.org) diff --git a/pic/screenshots/desktop.png b/pic/screenshots/desktop.png new file mode 100644 index 0000000..8930d13 Binary files /dev/null and b/pic/screenshots/desktop.png differ diff --git a/pic/screenshots/dev.png b/pic/screenshots/dev.png new file mode 100644 index 0000000..c26b949 Binary files /dev/null and b/pic/screenshots/dev.png differ