Merge pull request #2 from wolveshire/picom

picom
This commit is contained in:
wolveshire 2022-03-01 00:57:56 -06:00 committed by GitHub
commit 2a59b0323e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -195,7 +195,7 @@ bar {
} }
# set background on startup # set background on startup
exec --no-startup-id feh --bg-fill ~/Pictures/mountains2.jpg exec --no-startup-id feh --bg-fill ~/Pictures/mountains.jpg
# turn picom on on start up # turn picom on on start up
exec_always --no-startup-id picom & exec_always --no-startup-id picom &
@ -211,5 +211,4 @@ set $bd-color #ff004b
client.focused $bd-color #111111 #ffffff $ffffff $ffffff client.focused $bd-color #111111 #ffffff $ffffff $ffffff
# lock screen # lock screen
# bindsym $mod+l exec ~/lock.sh bindsym $mod+l exec ~/lock.sh
bindsym $mod+1 exec i3lock

View File

@ -152,7 +152,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# opacity-rule = [ "80:class_g = 'URxvt'" ]; # opacity-rule = [ "80:class_g = 'URxvt'" ];
# #
# opacity-rule = [] # opacity-rule = []
opacity-rule = [ "100:class_g = 'Firefox'"];
################################# #################################
# Background-Blurring # # Background-Blurring #