feat: Option to toggle opacity and screenshot #14
|
@ -3,7 +3,7 @@ set $term alacritty
|
||||||
# Launcher
|
# Launcher
|
||||||
set $menu wofi --show drun -I -G
|
set $menu wofi --show drun -I -G
|
||||||
set $lock swaylock
|
set $lock swaylock
|
||||||
set $screenshot_full gscreenshot -s
|
set $screenshot_full gscreenshot -s -c
|
||||||
set $screenshot_area /usr/share/swayfx/scripts/grimshot copy area
|
set $screenshot_area /usr/share/swayfx/scripts/grimshot copy area
|
||||||
|
|
||||||
xwayland enable
|
xwayland enable
|
||||||
|
|
|
@ -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+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+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+8 move container to workspace number 8; workspace number 8
|
||||||
|
|
||||||
|
bindsym $mod+Shift+f opacity 1.0
|
||||||
|
bindsym $mod+Shift+g opacity 0.9
|
||||||
|
|
Loading…
Reference in New Issue