1
0
Fork 0

general updates

main
Dominic Reich 2 years ago
parent c8bc368761
commit 28d0faf281
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -67,7 +67,7 @@ set mutt_return_all_emails=true
set print_command=lp set print_command=lp
# Command used to start the web browser # Command used to start the web browser
set www_command=firefox set www_command=librewolf
# address style [eu|us|uk] # address style [eu|us|uk]
set address_style=eu set address_style=eu

@ -32,7 +32,7 @@ env:
TERM: xterm-256color TERM: xterm-256color
shell: shell:
program: /usr/bin/fish program: /usr/bin/zsh
args: args:
- --login - --login
window: window:
@ -48,21 +48,24 @@ window:
#startup_mode: Windowed #startup_mode: Windowed
# opacity: 0.96 # opacity: 0.96
# opacity: 1.0 # opacity: 1.0
opacity: 0.8 opacity: 0.93
scrolling: scrolling:
history: 10000 history: 10000
multiplier: 1 multiplier: 1
font: font:
normal: normal:
family: 'FantasqueSansMono Nerd Font' family: "MesloLGS NF"
# family: 'FantasqueSansMono Nerd Font'
# style: Retina,Regular # style: Retina,Regular
style: Regular style: Regular
bold: bold:
family: 'FantasqueSansMono Nerd Font' family: "MesloLGS NF"
# family: 'FantasqueSansMono Nerd Font'
# style: Retina,Regular # style: Retina,Regular
style: Bold style: Bold
italic: italic:
family: 'FantasqueSansMono Nerd Font' family: "MesloLGS NF"
# family: 'FantasqueSansMono Nerd Font'
# style: Retina,Regular # style: Retina,Regular
style: Italic style: Italic
size: 12 size: 12

@ -32,7 +32,7 @@ env:
TERM: xterm-256color TERM: xterm-256color
shell: shell:
program: /usr/bin/fish program: /usr/bin/zsh
args: args:
- --login - --login
window: window:
@ -44,28 +44,31 @@ window:
y: 8 y: 8
dynamic_padding: true dynamic_padding: true
dynamic_title: true dynamic_title: true
decorations: none #decorations: none
startup_mode: Windowed #startup_mode: Windowed
# opacity: 0.96 # opacity: 0.96
# opacity: 0.9 # opacity: 1.0
opacity: 0.8 opacity: 0.93
scrolling: scrolling:
history: 10000 history: 10000
multiplier: 1 multiplier: 1
font: font:
normal: normal:
family: 'FantasqueSansMono Nerd Font' family: "MesloLGS NF"
# family: 'FantasqueSansMono Nerd Font'
# style: Retina,Regular # style: Retina,Regular
style: Regular style: Regular
bold: bold:
family: 'FantasqueSansMono Nerd Font' family: "MesloLGS NF"
# family: 'FantasqueSansMono Nerd Font'
# style: Retina,Regular # style: Retina,Regular
style: Bold style: Bold
italic: italic:
family: 'FantasqueSansMono Nerd Font' family: "MesloLGS NF"
# family: 'FantasqueSansMono Nerd Font'
# style: Retina,Regular # style: Retina,Regular
style: Italic style: Italic
size: 14.0 size: 11.5
offset: offset:
x: 0 x: 0
y: 0 y: 0
@ -116,24 +119,24 @@ bell:
animation: Linear animation: Linear
duration: 0 duration: 0
color: '0x320F09' color: '0x320F09'
mouse_bindings: # mouse_bindings:
- { mouse: Middle, action: None } # - { mouse: Middle, action: None }
mouse: mouse:
double_click: { threshold: 300 } double_click: { threshold: 300 }
triple_click: { threshold: 300 } triple_click: { threshold: 300 }
hide_when_typing: false hide_when_typing: false
# hints: # hints:
# enabled: # enabled:
# - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\ # - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\
# [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" # [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"
# command: xdg-open # command: xdg-open
# post_processing: true # post_processing: true
# mouse: # mouse:
# enabled: true # enabled: true
# mods: None # mods: None
# binding: # binding:
# key: U # key: U
# mods: Control|Shift # mods: Control|Shift
selection: selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>" semantic_escape_chars: ",│`|:\"' ()[]{}<>"
save_to_clipboard: false save_to_clipboard: false

@ -160,6 +160,10 @@ if type -q "geld"
set -x GELD_DB ~/.config/geld.db set -x GELD_DB ~/.config/geld.db
end end
if type -q "ncmpcpp"
set -x MPD_HOST ~/.config/mpd/socket
end
# Ensure that GPG Agent is used as the SSH agent # Ensure that GPG Agent is used as the SSH agent
set -e SSH_AUTH_SOCK set -e SSH_AUTH_SOCK
#set -U -x SSH_AUTH_SOCK ~/.gnupg/S.gpg-agent.ssh #set -U -x SSH_AUTH_SOCK ~/.gnupg/S.gpg-agent.ssh

@ -155,8 +155,8 @@
# ╔════════════════════════════════════════════════════════════════════════════╗ # ╔════════════════════════════════════════════════════════════════════════════╗
# ║ GitLab ║ # ║ GitLab ║
# ╚════════════════════════════════════════════════════════════════════════════╝ # ╚════════════════════════════════════════════════════════════════════════════╝
[url "ssh://git@gitlab.com/"] #[url "ssh://git@gitlab.com/"]
insteadOf = https://gitlab.com/ # insteadOf = https://gitlab.com/
# ╔════════════════════════════════════════════════════════════════════════════╗ # ╔════════════════════════════════════════════════════════════════════════════╗
# ║ Codeberg ║ # ║ Codeberg ║

@ -2,8 +2,8 @@
LocationMode=path-bar LocationMode=path-bar
ShowHidden=false ShowHidden=false
ShowSizeColumn=true ShowSizeColumn=true
GeometryX=28 GeometryX=456
GeometryY=254 GeometryY=207
GeometryWidth=1008 GeometryWidth=1008
GeometryHeight=692 GeometryHeight=692
SortColumn=name SortColumn=name

@ -287,8 +287,8 @@ mode "$mode_system" {
bindsym l exec --no-startup-id i3exit lock, mode "default" bindsym l exec --no-startup-id i3exit lock, mode "default"
bindsym s exec --no-startup-id i3exit suspend, mode "default" bindsym s exec --no-startup-id i3exit suspend, mode "default"
bindsym u exec --no-startup-id i3exit switch_user, mode "default" bindsym u exec --no-startup-id i3exit switch_user, mode "default"
# bindsym e exec --no-startup-id i3exit logout, mode "default" bindsym e exec --no-startup-id i3exit logout, mode "default"
bindsym e exec --no-startup-id pkill X # bindsym e exec --no-startup-id pkill X
bindsym h exec --no-startup-id i3exit hibernate, mode "default" bindsym h exec --no-startup-id i3exit hibernate, mode "default"
bindsym r exec --no-startup-id i3exit reboot, mode "default" bindsym r exec --no-startup-id i3exit reboot, mode "default"
bindsym Shift+s exec --no-startup-id i3exit shutdown, mode "default" bindsym Shift+s exec --no-startup-id i3exit shutdown, mode "default"
@ -334,6 +334,9 @@ exec --no-startup-id nm-applet
# USB Stick management # USB Stick management
exec --no-startup-id udiskie --no-automount --notify --tray exec --no-startup-id udiskie --no-automount --notify --tray
# solaar logitech (instead of logiops)
exec --no-startup-id solaar -w hide
# enable touchpad tap to click # enable touchpad tap to click
# done this in X11 config /etx/X11/xorg....d/ # done this in X11 config /etx/X11/xorg....d/
#exec --no-startup-id xinput set-prop 11 306 1 #exec --no-startup-id xinput set-prop 11 306 1
@ -346,7 +349,7 @@ exec_always --no-startup-id autotiling -l 2
exec --no-startup-id numlockx on exec --no-startup-id numlockx on
#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
# TODO disabled this for now # TODO disabled this for now
#exec --no-startup-id /sbin/lxpolkit exec --no-startup-id /sbin/lxpolkit
exec --no-startup-id nitrogen --restore; sleep 1; picom -b --vsync exec --no-startup-id nitrogen --restore; sleep 1; picom -b --vsync
#exec --no-startup-id manjaro-hello #exec --no-startup-id manjaro-hello
#exec --no-startup-id nm-applet #exec --no-startup-id nm-applet

@ -31,7 +31,7 @@
# #
## Needed for tag editor and file operations to work. ## Needed for tag editor and file operations to work.
## ##
#mpd_music_dir = ~/music mpd_music_dir = ~/cloud/music
# #
mpd_crossfade_time = 3 mpd_crossfade_time = 3
# #

@ -9,10 +9,11 @@
print_info() { print_info() {
prin "${cl4}┌─────────\n Software Information \n──────────┐" prin "${cl4}┌─────────\n Software Information \n──────────┐"
# info "  " users # info "  " users
info "  " distro # info "  " distro
info "  " distro
# Just get your distro's logo off nerdfonts.com # Just get your distro's logo off nerdfonts.com
info "  " kernel info "  " kernel
# info "  " de info "  " de
info "  " wm info "  " wm
info "  " shell info "  " shell
info "  " term info "  " term
@ -21,7 +22,7 @@ print_info() {
info "  " icons info "  " icons
info "  " packages info "  " packages
info "  " uptime info "  " uptime
# info "  " gpu_driver # Linux/macOS only info "  " gpu_driver # Linux/macOS only
# info "  " cpu_usage # info "  " cpu_usage
# info " ﱘ " song # info " ﱘ " song
# [[ "$player" ]] && prin "Music Player" "$player" # [[ "$player" ]] && prin "Music Player" "$player"
@ -35,7 +36,7 @@ print_info() {
# info "  " disk # info "  " disk
info " 塞" memory info " 塞" memory
info "  " resolution info "  " resolution
# info " 󱈑 " battery info " 󱈑 " battery
prin "${cl4}└─────────────────────────────────────────┘" prin "${cl4}└─────────────────────────────────────────┘"
info cols info cols
prin "\n \n \n \n \n ${cl3} \n \n ${cl5} \n \n ${cl2} \n \n ${cl6} \n \n ${cl4} \n \n ${cl1} \n \n ${cl7} \n \n ${cl0}" prin "\n \n \n \n \n ${cl3} \n \n ${cl5} \n \n ${cl2} \n \n ${cl6} \n \n ${cl4} \n \n ${cl1} \n \n ${cl7} \n \n ${cl0}"

@ -1,21 +1,22 @@
image/*; sxiv -a -b %s; copiousoutput image/*; sxiv -a -b %s; copiousoutput
#image/*; feh %s; copiousoutput # image/*; feh %s; copiousoutput
#text/plain; $EDITOR %s # text/plain; $EDITOR %s
#text/plain; nvim %s # text/plain; nvim %s
text/plain; bat %s; copiousoutput text/plain; bat %s; copiousoutput
#text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput # text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput
#text/html; firefox --private-window '%s' &; test=test -n "$DISPLAY"; needsterminal # text/html; firefox --private-window '%s' &; test=test -n "$DISPLAY"; needsterminal
#text/html; lynx -g '%s'; test=test -n "$DISPLAY"; needsterminal # text/html; lynx -g '%s'; test=test -n "$DISPLAY"; needsterminal
#text/html; links -g -force-html '%s'; test=test -n "$DISPLAY"; # text/html; links -g -force-html '%s'; test=test -n "$DISPLAY";
text/html; chromium --new-window --incognito '%s'; nametemplate=%s.html; test=test -n "$DISPLAY" text/html; chromium --new-window --incognito '%s'; nametemplate=%s.html; test=test -n "$DISPLAY"
#text/html; nyxt '%s'; test=test -n "$DISPLAY"; # text/html; qutebrowser '%s'; nametemplate=%s.html; test=test -n "$DISPLAY"
# text/html; nyxt '%s'; test=test -n "$DISPLAY";
text/html; w3m; nametemplate=%s.html; needsterminal text/html; w3m; nametemplate=%s.html; needsterminal
text/html; w3m -graph -o display_borders=1 -o color=1 -o display_image=1 -o auto_image=1 -dump -I %{charset} -T text/html; copiousoutput text/html; w3m -graph -o display_borders=1 -o color=1 -o display_image=1 -o auto_image=1 -dump -I %{charset} -T text/html; copiousoutput
#audio/*; vlc %s # audio/*; vlc %s
#video/*; vlc %s # video/*; vlc %s
audio/*; mpv %s audio/*; mpv %s
video/*; mpv %s video/*; mpv %s
application/pdf; mupdf %s application/pdf; mupdf %s
#application/pdf; zathura %s # application/pdf; zathura %s
application/pgp-encrypted; gpg -d '%s'; copiousoutput application/pgp-encrypted; gpg -d '%s'; copiousoutput

@ -1,4 +1,4 @@
[xin_-1] [xin_-1]
file=/home/dominic/Bilder/backgrounds/UsX0Jmz.jpg file=/home/dominic/Bilder/backgrounds/darkhousesfantasyatwaterfalls-1618057212168-4420.jpg
mode=5 mode=5
bgcolor=#002a36 bgcolor=#002a36

@ -1,6 +1,6 @@
[geometry] [geometry]
posx=149 posx=326
posy=302 posy=377
sizex=760 sizex=760
sizey=547 sizey=547

@ -1 +1 @@
Subproject commit 769897d58e197c1c169e0e0077c184f187863cf0 Subproject commit e65cc54c06a30a1bb879fd8473628edb70dacf6f

@ -20,6 +20,7 @@ sudo rsync -avzhRP --del --stats \
--exclude '_nas-*/***' \ --exclude '_nas-*/***' \
--exclude 'Attack/***' \ --exclude 'Attack/***' \
--exclude 'material-design-icons/***' \ --exclude 'material-design-icons/***' \
--exclude '***/*.socket' \
'/./etc' \ '/./etc' \
'/./boot' \ '/./boot' \
'/./home' \ '/./home' \

Loading…
Cancel
Save