1
0
mirror of https://github.com/elisspace/old_dots.git synced 2026-08-29 15:44:04 +00:00

Revert "add screenshot ability"

This reverts commit b15ef98755.
This commit is contained in:
elisspace
2022-06-04 12:40:54 -04:00
parent c65d662848
commit 6ce4346eb4
2 changed files with 4 additions and 13 deletions

View File

@@ -226,19 +226,6 @@ input type:touchpad {
tap_button_map lrm
}
#
# Screenshots
#
# capture all screens to clipboard
bindsym Shift+Alt+Print exec grim -t png - | wl-copy -t image/png
# capture the specified screen area to clipboard
bindsym Shift+Print exec grim -g "$(slurp)" -t png - | wl-copy -t image/png
# capture the focused monitor to clipboard
bindsym Shift+Control+Print exec grim -o $(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | .name') -t png - | wl-copy -t image/png
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle

View File

@@ -118,9 +118,13 @@ PROMPT="%F{red}┌[%f%F{cyan}%m%f%F{red}]─[%f%F{yellow}%D{%H:%M-%d/%m}%f%F{red
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
<<<<<<< HEAD
alias ls='ls -lAh --color'
alias discord='Discord'
alias obs='cd /home/eli/Applications && ./Obsidian-0.14.6.AppImage'
=======
alias ls='ls -lAh'
>>>>>>> parent of b15ef98 (add screenshot ability)
### Optional version to replace `take` functionality that only oh-my-zsh has
#mkd() {