Fixed screenshot not getting copied
This commit is contained in:
@@ -23,8 +23,8 @@ $fileManager = dolphin
|
||||
$menu = wofi --show drun
|
||||
# ctrl-c to copy from the flameshot gui gives warped images sometimes, but
|
||||
# setting the env fixes it
|
||||
$screenshot = XDG_CURRENT_DESKTOP=sway flameshot gui -p ~/Pictures/Screenshots/ -c
|
||||
$screenshotFull = XDG_CURRENT_DESKTOP=sway flameshot full -p ~/Pictures/Screenshots/ -c
|
||||
$screenshot = XDG_CURRENT_DESKTOP=sway flameshot gui -p ~/Pictures/Screenshots/ -r | wl-copy
|
||||
$screenshotFull = XDG_CURRENT_DESKTOP=sway flameshot full -p ~/Pictures/Screenshots/ -r | wl-copy
|
||||
$passwordmanager = keepassxc
|
||||
$notifications = swaync-client -t -sw
|
||||
|
||||
|
Reference in New Issue
Block a user