Add screensaver to debian desktop env

- Set qutebrowser search engine to search.m
- Reformat fish scripts
This commit is contained in:
mitchell 2020-10-13 13:48:43 -04:00
parent 55530ada62
commit dd7e7e3857
6 changed files with 51 additions and 42 deletions

View File

@ -5,6 +5,7 @@ setxkbmap -option ctrl:swapcaps
sxhkd & sxhkd &
wmname LG3D wmname LG3D
xfce4-panel -d & xfce4-panel -d &
xfce4-screensaver &
picom -b picom -b
~/.fehbg & ~/.fehbg &

View File

@ -78,6 +78,9 @@ settings:
global: 16 global: 16
url.default_page: url.default_page:
global: http://search.m global: http://search.m
url.searchengines:
global:
DEFAULT: http://search.m/?q={}&categories=general,it
url.start_pages: url.start_pages:
global: http://search.m global: http://search.m
window.title_format: window.title_format:

View File

@ -29,7 +29,7 @@ super + Escape
# lock screen # lock screen
alt + l alt + l
xflock4 xfce4-screensaver-command --lock
# #
# bspwm hotkeys # bspwm hotkeys

View File

@ -91,6 +91,9 @@ function provision_desktop_env
log 'Installing desktop background manager.' log 'Installing desktop background manager.'
sudo apt-get install --yes feh >/dev/null 2>&1 sudo apt-get install --yes feh >/dev/null 2>&1
log 'Installing screen saver.'
sudo apt-get install --yes xfce4-screensaver >/dev/null 2>&1
log 'Installing JetBrainsMono.' log 'Installing JetBrainsMono.'
mkdir _fonts_tmp mkdir _fonts_tmp
cd _fonts_tmp cd _fonts_tmp

4
sync
View File

@ -40,7 +40,9 @@ function setup_tmp_space -a cwd
end end
function sync_terminal_env function sync_terminal_env
if ! test -e ~/.config; mkdir ~/.config; end if ! test -e ~/.config
mkdir ~/.config
end
rsync -aP ./.config/fish ~/.config/ rsync -aP ./.config/fish ~/.config/
rsync -aP ./.config/nvim ~/.config/ rsync -aP ./.config/nvim ~/.config/