pipe screenshot to clipboard
This commit is contained in:
parent
d94152b1ef
commit
2ca7577125
@ -11,8 +11,8 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
|||||||
bind = $mainMod, Escape, exec, $lockscreen
|
bind = $mainMod, Escape, exec, $lockscreen
|
||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
bind = , Print, exec, $screenshot
|
bind = , Print, exec, $screenshotSelect
|
||||||
bind = CTRL, Print, exec, $screenshotSelect
|
bind = CTRL, Print, exec, $screenshot
|
||||||
|
|
||||||
# Binds apps https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Binds apps https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod, RETURN, exec, $terminal
|
bind = $mainMod, RETURN, exec, $terminal
|
||||||
|
@ -22,7 +22,7 @@ $powerMenu = bash ~/.config/waybar/scripts/power-menu.sh
|
|||||||
$browser = firefox
|
$browser = firefox
|
||||||
$email = thunderbird
|
$email = thunderbird
|
||||||
$screenshot = grim
|
$screenshot = grim
|
||||||
$screenshotSelect = grim -g "$(slurp)"
|
$screenshotSelect = grim -g "$(slurp -d)" - | wl-copy
|
||||||
$lockscreen = hyprlock
|
$lockscreen = hyprlock
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
|
25
install.bash
25
install.bash
@ -2,11 +2,6 @@
|
|||||||
|
|
||||||
# Run as root
|
# Run as root
|
||||||
# Kitty tab bar: https://github.com/kovidgoyal/kitty/discussions/4447#discussioncomment-3240635
|
# Kitty tab bar: https://github.com/kovidgoyal/kitty/discussions/4447#discussioncomment-3240635
|
||||||
|
|
||||||
###################################################################
|
|
||||||
# SYMBOLIC LINKS
|
|
||||||
###################################################################
|
|
||||||
|
|
||||||
# Copy everything from .config
|
# Copy everything from .config
|
||||||
|
|
||||||
ln -s ~/dotfiles/wallpapers ~/wallpapers
|
ln -s ~/dotfiles/wallpapers ~/wallpapers
|
||||||
@ -22,6 +17,26 @@ ln -s ~/dotfiles/.conf/environment.d ~/.config/environment.d
|
|||||||
|
|
||||||
###################################################################
|
###################################################################
|
||||||
# PACKAGES
|
# PACKAGES
|
||||||
|
|
||||||
|
###################################################################
|
||||||
|
# SYMBOLIC LINKS
|
||||||
|
###################################################################
|
||||||
|
|
||||||
|
|
||||||
|
###################################################################
|
||||||
|
# SYMBOLIC LINKS
|
||||||
|
###################################################################
|
||||||
|
|
||||||
|
|
||||||
|
###################################################################
|
||||||
|
# SYMBOLIC LINKS
|
||||||
|
###################################################################
|
||||||
|
|
||||||
|
|
||||||
|
###################################################################
|
||||||
|
# SYMBOLIC LINKS
|
||||||
|
###################################################################
|
||||||
|
|
||||||
###################################################################
|
###################################################################
|
||||||
|
|
||||||
# Hyperland stuff
|
# Hyperland stuff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user