From 650942e262f398e43b5b2254904a6c5bf02640f1 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Thu, 12 Oct 2023 22:49:49 -0400 Subject: [PATCH] 100% dropdown --- i3/config | 2 +- sxhkd/sxhkdrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index 47aca04..db8dfca 100644 --- a/i3/config +++ b/i3/config @@ -41,7 +41,7 @@ exec --no-startup-id feh --bg-scale /home/mopar/Documents/wallpaper/1056662-arch #exec --no-startup-id yakuake #exec --no-startup-id sxhkd -bindsym F12 exec --no-startup-id tdrop -ma -h '70%' alacritty -o window.opacity=0.8 -e zellij attach -c drop +bindsym F12 exec --no-startup-id tdrop -ma -h '100%' alacritty -o window.opacity=0.8 -e zellij attach -c drop exec --no-startup-id picom -bCG --no-fading-openclose --vsync --backend glx --inactive-opacity=1 --frame-opacity=0.5 --menu-opacity=0.8 diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index e403111..3190091 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -4,4 +4,4 @@ # negative -w arg to account for a border width (default: 100%) F12 - tdrop -ma -h '70%' alacritty -o window.opacity=0.8 -e zellij attach -c drop + tdrop -ma -h '100%' alacritty -o window.opacity=0.8 -e zellij attach -c drop