diff --git a/.config/i3/config b/.config/i3/config index 8605601..0d2d403 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -116,8 +116,8 @@ bindsym $mod+Shift+r exec --no-startup-id winresize # Floating/non-floating toggle (center, left, right) bindsym $mod+Shift+space floating toggle -bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id hover left -bindsym $mod+Shift+n floating toggle; sticky toggle; exec --no-startup-id hover right +bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id hover left bottom +bindsym $mod+Shift+n floating toggle; sticky toggle; exec --no-startup-id hover right bottom # Send window to workspace {0-9} bindsym $mod+Shift+1 move container to workspace $ws1 diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 4803cca..6d6b45a 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -67,6 +67,16 @@ cmd mkfile ${{ $EDITOR $ans }} +cmd symlink ${{ + printf "Symlink Name: " + read ans + + for file in "$fx" + do + ln -s $file $ans + done +}} + # Change Permissions cmd chmod ${{ printf "Mode Bits: " diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 2507a85..ddf469a 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -15,6 +15,14 @@ fading = true; fade-in-step = 0.1; fade-out-step = 0.1; +# Transparency +opacity-rule = [ + "100:focused && I3_FLOATING_WINDOW@:32c = 1 && _NET_WM_STATE@:a = '_NET_WM_STATE_STICKY'", # focused hovering window + "50:!focused && I3_FLOATING_WINDOW@:32c = 1 && _NET_WM_STATE@:a = '_NET_WM_STATE_STICKY'" # unfocused hovering window + #"80:name = 'st'" + #"80:name = 'st-256color'" +]; + # GLX Backend backend = "glx"; vsync = true; # Reduces single monitor tearing diff --git a/.local/bin b/.local/bin index 3beae4a..05de9e8 160000 --- a/.local/bin +++ b/.local/bin @@ -1 +1 @@ -Subproject commit 3beae4a77922caea63d071587f00512ffa04f747 +Subproject commit 05de9e89386501cf1e653efd25a8573a9b9919b5