add screenshots

This commit is contained in:
azpsen 2024-01-31 16:23:47 -06:00
parent fe83b43feb
commit 26e45773ae
4 changed files with 12 additions and 3 deletions

View File

@ -26,12 +26,14 @@ super + 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
# print screen # print screen - currently disabled clipboard due to issues with greenclip
Print 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 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: # make sxhkd reload its configuration files:
super + Escape super + Escape

View File

@ -2,6 +2,13 @@
here are the dotfiles and some of the programs i use for my bspwm setup. wip. here are the dotfiles and some of the programs i use for my bspwm setup. wip.
<details>
<summary><b>📸 screenshots</b></summary>
![desktop](pic/screenshots/desktop.png)
![dev](pic/screenshots/dev.png)
</details>
## programs ## programs
### 🏗️ system ### 🏗️ system
- distro: [arch linux](https://archlinux.org) - distro: [arch linux](https://archlinux.org)

BIN
pic/screenshots/desktop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

BIN
pic/screenshots/dev.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 972 KiB