diff --git a/.config/X11/common.sh b/.config/X11/common.sh index c8bc801..f5b0dcc 100644 --- a/.config/X11/common.sh +++ b/.config/X11/common.sh @@ -1,19 +1,20 @@ #!/bin/sh +xhost +si:localuser:"$USER" & + source ~/.config/env & /usr/bin/pipewire & /usr/bin/pipewire-pulse & /usr/bin/wireplumber & xset s 300 5 & xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock & -keynav & +exec keynav & light -S 100 & xset r rate 300 50 & umask 002 & -keychain --absolute --dir "$XDG_RUNTIME_DIR"/keychain --eval --quiet id_ed25519 +keychain --absolute --dir "$XDG_RUNTIME_DIR"/keychain --eval --quiet id_ed25519 & unclutter --timeout 2 --start-hidden & xsetroot -xcf /usr/share/icons/WhiteSur-cursors/cursors/left_ptr 24 & xmodmap ~/.config/Xmodmap & toggle_touchpad & -xhost +si:localuser:"$USER" & mpd & diff --git a/.config/emacs/.last-package-update-day b/.config/emacs/.last-package-update-day index 7612bef..1134236 100644 --- a/.config/emacs/.last-package-update-day +++ b/.config/emacs/.last-package-update-day @@ -1 +1 @@ -738251 \ No newline at end of file +738282 \ No newline at end of file diff --git a/.config/env b/.config/env index 902c01a..4611ac3 100644 --- a/.config/env +++ b/.config/env @@ -61,6 +61,7 @@ export XMONAD_DATA_HOME="$XDG_DATA_HOME"/xmonad export XMONAD_CACHE_HOME="$XDG_CACHE_HOME"/xmonad export ZDOTDIR="$XDG_CONFIG_HOME"/zsh export ASPELL_CONF="per-conf $XDG_CONFIG_HOME/aspell/aspell.conf; personal $XDG_CONFIG_HOME/aspell/en.pws; repl $XDG_CONFIG_HOME/aspell/en.prepl" +export MBSYNCRC="$XDG_CONFIG_HOME"/isync/mbsyncrc # ~/ alias clean-ups alias wget="wget --hsts-file=\"$XDG_CACHE_HOME/wget-hsts\"" diff --git a/.config/gtk-2.0/gtkrc-2.0 b/.config/gtk-2.0/gtkrc-2.0 index bca6d23..747546e 100644 --- a/.config/gtk-2.0/gtkrc-2.0 +++ b/.config/gtk-2.0/gtkrc-2.0 @@ -3,7 +3,7 @@ include "/home/ayham/.gtkrc-2.0.mine" gtk-theme-name="oomox-xresources-reverse" -gtk-icon-theme-name="Adwaita" +gtk-icon-theme-name="mate" gtk-font-name="Sans 10" gtk-cursor-theme-name="Adwaita" gtk-cursor-theme-size=0 diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index cf53f49..9fa5fd2 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -1,6 +1,6 @@ [Settings] gtk-theme-name=oomox-xresources-reverse -gtk-icon-theme-name=Adwaita +gtk-icon-theme-name=mate gtk-font-name=Sans 10 gtk-cursor-theme-size=0 gtk-toolbar-style=GTK_TOOLBAR_TEXT diff --git a/.config/newsboat/urls b/.config/newsboat/urls index 0e261d8..e8e4eae 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -40,6 +40,7 @@ http://feeds.feedburner.com/sciencealert-latestnews?format=xml sciencealert https://www.aliventures.com/feed/ aliventures writing blog https://unlimitedhangout.com/feed/ unlimited-hangout investigative reports http://feeds.feedburner.com/MrMoneyMustache?format=xml mrmoneymustache +https://100r.co/links/rss.xml hundred-rabbits "-----------------" "---- Podcasts" @@ -106,6 +107,7 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCswH8ovgUp5Bdg-0_JTYFNw rus https://www.youtube.com/feeds/videos.xml?channel_id=UCFKDEp9si4RmHFWJW1vYsMA ethos-lab https://www.youtube.com/feeds/videos.xml?channel_id=UCj5i58mCkAREDqFWlhaQbOw stampylonghead https://www.youtube.com/feeds/videos.xml?channel_id=UCvsdQrg8SkOvS2WiVXA5S4A ph1lza +https://www.youtube.com/feeds/videos.xml?channel_id=UC4O9HKe9Jt5yAhKuNv3LXpQ docm77 "-----------------" "---- Youtube-Food" @@ -139,7 +141,6 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCrI3dm4qgAEV67Jc6797WIA ran "---- Youtube-fAnNy-sTocK" "-----------------" https://www.youtube.com/feeds/videos.xml?channel_id=UCd6vEDS3SOhWbXZrxbrf_bw samtime -https://www.youtube.com/feeds/videos.xml?channel_id=UClgVmK6jZTZKAIlEhK1KRVQ sixteenleo https://www.youtube.com/feeds/videos.xml?channel_id=UCcoDpbA4c9HQY0AjKHSlKLg cer-spence https://www.youtube.com/feeds/videos.xml?channel_id=UCBNG0osIBAprVcZZ3ic84vw jim-browning https://www.youtube.com/feeds/videos.xml?channel_id=UCHyIvHeTyU2ALxwX4vm_Y4w ryan-the-leader @@ -166,4 +167,4 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UClcE-kVhqyiHCcjYwcpfj9w liv "-----------------" "---- CHAD Ayham" "-----------------" -http://blog.ayham.xyz/rss.xml +https://ayham.xyz/index.xml diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index ad3e9d4..1a2bd19 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -45,6 +45,9 @@ Plug 'lervag/vimtex' " debugging Plug 'puremourning/vimspector' +" ziglang +Plug 'ziglang/zig.vim' + call plug#end() " Debugger Remaps diff --git a/.config/picom.conf b/.config/picom.conf index c14975a..ef332e6 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -3,7 +3,7 @@ ################################# # requires https://github.com/jonaburg/picom # (These are also the default values) -transition-length = 1 +transition-length = 150 transition-pow-x = 0.1 transition-pow-y = 0.1 transition-pow-w = 0.1 @@ -15,7 +15,7 @@ size-transition = true # Corners # ################################# # requires: https://github.com/sdhand/compton or https://github.com/jonaburg/picom -corner-radius = 0.0; +corner-radius = 10.0; rounded-corners-exclude = [ #"window_type = 'normal'", "class_g = 'dwm'", @@ -214,7 +214,7 @@ opacity-rule = [ "100:class_g = 'XTerm'", "100:class_g = 'URxvt'", "100:class_g = 'kitty'", - #"100:class_g = 'Alacritty'", + "100:class_g = 'Alacritty'", "80:class_g = 'Polybar'", "100:class_g = 'code-oss'", "100:class_g = 'Meld'", @@ -233,7 +233,7 @@ opacity-rule = [ # Parameters for background blurring, see the *BLUR* section for more information. # blur-method = -# blur-size = 12 +blur-size = 82 # # blur-deviation = false @@ -241,7 +241,7 @@ opacity-rule = [ # Bad in performance, with driver-dependent behavior. # The name of the switch may change without prior notifications. # -# blur-background = true; + blur-background = true; # Blur background of windows when the window frame is not opaque. # Implies: @@ -252,7 +252,7 @@ opacity-rule = [ # Use fixed blur strength rather than adjusting according to window opacity. -# blur-background-fixed = false; + blur-background-fixed = true; # Specify the blur convolution kernel, with the following format: @@ -266,7 +266,7 @@ blur: { # requires: https://github.com/ibhagwan/picom method = "kawase"; #method = "kernel"; - strength = 1; + strength = 5; # deviation = 1.0; # kernel = "11x11gaussian"; background = true; @@ -509,8 +509,8 @@ log-level = "info"; # wintypes: { - normal = { fade = false; shadow = false; } - tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; }; + normal = { fade = true; shadow = false; } + tooltip = { fade = true; shadow = true; opacity = 0.85; focus = true; full-shadow = false; }; dock = { shadow = false; } dnd = { shadow = false; } popup_menu = { opacity = 0.8; } diff --git a/.gitignore b/.gitignore index 451603d..7981698 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .config/emacs !.config/emacs/config.org !.config/emacs/init.el +.local/bin/__pycache__/ diff --git a/.local/bin/twine b/.local/bin/twine new file mode 100755 index 0000000..4aa1525 --- /dev/null +++ b/.local/bin/twine @@ -0,0 +1,8 @@ +#!/usr/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from twine.__main__ import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/.local/bin/wacom.sh b/.local/bin/wacom.sh new file mode 100644 index 0000000..ba1fd11 --- /dev/null +++ b/.local/bin/wacom.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +xsetwacom set 11 MapToOutput 1366x768+0+0 +xsetwacom set 11 Area 0 21600 12144