From 8b4d85199bdd2d9ef04342c8a2b73f31c3530669 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 24 Jul 2025 03:26:53 +0200 Subject: Update --- .conkyrc | 2 +- .cwmrc | 1 + .shenanigans.sh | 8 +++++--- .xprofile | 6 +++++- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.conkyrc b/.conkyrc index 8f87f10..9a0bb84 100644 --- a/.conkyrc +++ b/.conkyrc @@ -17,7 +17,7 @@ conky.config = { } conky.text = [[ -Group: ${exec wmctrl -l | awk -v id=$(printf "0x%08x" "$(xdotool getwindowfocus)") '$1 == id {print $2}'}${alignr}${time %A} ${time %H:%M} ${time %Y-%m-%d} +Group: ${exec wmctrl -l | awk -v id=$(printf "0x%08x" "$(xdotool getwindowfocus)") '$1 == id {print $2}'}${alignr}${time %a} ${time %H:%M:%S} ${time %Y-%m-%d} ${hr} Uptime${alignr} $uptime Kernel${alignr} $kernel diff --git a/.cwmrc b/.cwmrc index 3bf8665..cfe2a47 100644 --- a/.cwmrc +++ b/.cwmrc @@ -11,6 +11,7 @@ bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" bind-key 4-e /home/m/Applications/Brave-nightly-v1.82.99-x86_64.AppImage --new-window" bind-key 4-p "rofi -show drun" bind-key 4-z "xmagnify -s 1000 -z 3" +bind-key 4-b "wmctrl -r :ACTIVE: -e 0,3408,1045,416,236" bind-key 4-bracketright "pats -t" bind-key XF86AudioLowerVolume "pactl set-sink-volume @DEFAULT_SINK@ -5%" bind-key XF86AudioRaiseVolume "pactl set-sink-volume @DEFAULT_SINK@ +5%" diff --git a/.shenanigans.sh b/.shenanigans.sh index 9442867..ba6ec63 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -1,9 +1,10 @@ # Software list (Void Linux): # void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree # file-roller xfce4-plugins thunar-archive-plugin -# lm_sensors conky maim xlockmore rofi picom cwm xclip xsetroot st xdotool -# clang clang-tools-extra vim stow git curl tmux hstr tree make cmake jq -# entr ack lazygit newsboat htop mc mpv cifs-utils zip rsync python3-pipx +# lm_sensors conky maim xlockmore rofi picom cwm xclip xsetroot st +# xss-lock wmctrl zip mc htop entr ack cifs-utils rsync xdotool jq +# clang clang-tools-extra vim git curl tmux hstr tree make cmake +# stow newsboat mpv cifs-utils rsync python3-pipx lazygit # Additonal stuff: # pipx install pyright # go install golang.org/x/tools/gopls@latest @@ -54,6 +55,7 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then # Custom paths. export PATH="$PATH:$HOME/.local/bin" export PATH="$PATH:$HOME/go/bin" + export PATH="$PATH:$HOME/Applications" fi backup() { diff --git a/.xprofile b/.xprofile index fc798c3..6de4645 100644 --- a/.xprofile +++ b/.xprofile @@ -1,4 +1,8 @@ -xset r rate 300 10 +xset r rate 400 20 +xset -r 22 +xset s 300 + +xss-lock -- xlock & xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.8 picom --vsync --backend glx & conky -d & -- cgit v1.2.3