transparency git add picom.conf i3config sakura.conf
This commit is contained in:
@@ -66,7 +66,7 @@ bindsym $mod+v split v
|
|||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
|
|
||||||
# change container layout (stacked, tabbed, toggle split)
|
# change container layout (stacked, tabbed, toggle split)
|
||||||
bindsym $mod+s layout stacking
|
# bindsym $mod+s layout stacking
|
||||||
bindsym $mod+w layout tabbed
|
bindsym $mod+w layout tabbed
|
||||||
bindsym $mod+e layout toggle split
|
bindsym $mod+e layout toggle split
|
||||||
|
|
||||||
@@ -188,10 +188,11 @@ bar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Compositor
|
# Compositor
|
||||||
# exec --no-startup-id picom -c
|
exec_always --no-startup-id picom --config /home/slime/.config/picom.conf
|
||||||
|
|
||||||
# Autostart
|
# Autostart
|
||||||
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'
|
||||||
|
exec prime_offload
|
||||||
|
|
||||||
# Pape
|
# Pape
|
||||||
exec_always --no-startup-id feh --bg-scale ~/Pictures/papes/Oymyakon_forests.jpg
|
exec_always --no-startup-id feh --bg-scale ~/Pictures/papes/Oymyakon_forests.jpg
|
||||||
@@ -209,14 +210,20 @@ default_border pixel 2
|
|||||||
default_floating_border pixel 2
|
default_floating_border pixel 2
|
||||||
|
|
||||||
# Gap
|
# 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
|
# Window colors
|
||||||
# border background text indicator
|
# border background text indicator
|
||||||
client.focused $text-color $text-color $text-color $text-color
|
client.focused $text-color $bg-color $text-color $bg-color
|
||||||
client.unfocused $inactive-win-bord $inactive-bg-color $inactive-text-color #00ff00
|
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 #00ff00
|
client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color $bg-color
|
||||||
client.urgent $urgent-bg-color $urgent-bg-color $text-color #00ff00
|
client.urgent $urgent-bg-color $urgent-bg-color $text-color $bg-color
|
||||||
|
|
||||||
# Sreen brightness controls
|
# Sreen brightness controls
|
||||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +1% && pkill -SIGRTMIN+11 i3blocks
|
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
|
bindsym XF86AudioPrev exec --no-startup-id playerctl previous
|
||||||
|
|
||||||
# Vim Keys
|
# Vim Keys
|
||||||
# exec_always xmodmap -e "clear lock" #disable caps lock switch
|
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 "keysym Caps_Lock = Escape" #set caps_lock as escape
|
||||||
|
|
||||||
|
|||||||
+22
@@ -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",
|
||||||
|
];
|
||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
[sakura]
|
[sakura]
|
||||||
colorset1_fore=#e5c2be
|
colorset1_fore=rgb(229,194,190)
|
||||||
colorset1_back=#0f2443
|
colorset1_back=rgb(15,36,67)
|
||||||
colorset1_curs=rgb(255,255,255)
|
colorset1_curs=rgb(255,255,255)
|
||||||
colorset1_scheme=0
|
colorset1_scheme=0
|
||||||
colorset1_key=F1
|
colorset1_key=F1
|
||||||
|
|||||||
Reference in New Issue
Block a user