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
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user