diff --git a/i3config b/i3config index 21226c9..ae49080 100644 --- a/i3config +++ b/i3config @@ -66,7 +66,7 @@ bindsym $mod+v split v bindsym $mod+f fullscreen toggle # change container layout (stacked, tabbed, toggle split) -bindsym $mod+s layout stacking +# bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split @@ -188,35 +188,42 @@ bar { } # Compositor -# exec --no-startup-id picom -c +exec_always --no-startup-id picom --config /home/slime/.config/picom.conf # Autostart exec --no-startup-id i3-msg 'workspace number $ws10; exec --no-startup-id conky; workspace number $ws10' +exec prime_offload # Pape exec_always --no-startup-id feh --bg-scale ~/Pictures/papes/Oymyakon_forests.jpg # Workspace assignment -assign [class="LibreWolf"] $ws1 -assign [class="WebCord"] $ws3 -assign [class="Conky"] $ws10 -assign [class="steam"] $ws4 +assign [class="LibreWolf"] $ws1 +assign [class="WebCord"] $ws3 +assign [class="Conky"] $ws10 +assign [class="steam"] $ws4 for_window [class="Conky"] floating enable # Borders -default_border pixel 2 -default_floating_border pixel 2 +default_border pixel 2 +default_floating_border pixel 2 # Gap -gaps inner 10 +gaps inner 30 +gaps outer 30 + +bindsym $mod+s gaps inner current plus 5 +bindsym $mod+Shift+s gaps inner current minus 5 +bindsym $mod+z gaps outer current plus 5 +bindsym $mod+Shift+z gaps outer current minus 5 # Window colors # border background text indicator -client.focused $text-color $text-color $text-color $text-color -client.unfocused $inactive-win-bord $inactive-bg-color $inactive-text-color #00ff00 -client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color #00ff00 -client.urgent $urgent-bg-color $urgent-bg-color $text-color #00ff00 +client.focused $text-color $bg-color $text-color $bg-color +client.unfocused $inactive-win-bord $inactive-bg-color $inactive-text-color $bg-color +client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color $bg-color +client.urgent $urgent-bg-color $urgent-bg-color $text-color $bg-color # Sreen brightness controls bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +1% && pkill -SIGRTMIN+11 i3blocks @@ -229,6 +236,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 xmodmap -e "clear lock" #disable caps lock switch +exec_always xmodmap -e "keysym Caps_Lock = Escape" #set caps_lock as escape diff --git a/picom.conf b/picom.conf new file mode 100644 index 0000000..f396921 --- /dev/null +++ b/picom.conf @@ -0,0 +1,22 @@ +backend = "xrender" + +# Disable background blur; search picom.conf for Background-Blurring for details +blur-background = false; + +# Disable background blur; search picom.conf for Shadows for details +shadow = false + +# Disable window fading; search picom.conf for Fading for details +fading = false + +# Disable rounded window corners; search picom.conf for Corners for details +corner-radius = 0 + +# Defaults +inactive-opacity = 1; +active-opacity = 1; + +opacity-rule = [ + "80:class_g = 'Sakura' && focused", + "60:class_g = 'Sakura' && !focused", +]; diff --git a/sakura.conf b/sakura.conf index eff51be..8e1c8a9 100644 --- a/sakura.conf +++ b/sakura.conf @@ -1,6 +1,6 @@ [sakura] -colorset1_fore=#e5c2be -colorset1_back=#0f2443 +colorset1_fore=rgb(229,194,190) +colorset1_back=rgb(15,36,67) colorset1_curs=rgb(255,255,255) colorset1_scheme=0 colorset1_key=F1