diff --git a/.vimrc b/.vimrc index eae3890..0e84ade 100644 --- a/.vimrc +++ b/.vimrc @@ -13,7 +13,7 @@ let g:netrw_banner = 0 let g:netrw_altv = 1 let g:netrw_alto = 1 let g:netrw_browse_split = 2 -map :Lexplore +" map :Lexplore " indentation set tabstop=2 diff --git a/i3config b/i3config index f657d91..589bb69 100644 --- a/i3config +++ b/i3config @@ -1,5 +1,5 @@ -exec xrandr --setprovideroutputsource modesetting NVIDIA-0 -exec xrandr --auto +exec_always --no-startup-id xrandr --setprovideroutputsource modesetting NVIDIA-0 +exec_always --no-startup-id xrandr --auto # me i3 config file :) @@ -127,7 +127,8 @@ bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) -bindsym $mod+Shift+e exec "i3-nagbar -f 'Source Code Pro 64px' -t error -m 'bye bye?' -B 'bye bye' 'i3-msg exit'" +# bindsym $mod+Shift+e exec "i3-nagbar -f 'Source Code Pro 64px' -t error -m 'bye bye?' -B 'bye bye' 'i3-msg exit'" +bindsym $mod+Shift+e exec --no-startup-id "rofi -show powermenu -modi powermenu:~/Scripts/rofi-power-menu -theme ~/.config/rofi/theme.rasi" # resize window (you can also use the mouse for that) mode "resize" { @@ -210,13 +211,16 @@ bar { exec_always --no-startup-id picom --config /home/slime/.config/picom.conf # Autostart programs -exec --no-startup-id i3-msg 'workspace number $ws10; exec --no-startup-id conky; workspace number $ws10' +# exec --no-startup-id i3-msg 'workspace number $ws10; exec --no-startup-id conky; workspace number $ws10' # monitor + graphics driver setup exec --no-startup-id /home/slime/.screenlayout/first_shot.sh exec --no-startup-id prime-offload -# exec --no-startup-id set_wallpaper ~/Pictures/papes/green-horizon.png ~/Pictures/papes/ultrawide/deep-blue-5120x1440.jpg +exec --no-startup-id set_wallpaper snowy-steeple.jpg oymyakon_forests_hires.jpg + +# Opaqueness + bindsym $mod+p exec --no-startup-id picom-trans 100 # Workspace assignment assign [class="LibreWolf"] $ws1 @@ -257,6 +261,6 @@ bindsym XF86AudioNext exec --no-startup-id playerctl next bindsym XF86AudioPrev exec --no-startup-id playerctl previous # Vim Keys -exec_always xmodmap -e "clear lock" #disable caps lock switch -exec_always xmodmap -e "keysym Caps_Lock = Escape" #set caps_lock as escape +exec_always --no-startup-id xmodmap -e "clear lock" #disable caps lock switch +exec_always --no-startup-id xmodmap -e "keysym Caps_Lock = Escape" #set caps_lock as escape diff --git a/picom.conf b/picom.conf index 012dd05..d0bca8c 100644 --- a/picom.conf +++ b/picom.conf @@ -13,14 +13,18 @@ blur: }; shadow = true; - -fading = false; +shadow-exclude = [ + "class_g = 'Rofi'" +] +fading = true; +fade-delta = 5; # ROUNDER EDGES -corner-radius = 15; -rounded-corners-exclude = [ - "class_g = 'i3bar'" - ]; +# corner-radius = 15; +# rounded-corners-exclude = [ +# "class_g = 'i3bar'", +# "class_g = 'i3-nagbar'" +# ]; # OPACITYYY inactive-opacity = 0.75; @@ -30,5 +34,6 @@ opacity-rule = [ "60:class_g = 'Sakura' && !focused", "80:class_g = 'Conky' && focused", "60:class_g = 'Conky' && !focused", - "90:class_g = 'WebCord'" + "90:class_g = 'Vesktop'", + "100:class_g = 'Rofi'" ];