mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 21:40:45 +01:00
i3: disable wallpapers for hopefully better focus
This commit is contained in:
parent
6600e9a4e5
commit
cdd5f1bde3
@ -47,9 +47,9 @@ set $TERMINAL xfce4-terminal
|
|||||||
# doesn't support `passwd -de`
|
# doesn't support `passwd -de`
|
||||||
# i3lock options: black colour, cursor (that does nothing)
|
# i3lock options: black colour, cursor (that does nothing)
|
||||||
# show failed attempts.
|
# show failed attempts.
|
||||||
#set $ScreenLockCmd i3lock -c 000000 -p win -f
|
set $ScreenLockCmd i3lock -c 000000 -p win -f
|
||||||
# tiling png background image
|
# tiling png background image
|
||||||
set $ScreenLockCmd i3lock -t -i ~/.i3lockbackground.png -p win -f
|
#set $ScreenLockCmd i3lock -t -i ~/.i3lockbackground.png -p win -f
|
||||||
#set $ScreenLockCmd i3lock-fancy
|
#set $ScreenLockCmd i3lock-fancy
|
||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different
|
# Font for window titles. Will also be used by the bar unless a different
|
||||||
@ -317,7 +317,7 @@ exec --no-startup-id sleep 60 && pasystray --notify=all
|
|||||||
# Wallpaper, solid black
|
# Wallpaper, solid black
|
||||||
exec --no-startup-id xsetroot -solid \#000000
|
exec --no-startup-id xsetroot -solid \#000000
|
||||||
# ~/.wallpaper as wallpaper
|
# ~/.wallpaper as wallpaper
|
||||||
exec --no-startup-id feh --bg-scale ~/.wallpaper
|
#exec --no-startup-id feh --bg-scale ~/.wallpaper
|
||||||
exec --no-startup-id xcompmgr -c -n
|
exec --no-startup-id xcompmgr -c -n
|
||||||
# Make everything a bit transparent, you don't want this.
|
# Make everything a bit transparent, you don't want this.
|
||||||
#exec --no-startup-id compton --active-opacity 0.95 --inactive-opacity 0.95 -m 0.95 -e 0.95
|
#exec --no-startup-id compton --active-opacity 0.95 --inactive-opacity 0.95 -m 0.95 -e 0.95
|
||||||
|
Loading…
x
Reference in New Issue
Block a user