Flameshot cannot span multiple monitors on Wayland. This workaround forces it to cover the full virtual screen.
monitor= HDMI-A-1, 1920x1080@72, 0x0, 1
monitor= DP-1, 3840x2160@60, 1920x0, 1| #!/bin/bash | |
| export install_dir="/usr/local/golang" | |
| if [ -z $VERSION ] | |
| then | |
| VERSION=$(curl -Ls https://go.dev/dl/?mode=json | jq -r '.[0].version') | |
| echo "No version specified, using latest version: $VERSION" | |
| fi |
| #/etc/logid.cfg | |
| devices: ( | |
| { | |
| name: "MX Master 3S"; | |
| smartshift: | |
| { | |
| on: true; | |
| threshold: 10; |
| version: "3" | |
| services: | |
| wireguard: | |
| restart: always | |
| image: linuxserver/wireguard:latest | |
| container_name: wireguard | |
| cap_add: | |
| - NET_ADMIN | |
| volumes: |
| # **************************************************************************** # | |
| # # | |
| # ::: :::::::: # | |
| # Makefile :+: :+: :+: # | |
| # +:+ +:+ +:+ # | |
| # By: mahadad <mahadad@student.s19.be> +#+ +:+ +#+ # | |
| # +#+#+#+#+#+ +#+ # | |
| # Created: 2021/11/09 08:35:24 by mahadad #+# #+# # | |
| # Updated: 2022/06/08 12:20:47 by mahadad ### ########.fr # | |
| # # |
| #!/bin/bash | |
| d_print () { | |
| screen -XS MCB stuff "tellraw @a {\"text\":\"$1\"}\n" | |
| } | |
| d_exe () { |