mirror of
https://github.com/elisspace/old_dots.git
synced 2026-08-29 15:44:04 +00:00
@@ -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
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user