routine update

This commit is contained in:
2025-08-15 22:49:09 -04:00
parent f40e0e7acf
commit a82e41f90c
3 changed files with 24 additions and 15 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ let g:netrw_banner = 0
let g:netrw_altv = 1 let g:netrw_altv = 1
let g:netrw_alto = 1 let g:netrw_alto = 1
let g:netrw_browse_split = 2 let g:netrw_browse_split = 2
map <silent> <C-E> :Lexplore<CR> " map <silent> <A-E> :Lexplore<CR>
" indentation " indentation
set tabstop=2 set tabstop=2
+11 -7
View File
@@ -1,5 +1,5 @@
exec xrandr --setprovideroutputsource modesetting NVIDIA-0 exec_always --no-startup-id xrandr --setprovideroutputsource modesetting NVIDIA-0
exec xrandr --auto exec_always --no-startup-id xrandr --auto
# me i3 config file :) # 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) # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r restart bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session) # 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) # resize window (you can also use the mouse for that)
mode "resize" { mode "resize" {
@@ -210,13 +211,16 @@ bar {
exec_always --no-startup-id picom --config /home/slime/.config/picom.conf exec_always --no-startup-id picom --config /home/slime/.config/picom.conf
# Autostart programs # 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 # monitor + graphics driver setup
exec --no-startup-id /home/slime/.screenlayout/first_shot.sh exec --no-startup-id /home/slime/.screenlayout/first_shot.sh
exec --no-startup-id prime-offload 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 # Workspace assignment
assign [class="LibreWolf"] $ws1 assign [class="LibreWolf"] $ws1
@@ -257,6 +261,6 @@ bindsym XF86AudioNext exec --no-startup-id playerctl next
bindsym XF86AudioPrev exec --no-startup-id playerctl previous bindsym XF86AudioPrev exec --no-startup-id playerctl previous
# Vim Keys # Vim Keys
exec_always xmodmap -e "clear lock" #disable caps lock switch exec_always --no-startup-id 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 "keysym Caps_Lock = Escape" #set caps_lock as escape
+12 -7
View File
@@ -13,14 +13,18 @@ blur:
}; };
shadow = true; shadow = true;
shadow-exclude = [
fading = false; "class_g = 'Rofi'"
]
fading = true;
fade-delta = 5;
# ROUNDER EDGES # ROUNDER EDGES
corner-radius = 15; # corner-radius = 15;
rounded-corners-exclude = [ # rounded-corners-exclude = [
"class_g = 'i3bar'" # "class_g = 'i3bar'",
]; # "class_g = 'i3-nagbar'"
# ];
# OPACITYYY # OPACITYYY
inactive-opacity = 0.75; inactive-opacity = 0.75;
@@ -30,5 +34,6 @@ opacity-rule = [
"60:class_g = 'Sakura' && !focused", "60:class_g = 'Sakura' && !focused",
"80:class_g = 'Conky' && focused", "80:class_g = 'Conky' && focused",
"60:class_g = 'Conky' && !focused", "60:class_g = 'Conky' && !focused",
"90:class_g = 'WebCord'" "90:class_g = 'Vesktop'",
"100:class_g = 'Rofi'"
]; ];