diff --git a/.bashrc b/.bashrc index dea983e..22e9918 100644 --- a/.bashrc +++ b/.bashrc @@ -289,4 +289,3 @@ alias moon='curl -H "Accept-Language: fr" wttr.in/Moon' trap 'echo -ne "\e]0;$PWD > $BASH_COMMAND\007"' DEBUG -source /home/breizh/.config/broot/launcher/bash/br diff --git a/.config/base16-shell b/.config/base16-shell new file mode 160000 index 0000000..efa06ce --- /dev/null +++ b/.config/base16-shell @@ -0,0 +1 @@ +Subproject commit efa06ce77a7fa46cca2bfc07932db21971de010b diff --git a/.config/i3/config b/.config/i3/config index 9c2c915..2383112 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -58,10 +58,10 @@ font xft:IBM Plex Sans, DejaVu Sans 11 # Use Mouse+$mod to drag floating windows floating_modifier $mod -# start a i3-sensible-terminal -bindsym $mod+Return exec i3-sensible-terminal -sl 65535 -e fish -bindsym $mod+Ctrl+Return exec i3-sensible-terminal -sl 65535 -#bindsym $mod+Shift+Return exec i3-sensible-terminal -sl 65535 -fn -xos4-terminus-medium-r-normal--32-320-72-72-c-160-iso10646-1 -e fish +# start a urxvtc +bindsym $mod+Return exec urxvtc -sl 65535 -e fish +bindsym $mod+Ctrl+Return exec urxvtc -sl 65535 +#bindsym $mod+Shift+Return exec urxvtc -sl 65535 -fn -xos4-terminus-medium-r-normal--32-320-72-72-c-160-iso10646-1 -e fish # kill focused window @@ -87,7 +87,7 @@ bindsym $mod+Ctrl+d exec --no-startup-id dmenu_run -f -p "Execute:" -nb '#2d2d2d ################################################################################################ #exec --no-startup-id volumeicon -#bindsym $mod+Ctrl+m exec i3-sensible-terminal -e 'alsamixer' +#bindsym $mod+Ctrl+m exec urxvtc -e 'alsamixer' #exec --no-startup-id sleep 10 && pulseaudio && sleep 20 && pacmd load-module module-ladspa-sink sink_name=binaural master=alsa_output.pci-0000_0b_00.3.analog-stereo plugin=bs2b label=bs2b control=700,4.5 #exec --no-startup-id sleep 10 && pulseaudio #exec --no-startup-id pa-applet @@ -124,23 +124,20 @@ bindsym --release Caps_Lock exec --no-startup-id pkill -SIGRTMIN+11 i3blocks bindsym --release Num_Lock exec --no-startup-id pkill -SIGRTMIN+12 i3blocks # Start Applications -bindsym $mod+Ctrl+b exec i3-sensible-terminal -e fish -c bmenu +bindsym $mod+Ctrl+b exec urxvtc -e fish -c bmenu bindsym $mod+F2 exec $BROWSER 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 chromium --incognito bindsym $mod+Ctrl+F3 exec pcmanfm -bindsym $mod+F3 exec i3-sensible-terminal -e fish -c ranger -bindsym $mod+F4 exec i3-sensible-terminal -e fish -c bashmount +bindsym $mod+F3 exec urxvtc -name ranger -e fish -c ranger +bindsym $mod+F4 exec urxvtc -name bashmount -e fish -c bashmount bindsym $mod+Shift+F3 exec gksu pcmanfm -bindsym $mod+F5 exec i3-sensible-terminal -e fish -c ncmpcpp -bindsym $mod+t exec --no-startup-id pkill compton -bindsym $mod+Ctrl+t exec --no-startup-id compton -b +bindsym $mod+F5 exec urxvtc -name ncmpcpp -e fish -c ncmpcpp bindsym $mod+Shift+d --release exec "killall dunst; exec notify-send 'Dunst' 'Restarted'" bindsym Print exec --no-startup-id i3-scrot bindsym $mod+Print --release exec --no-startup-id i3-scrot -w bindsym $mod+Shift+Print --release exec --no-startup-id i3-scrot -s -bindsym $mod+Shift+h exec dctl bindsym $mod+Ctrl+x --release exec --no-startup-id xkill bindsym $mod+l exec passmenu --type -l 10 bindsym Shift+XF86MyComputer exec i3-input -f "xft:xos4 Terminus" -F 'mark %s' -P 'Mark: ' @@ -403,7 +400,6 @@ exec --no-startup-id steam-native -silent -language french #exec --no-startup-id sleep 5 && qbittorrent #exec --no-startup-id gdfs $HOME/.google_drive $HOME/Google_Drive/ #exec --no-startup-id transmission-gtk -m -exec --no-startup-id syncthing exec --no-startup-id SVPManager # Start i3bar to display a workspace bar (plus the system information i3status if available) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 410f683..7ed08c5 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -21,11 +21,6 @@ sub-font=IBM Plex Sans hwdec=auto-copy hwdec-codecs=all -# Audio -#audio-channels=6 -ad-lavc-downmix=no -#af=ladspa=/usr/lib/ladspa/bs2b.so:bs2b:[725,4.5] - # Language alang=fr,fre,fra slang=fr,fre,fra diff --git a/.i3blocks/internet b/.i3blocks/internet index e4dd195..60b6a0b 100755 --- a/.i3blocks/internet +++ b/.i3blocks/internet @@ -10,7 +10,7 @@ then claws-mail --offline touch /dev/shm/claws_offline fi -elif ping -c 1 2001:41d0:e:3cd::1 -W 1 &>/dev/null +elif ping -c 1 1.1.1.1 -W 1 &>/dev/null then color="#99CC99" if [ -f /dev/shm/claws_offline ]