add morden mpv theme to repo,
change sway config to treat ~/.init.sh as shell script instead of including itchromebook
parent
ffc68ed1bb
commit
e7b88d9230
|
@ -7,3 +7,12 @@ loop-file=inf
|
||||||
|
|
||||||
[extension.webm]
|
[extension.webm]
|
||||||
loop-file=inf
|
loop-file=inf
|
||||||
|
|
||||||
|
osc=no
|
||||||
|
[Auto.Idle]
|
||||||
|
profile-cond=p["idle-active"]
|
||||||
|
profile-restore=copy-equal
|
||||||
|
osd-playing-msg=' '
|
||||||
|
title=' '
|
||||||
|
background=1.0
|
||||||
|
geometry=640
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -61,8 +61,7 @@ set $opacity 0.9
|
||||||
#for_window [class="bash"] opacity $opacity
|
#for_window [class="bash"] opacity $opacity
|
||||||
#for_window [app_id="alacritty"] opacity $opacity
|
#for_window [app_id="alacritty"] opacity $opacity
|
||||||
|
|
||||||
#font pango:MesloLGS NF Regular 10
|
font pango:MesloLGS NF Regular 10
|
||||||
font pango:mononoki Nerd Font Mono 10
|
|
||||||
|
|
||||||
### Input configuration
|
### Input configuration
|
||||||
#
|
#
|
||||||
|
@ -302,5 +301,5 @@ include /etc/sway/config.d/*
|
||||||
exec ~/.local/init/init.sh -i ~/.local/init/startup
|
exec ~/.local/init/init.sh -i ~/.local/init/startup
|
||||||
|
|
||||||
#do any computer specific setup here, monitor configs, etc.
|
#do any computer specific setup here, monitor configs, etc.
|
||||||
include ~/.init.sh
|
exec_always ~/.init.sh
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue