From 46f3f1fffe7a54dd6ca47af8b9608be661464a98 Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Thu, 9 May 2024 22:34:49 -0700 Subject: [PATCH] fix: Screenshot and transparency --- sway/config | 2 +- sway/keys.conf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sway/config b/sway/config index cbcc583..296e730 100644 --- a/sway/config +++ b/sway/config @@ -3,7 +3,7 @@ set $term alacritty # Launcher set $menu wofi --show drun -I -G set $lock swaylock -set $screenshot_full gscreenshot -s +set $screenshot_full gscreenshot -s -c set $screenshot_area /usr/share/swayfx/scripts/grimshot copy area xwayland enable diff --git a/sway/keys.conf b/sway/keys.conf index 8199647..dd9ad9b 100644 --- a/sway/keys.conf +++ b/sway/keys.conf @@ -61,3 +61,6 @@ bindsym $mod+Shift+5 move container to workspace number 5; workspace number 5 bindsym $mod+Shift+6 move container to workspace number 6; workspace number 6 bindsym $mod+Shift+7 move container to workspace number 7; workspace number 7 bindsym $mod+Shift+8 move container to workspace number 8; workspace number 8 + +bindsym $mod+Shift+f opacity 1.0 +bindsym $mod+Shift+g opacity 0.9