This commit is contained in:
Luke Smith 2020-09-12 11:48:39 -04:00
parent b8d15d5278
commit 426979aa72
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252
3 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,4 @@
set sandbox none
set statusbar-h-padding 0 set statusbar-h-padding 0
set statusbar-v-padding 0 set statusbar-v-padding 0
set page-padding 1 set page-padding 1

View file

@ -1,3 +1,4 @@
set sandbox none
set statusbar-h-padding 0 set statusbar-h-padding 0
set statusbar-v-padding 0 set statusbar-v-padding 0
set page-padding 1 set page-padding 1

View file

@ -276,7 +276,7 @@ In the Linux terminal, those binds have other more important purposes, so you ca
Additionally, I've set vim to use the clipboard as the default buffer, which means when you copy or delete something in vim, it will be in your system clipboard as well, so you can \f(CWctrl-v\fP it into your browser instance, etc. You can also paste material copied from other programs into vim with the typical vim bindings. Additionally, I've set vim to use the clipboard as the default buffer, which means when you copy or delete something in vim, it will be in your system clipboard as well, so you can \f(CWctrl-v\fP it into your browser instance, etc. You can also paste material copied from other programs into vim with the typical vim bindings.
.HEADING 2 "How do I change the background/wallpaper?" .HEADING 2 "How do I change the background/wallpaper?"
.PP .PP
The system will always read the file \f(CW~/.config/wall.png\fP as the wallpaper. The system will always read the link \f(CW~/.local/share/bg\fP as the wallpaper.
The script \f(CWsetbg\fP, if run on an image will set it as the persistent background. The script \f(CWsetbg\fP, if run on an image will set it as the persistent background.
When using the file manager, you can simply hover over an image name and type \f(CWbg\fP and this will run \f(CWsetbg\fP. When using the file manager, you can simply hover over an image name and type \f(CWbg\fP and this will run \f(CWsetbg\fP.
.HEADING 2 "How I change the colorscheme?" .HEADING 2 "How I change the colorscheme?"