Noumbreuses màjs

This commit is contained in:
Breizh 2018-11-30 22:00:19 +01:00
parent 02f553eeb6
commit 6a2cacc67a
22 changed files with 126 additions and 95 deletions

View file

@ -56,8 +56,8 @@ Xautolock.locker: i3lock-wrapper -e
XTerm*reverseVideo: on XTerm*reverseVideo: on
XTerm*selectToClipboard: true XTerm*selectToClipboard: true
URxvt.font: xft:xos4 Terminus,xft:DejaVu Sans Mono URxvt.font: xft:xos4 Terminus,xft:DejaVu Sans Mono,xft:Noto Sans
!URxvt.font: xft:Latin Modern Mono:size=12, xft:xos4 Terminus !URxvt.font: xft:Latin Modern Mono:size=12, xft:xos4 Terminus, xft:DejaVu Sans Mono
!URxvt.letterSpace: 1.5 !URxvt.letterSpace: 1.5
URxvt.depth: 32 URxvt.depth: 32
!URxvt.background: [100]#000000 !URxvt.background: [100]#000000
@ -73,6 +73,7 @@ URxvt*saveLines: 0
!URxvt*inheritPixmap: true !URxvt*inheritPixmap: true
URxvt*transparent: true URxvt*transparent: true
URxvt*shading: 25 URxvt*shading: 25
!URxvt*blurRadius: 24x24
! other possible settings: ! other possible settings:
! Rxvt.perl-ext-common: ...,clipboard ! Rxvt.perl-ext-common: ...,clipboard

View file

@ -85,7 +85,8 @@
### Text ### ### Text ###
font = xos4 Terminus 10 # font = xos4 Terminus 10
font = Linux Libertine 10
# The spacing between lines. If the height is smaller than the # The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height. # font height, it will get raised to the font height.
@ -237,50 +238,36 @@
# On the US keyboard layout "grave" is normally above TAB and left # On the US keyboard layout "grave" is normally above TAB and left
# of "1". Make sure this key actually exists on your keyboard layout, # of "1". Make sure this key actually exists on your keyboard layout,
# e.g. check output of 'xmodmap -pke' # e.g. check output of 'xmodmap -pke'
history = ctrl+grave history = ctrl+twosuperior
# Context menu. # Context menu.
context = ctrl+shift+period context = ctrl+shift+twosuperior
#[urgency_low]
# # IMPORTANT: colors have to be defined in quotation marks.
# # Otherwise the "#" and following would be interpreted as a comment.
# background = "#222222"
# foreground = "#888888"
# timeout = 10
# # Icon for notifications with low urgency, uncomment to enable
# #icon = /path/to/icon
#
#[urgency_normal]
# background = "#285577"
# foreground = "#ffffff"
# timeout = 10
# # Icon for notifications with normal urgency, uncomment to enable
# #icon = /path/to/icon
#
#[urgency_critical]
# background = "#900000"
# foreground = "#ffffff"
# frame_color = "#ff0000"
# timeout = 0
# # Icon for notifications with critical urgency, uncomment to enable
# #icon = /path/to/icon
# vim: filetype=yaml
# dunst template
# Base16 Eighties Dark, by Chris Kempson (http://chriskempson.com)
[urgency_low] [urgency_low]
background = "#393939" # IMPORTANT: colors have to be defined in quotation marks.
foreground = "#a09f93" # Otherwise the "#" and following would be interpreted as a comment.
background = "#2D2D2D"
foreground = "#D3D0C8"
frame_color = "#A09F93"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal] [urgency_normal]
background = "#2d2d2d" background = "#2D2D2D"
foreground = "#d3d0c8" foreground = "#D3D0C8"
frame_color = "#6699CC"
timeout = 15
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical] [urgency_critical]
background = "#2d2d2d" background = "#2D2D2D"
foreground = "#f2777a" foreground = "#D3D0C8"
frame_color = "#F2777A"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon
# Every section that isn't one of the above is interpreted as a rules to # Every section that isn't one of the above is interpreted as a rules to
# override settings for certain messages. # override settings for certain messages.

View file

@ -2,8 +2,8 @@
LocationMode=path-bar LocationMode=path-bar
ShowHidden=false ShowHidden=false
ShowSizeColumn=true ShowSizeColumn=true
GeometryX=996 GeometryX=1668
GeometryY=246 GeometryY=542
GeometryWidth=887 GeometryWidth=887
GeometryHeight=585 GeometryHeight=585
SortColumn=name SortColumn=name

View file

@ -2,7 +2,7 @@
gtk-application-prefer-dark-theme=false gtk-application-prefer-dark-theme=false
gtk-theme-name=Vertex-Dark gtk-theme-name=Vertex-Dark
gtk-icon-theme-name=Vertex-Icons gtk-icon-theme-name=Vertex-Icons
gtk-font-name=xos4 Terminus gtk-font-name=Linux Biolinum 10
gtk-button-images=1 gtk-button-images=1
gtk-menu-images=1 gtk-menu-images=1
gtk-enable-event-sounds=1 gtk-enable-event-sounds=1

View file

@ -41,7 +41,7 @@ new_window normal 1
new_float normal 1 new_float normal 1
# Hide borders # Hide borders
hide_edge_borders none hide_edge_borders smart
# change borders # change borders
bindsym $mod+u border none bindsym $mod+u border none
@ -51,6 +51,7 @@ bindsym $mod+n border normal 1
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. # is used in the bar {} block below.
font xft:xos4 Terminus font xft:xos4 Terminus
# font xft:Linux Biolinum 11
# Use Mouse+$mod to drag floating windows # Use Mouse+$mod to drag floating windows
floating_modifier $mod floating_modifier $mod
@ -94,6 +95,7 @@ bindsym $mod+Ctrl+m exec pavucontrol
# Screen brightness controls # Screen brightness controls
bindsym XF86MonBrightnessUp exec --no-startup-id echo $((( $(cat /sys/class/backlight/intel_backlight/actual_brightness) + 10 ))) > /sys/class/backlight/intel_backlight/brightness || echo 937 > /sys/class/backlight/intel_backlight/brightness bindsym XF86MonBrightnessUp exec --no-startup-id echo $((( $(cat /sys/class/backlight/intel_backlight/actual_brightness) + 10 ))) > /sys/class/backlight/intel_backlight/brightness || echo 937 > /sys/class/backlight/intel_backlight/brightness
bindsym XF86MonBrightnessDown exec --no-startup-id echo $((( $(cat /sys/class/backlight/intel_backlight/actual_brightness) - 10 ))) > /sys/class/backlight/intel_backlight/brightness || echo 0 > /sys/class/backlight/intel_backlight/brightness bindsym XF86MonBrightnessDown exec --no-startup-id echo $((( $(cat /sys/class/backlight/intel_backlight/actual_brightness) - 10 ))) > /sys/class/backlight/intel_backlight/brightness || echo 0 > /sys/class/backlight/intel_backlight/brightness
bindsym XF86HomePage exec --no-startup-id pkill -x -USR1 redshift
# Volume controls # Volume controls
bindsym XF86AudioRaiseVolume exec --no-startup-id BLOCK_BUTTON=4 ${HOME}/.i3blocks/volume && pkill -RTMIN+10 i3blocks bindsym XF86AudioRaiseVolume exec --no-startup-id BLOCK_BUTTON=4 ${HOME}/.i3blocks/volume && pkill -RTMIN+10 i3blocks
@ -108,8 +110,9 @@ bindsym --release Num_Lock exec --no-startup-id pkill -SIGRTMIN+12 i3blocks
# Start Applications # Start Applications
bindsym $mod+Ctrl+b exec i3-sensible-terminal -e fish -c bmenu bindsym $mod+Ctrl+b exec i3-sensible-terminal -e fish -c bmenu
bindsym $mod+F2 exec $BROWSER bindsym $mod+F2 exec $BROWSER
bindsym $mod+Shift+F2 exec $BROWSER --private-window bindsym $mod+Shift+F2 exec $BROWSER -P tmp --no-remote
bindsym $mod+Ctrl+F2 exec surf "https://www.qwant.com?l=fr&h=1&hc=2&a=1&s=1&b=0&i=1&r=FR&sr=fr" #bindsym $mod+Ctrl+F2 exec surf "https://www.qwant.com?l=fr&h=1&hc=2&a=1&s=1&b=0&i=1&r=FR&sr=fr"
bindsym $mod+Ctrl+F2 exec chromium --incognito
bindsym $mod+Ctrl+F3 exec pcmanfm bindsym $mod+Ctrl+F3 exec pcmanfm
bindsym $mod+F3 exec i3-sensible-terminal -e fish -c ranger bindsym $mod+F3 exec i3-sensible-terminal -e fish -c ranger
bindsym $mod+F4 exec i3-sensible-terminal -e fish -c bashmount bindsym $mod+F4 exec i3-sensible-terminal -e fish -c bashmount
@ -124,6 +127,9 @@ bindsym $mod+Shift+Print --release exec --no-startup-id i3-scrot -s
bindsym $mod+Shift+h exec dctl bindsym $mod+Shift+h exec dctl
bindsym $mod+Ctrl+x --release exec --no-startup-id xkill bindsym $mod+Ctrl+x --release exec --no-startup-id xkill
bindsym $mod+l exec passmenu --type -l 10 bindsym $mod+l exec passmenu --type -l 10
bindsym Shift+XF86MyComputer exec i3-input -f "xft:xos4 Terminus" -F 'mark %s' -P 'Mark: '
bindsym XF86MyComputer exec i3-input -f "xft:xos4 Terminus" -F '[con_mark="%s"] focus' -P 'Go to: '
bindsym Ctrl+XF86MyComputer exec i3-input -f "xft:xos4 Terminus" -F 'unmark %s' -P 'Unmark: '
#set $mode_ide (a)tom (t)exmaker #set $mode_ide (a)tom (t)exmaker
#mode "$mode_ide" { #mode "$mode_ide" {
@ -342,26 +348,28 @@ bindsym $mod+9 exec --no-startup-id xscreensaver-command -lock
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
#exec --no-startup-id compton -b #exec --no-startup-id compton -b
#exec --no-startup-id xfce4-power-manager #exec --no-startup-id xfce4-power-manager
exec --no-startup-id clipit # exec --no-startup-id clipit
# exec_always --no-startup-id sbxkb # exec_always --no-startup-id sbxkb
exec --no-startup-id conky exec --no-startup-id conky
# exec --no-startup-id start_conky_green # exec --no-startup-id start_conky_green
exec --no-startup-id xscreensaver -no-splash exec --no-startup-id xscreensaver -no-splash
exec_always --no-startup-id setcursor exec_always --no-startup-id setcursor
exec claws-mail --online exec claws-mail --online
#exec claws-mail --alternate-config-dir $HOME/.claws-mail-cognix --online
#exec ring.cx -r #exec ring.cx -r
exec --no-startup-id sleep 2 && urxvtc -e fish -c newsboat exec --no-startup-id sleep 2 && urxvtc -e newsboat
exec --no-startup-id sleep 5 && i3-msg '[class="URxvt"] move scratchpad' exec --no-startup-id sleep 5 && i3-msg '[title="newsboat"] move scratchpad'
exec --no-startup-id variety exec --no-startup-id variety
#exec --no-startup-id while true; do feh --bg-center $HOME/Images/wallpapers/396396-blackangel.jpg; sleep 5m; feh --bg-max $HOME/Images/wallpapers/other-clock-tower-time-brick-gears-steampunk-high-quality-picture.jpg; sleep 5m; done #exec --no-startup-id while true; do feh --bg-center $HOME/Images/wallpapers/396396-blackangel.jpg; sleep 5m; feh --bg-max $HOME/Images/wallpapers/other-clock-tower-time-brick-gears-steampunk-high-quality-picture.jpg; sleep 5m; done
exec --no-startup-id xinput --disable "AlpsPS/2 ALPS DualPoint TouchPad" exec --no-startup-id xinput --disable "AlpsPS/2 ALPS DualPoint TouchPad"
exec --no-startup-id redshift-gtk exec --no-startup-id redshift
#exec --no-startup-id ${HOME}/.screenlayout/home.sh #exec --no-startup-id ${HOME}/.screenlayout/home.sh
#exec --no-startup-id sleep 5 && mocp -S #exec --no-startup-id sleep 5 && mocp -S
#exec --no-startup-id mpv ~/Vidéos/wallpapers/pirate_flag.mp4 --wid 0 --loop-file -quiet #exec --no-startup-id mpv ~/Vidéos/wallpapers/pirate_flag.mp4 --wid 0 --loop-file -quiet
#exec --no-startup-id setxkbmap fr oss #exec --no-startup-id setxkbmap fr oss
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id sudo droidmote 2302 1234 exec --no-startup-id env DRI_PRIME=1 steam-native -silent
#exec --no-startup-id qbittorrent
#exec --no-startup-id gdfs $HOME/.google_drive $HOME/Google_Drive/ #exec --no-startup-id gdfs $HOME/.google_drive $HOME/Google_Drive/
#exec --no-startup-id transmission-gtk -m #exec --no-startup-id transmission-gtk -m
@ -378,6 +386,7 @@ bar {
bindsym button4 nop bindsym button4 nop
bindsym button5 nop bindsym button5 nop
# font -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 # font -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1
# font xft:Latin Modern Mono
strip_workspace_numbers yes strip_workspace_numbers yes
colors { colors {

View file

@ -7,4 +7,9 @@ hwdec=auto-copy
hwdec-codecs=all hwdec-codecs=all
#hwdec=no #hwdec=no
hr-seek-framedrop=no hr-seek-framedrop=no
no-resume-playback #no-resume-playback
alang=fr,fre,fra
slang=fr,fre,fra
save-position-on-quit
cache=123400
demuxer-readahead-secs=20

View file

@ -1,14 +1,17 @@
{ {
"aururl": "https://aur.archlinux.org",
"buildDir": "/home/breizh/.cache/yay", "buildDir": "/home/breizh/.cache/yay",
"editor": "vim", "editor": "vim",
"editorflags": "", "editorflags": "",
"makepkgbin": "/usr/bin/makepkg", "makepkgbin": "/usr/bin/makepkg",
"makepkgconf": "",
"pacmanbin": "/usr/bin/pacman", "pacmanbin": "/usr/bin/pacman",
"pacmanconf": "/etc/pacman.conf", "pacmanconf": "/etc/pacman.conf",
"tarbin": "/usr/bin/bsdtar", "tarbin": "/usr/bin/bsdtar",
"redownload": "no", "redownload": "no",
"rebuild": "no", "rebuild": "no",
"answerclean": "", "answerclean": "",
"answerdiff": "",
"answeredit": "", "answeredit": "",
"answerupgrade": "", "answerupgrade": "",
"gitbin": "git", "gitbin": "git",
@ -17,11 +20,21 @@
"mflags": "", "mflags": "",
"sortby": "name", "sortby": "name",
"gitflags": "", "gitflags": "",
"removemake": "ask",
"requestsplitn": 50, "requestsplitn": 50,
"sortmode": 1, "sortmode": 0,
"completionrefreshtime": 7,
"sudoloop": true, "sudoloop": true,
"timeupdate": true, "timeupdate": true,
"devel": false, "devel": false,
"cleanAfter": false, "cleanAfter": false,
"gitclone": true "gitclone": true,
"provides": true,
"pgpfetch": true,
"upgrademenu": true,
"cleanmenu": true,
"diffmenu": true,
"editmenu": false,
"combinedupgrade": true,
"useask": false
} }

View file

@ -3,6 +3,6 @@
--embed-subs --embed-subs
--write-sub --write-sub
#--hls-prefer-ffmpeg #--hls-prefer-ffmpeg
--external-downloader axel #--external-downloader axel
-f #--external-downloader-args "-x 4 -c"
"((bestvideo[container=webm][height=1080]/bestvideo[ext=webm][height=1080]/bestvideo[height=1080]/bestvideo[height>=?720]/bestvideo)+(bestaudio[container=webm]/bestaudio[ext=webm]/bestaudio))/best" -f "((bestvideo[container=webm][height=1080]/bestvideo[ext=webm][height=1080]/bestvideo[height=1080]/bestvideo[height>=?720]/bestvideo)+(bestaudio[container=webm]/bestaudio[ext=webm]/bestaudio))/best"

View file

@ -5,7 +5,9 @@ conky.config = {
cpu_avg_samples = 2, cpu_avg_samples = 2,
double_buffer = true, double_buffer = true,
font = 'xos4 Terminus:pixelsize=12', font = 'xos4 Terminus:pixelsize=12',
draw_shades = false, draw_outline = true,
default_outline_color = '#2D2D2D',
draw_graph_borders = false,
minimum_width = 260, minimum_width = 260,
maximum_width = 260, maximum_width = 260,
minimum_height = 930, minimum_height = 930,
@ -48,7 +50,7 @@ ${template2 6 2}
${template2 7 3} ${template2 7 3}
${template2 8 4} ${template2 8 4}
${color2}${font xos4 Terminus:pixelsize=14}Mémoire vive${font}${alignr}$mem / $memeasyfree / $memmax${color} ${color2}${font xos4 Terminus:pixelsize=14}RAM${font}${alignr}$mem / $memeasyfree / $memfree / $memmax${color}
${memgraph 66CCCC CC99CC -t}${color2}${voffset 10}${goto 95}$alignc$memperc%$color ${memgraph 66CCCC CC99CC -t}${color2}${voffset 10}${goto 95}$alignc$memperc%$color
${voffset -10}${template1 1} ${voffset -10}${template1 1}
${template1 2} ${template1 2}

View file

@ -153,9 +153,9 @@ interval=600
#instance=0 #instance=0
#interval=5 #interval=5
#[batterybar] [batterybar]
[battery] #[battery]
label=bat #label=bat
interval=10 interval=10
#min_width="bat █████" #min_width="bat █████"
@ -167,7 +167,7 @@ interval=10
#instance=spotify #instance=spotify
interval=1 interval=1
signal=13 signal=13
markup=none #markup=none
# OpenVPN support # OpenVPN support
# #

View file

@ -23,10 +23,17 @@ song=$(mocp -Q "%song")
if [ ${#song} -gt 30 ] if [ ${#song} -gt 30 ]
then then
dots="…" dots="…"
elif [ ${#song} -gt 15 ] fi
if [ ${#song} -gt 15 ]
then then
shortdots="…" shortdots="…"
fi fi
echo "$status ${song:0:30}$dots $(mocp -Q "[%ct %tl %tt]")" time="$(mocp -Q "[%ct %tl %tt]")"
echo "$status ${song:0:15}$shortdots $(mocp -Q "%ct %tl")" shorttime="$(mocp -Q "%ct %tl")"
[[ -z "$time" ]] && time="[00:00 00:00 00:00]"
[[ -z "$shorttime" ]] && shorttime="00:00 00:00"
echo "$status ${song:0:30}$dots $time"
echo "$status ${song:0:15}$shortdots $shorttime"

View file

@ -1,29 +1,29 @@
#!/usr/bin/env bash #!/bin/bash
if [ -f /dev/shm/claws_offline ] if [[ -f /dev/shm/claws_offline ]]
then then
echo "<span foreground=\"#F2777A\">█</span>" echo "<span foreground=\"#F2777A\">█</span>"
exit exit
fi fi
if [ ! -f /dev/shm/updates ] if [[ ! -f /dev/shm/updates ]]
then then
echo 0 > /dev/shm/updates echo 0 > /dev/shm/updates
fi fi
avail=$(checkupdates | wc -l) avail=($(checkupdates | cut -d' ' -f1))
aur=$(yaourt -Qua | grep 'aur/' | wc -l) aur=($(yaourt -Qua | cut -d' ' -f1 | grep 'aur/'))
total=$(($avail + $aur)) total=$((${#avail[@]} + ${#aur[@]}))
if [[ $total -eq 0 ]] if [[ $total -eq 0 ]]
then then
echo "<span foreground=\"#99CC99\">█</span>" echo "<span foreground=\"#99CC99\">█</span>"
else else
echo "<span foreground=\"#FFCC66\">█</span>" echo "<span foreground=\"#FFCC66\">█</span>"
if [[ $(cat /dev/shm/updates) -ne $total ]] if [[ $(cat /dev/shm/updates) -ne $total ]] || [[ -n "$BLOCK_BUTTON" ]]
then then
[[ $total -eq 1 ]] && notify-send "Mise à jour disponible" "1 màj disponible" [[ $total -eq 1 ]] && notify-send "1 mise à jour disponible" "$(for item in ${avail[@]} ${aur[@]}; do echo $item; done)"
[[ $total -gt 1 ]] && notify-send "Mises à jour disponibles" "$total màj disponibles" [[ $total -gt 1 ]] && notify-send "$total mises à jour disponibles" "$(for item in ${avail[@]} ${aur[@]}; do echo $item; done)"
fi fi
fi fi

View file

@ -112,7 +112,7 @@ FormatString = "%(n:%n :)%(a:%a - :)%(t:%t - :)%(A:%A:)"
# This can't be greater than the value of InputBuffer. While this has # This can't be greater than the value of InputBuffer. While this has
# a positive effect for network streams, it also causes the broadcast # a positive effect for network streams, it also causes the broadcast
# audio to be delayed. # audio to be delayed.
Prebuffering = 64 Prebuffering = 128
# Use this HTTP proxy server for internet streams. If not set, the # Use this HTTP proxy server for internet streams. If not set, the
# environment variables http_proxy and ALL_PROXY will be used if present. # environment variables http_proxy and ALL_PROXY will be used if present.

View file

@ -2,6 +2,8 @@
pkill -SIGRTMIN+13 i3blocks pkill -SIGRTMIN+13 i3blocks
pidof cava && pkill -USR1 cava
[[ $# -eq 0 ]] && exit [[ $# -eq 0 ]] && exit
file="$1" file="$1"

View file

@ -1,4 +1,4 @@
Active: 0 Active: 1
Amplification: 100 Amplification: 100
Value: 100 Value: 100
Mono: 0 Mono: 0

View file

@ -1,5 +1,6 @@
let g:netrw_dirhistmax =10 let g:netrw_dirhistmax =10
let g:netrw_dirhist_cnt =3 let g:netrw_dirhist_cnt =4
let g:netrw_dirhist_1='/home/breizh/.config/cava' let g:netrw_dirhist_1='/home/breizh/.config/cava'
let g:netrw_dirhist_2='/home/breizh/.vim/bundle/base16-vim/colors' let g:netrw_dirhist_2='/home/breizh/.vim/bundle/base16-vim/colors'
let g:netrw_dirhist_3='/sys/class/net' let g:netrw_dirhist_3='/sys/class/net'
let g:netrw_dirhist_4='/home/breizh/Documents/Serveur/dovecot/conf.d'

@ -1 +1 @@
Subproject commit cabf8e6df08345df5c5f3fe1e46c20ebed374429 Subproject commit 2a6155a255e83bb930da2627dce4259a3fe4ce3a

@ -1 +1 @@
Subproject commit 9855f084d0751dbd40a8cb56518f239e5eb1a624 Subproject commit 855c30915547c7e9c19b7e6efb528730c071d2e8

View file

@ -20,7 +20,8 @@ if filereadable(expand("~/.vimrc_background"))
hi Normal guibg=NONE ctermbg=NONE hi Normal guibg=NONE ctermbg=NONE
elseif has("gui_running") elseif has("gui_running")
source ~/.vimrc_background source ~/.vimrc_background
set guifont=xos4\ Terminus "set guifont=xos4\ Terminus
set guifont=Latin\ Modern\ Mono\ 11
else else
colorscheme default colorscheme default
endif endif
@ -33,4 +34,4 @@ endif
let g:livepreview_previewer = 'zathura' let g:livepreview_previewer = 'zathura'
let g:livepreview_engine = 'pdflatex' . ' -interaction=nonstopmode --shell-escape' let g:livepreview_engine = 'pdflatex' . ' -interaction=nonstopmode --shell-escape'
cmap w!! w !sudo tee > /dev/null % cmap w!! w !sudo tee > /dev/null %
"set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab

@ -1 +1 @@
Subproject commit 020ab25c38f62627c1dab6c7a851176c6ad309f9 Subproject commit 06da921608b971fb47603671bcafdb2843992eb3

View file

@ -20,7 +20,7 @@ DEFAULT_SESSION='i3 --shmlog-size 0'
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources [[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
[[ -f ~/.fehbg ]] && ~/.fehbg [[ -f ~/.fehbg ]] && ~/.fehbg
#wal -R [[ -f ~/.screenlayout/home.sh ]] && ~/.screenlayout/home.sh
[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap [[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap

View file

@ -1,5 +1,5 @@
# XScreenSaver Preferences File # XScreenSaver Preferences File
# Written by xscreensaver-demo 5.39 for breizh on Sun Jun 17 17:27:20 2018. # Written by xscreensaver-demo 5.40 for breizh on Thu Nov 1 14:31:51 2018.
# https://www.jwz.org/xscreensaver/ # https://www.jwz.org/xscreensaver/
timeout: 0:15:00 timeout: 0:15:00
@ -209,7 +209,7 @@ programs: \
memscroller -root \n\ memscroller -root \n\
GL: noof -root \n\ GL: noof -root \n\
pacman -root \n\ pacman -root \n\
GL: pinion -root \n\ GL: pinion -root -fps \n\
GL: polyhedra -root -duration 27 \n\ GL: polyhedra -root -duration 27 \n\
- GL: providence -root \n\ - GL: providence -root \n\
substrate -root \n\ substrate -root \n\
@ -274,6 +274,9 @@ programs: \
GL: maze3d -root \n\ GL: maze3d -root \n\
GL: peepers -root \n\ GL: peepers -root \n\
GL: razzledazzle -root \n\ GL: razzledazzle -root \n\
filmleader -root \n\
glitchpeg -root \n\
vfeedback -root \n\
pointerPollTime: 0:00:05 pointerPollTime: 0:00:05