classic forgetting to pull

This commit is contained in:
2026-03-28 21:10:04 +02:00
7 changed files with 3446 additions and 15 deletions

26
dot_zprofile Normal file
View File

@@ -0,0 +1,26 @@
#!/usr/bin/env zsh
export PATH=$PATH:/sbin/
export PATH=$PATH:$HOME/.emacs.d/bin
export PATH=$PATH:$HOME/bin
export PATH=$PATH:$HOME/.config/emacs/bin
export PATH=$PATH:$HOME/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/
export XDG_DATA_DIRS=$XDG_DATA_DIRS:$HOME
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
export PATH=$HOME/.local/share/ponyup/bin:$PATH
export PATH=$PATH:$HOME.millennium/ext/bin
export PATH="$PATH:$HOME/Code/flutter/bin"
export PATH="$PATH:$HOME/Android/Sdk/cmdline-tools/bin"
export SSH_AUTH_SOCK=/home/$USER/.bitwarden-ssh-agent.sock
# pnpm
export PNPM_HOME="/home/linly/.local/share/pnpm"
case ":$PATH:" in
*":$PNPM_HOME:"*) ;;
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
# pnpm end

File diff suppressed because it is too large Load Diff

View File

@@ -84,7 +84,6 @@ if [[ -e NEXT_TO_RUN ]]
then then
cat NEXT_TO_RUN cat NEXT_TO_RUN
fi fi
export PATH=$PATH:/sbin/
export TERMINAL=wezterm export TERMINAL=wezterm
export MPD_HOST=127.0.0.1 export MPD_HOST=127.0.0.1
export MPD_PORT=6969 export MPD_PORT=6969
@@ -99,7 +98,7 @@ function reload_gtk_theme() {
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
## By /home/libkyy/.local/share/flutter/bin/cache/flutter_tools.snapshot export PATH=$PATH:/sbin/
export PATH=$PATH:$HOME/.emacs.d/bin export PATH=$PATH:$HOME/.emacs.d/bin
export PATH=$PATH:$HOME/bin export PATH=$PATH:$HOME/bin
export PATH=$PATH:$HOME/.config/emacs/bin export PATH=$PATH:$HOME/.config/emacs/bin

View File

@@ -0,0 +1,59 @@
## Mako configuration file
# GLOBAL CONFIGURATION OPTIONS
max-history=100
sort=-time
# BINDING OPTIONS
on-button-left=dismiss
on-button-middle=none
on-button-right=dismiss-all
on-touch=dismiss
on-notify=exec mpv --volume=150 /usr/share/sounds/freedesktop/stereo/message.oga
# STYLE OPTIONS
font=Pixel Code 10
width=300
height=100
margin=10
padding=15
border-size=2
border-radius=0
icons=1
max-icon-size=48
icon-location=left
markup=1
actions=1
history=1
text-alignment=left
default-timeout=5000
ignore-timeout=0
max-visible=5
layer=overlay
anchor=top-center
background-color=#282828
text-color=#d9e0ee
border-color=#98971a
progress-color=over #89b4fa
[urgency=low]
border-color=#98971a
default-timeout=2000
[urgency=normal]
border-color=#98971a
default-timeout=5000
[urgency=high]
border-color=#f38ba8
text-color=#f38ba8
default-timeout=0
[category=mpd]
border-color=#f9e2af
default-timeout=2000
group-by=category
[mode=dnd]
invisible=1

View File

@@ -33,9 +33,10 @@ include /etc/sway/config-vars.d/*
# pos 1360 0 # pos 1360 0
# } # }
set $main DP-1 set $main DP-1
set $second HDMI-A-4 # set $second HDMI-A-4
set $second DP-3
# set $TV HDMI-A-3 # set $TV HDMI-A-3
output $second resolution 1360x768 pos 3130 100 # output $second resolution 1680x1050 pos 3130 100
output $TV { output $TV {
mode 1360x768 mode 1360x768
disable disable
@@ -46,10 +47,8 @@ pos 0 0
} }
focus output $main focus output $main
output $second { output $second {
resolution 1280x1024@60.020Hz pos 1920 0 resolution 1680x1050 pos 1920 0
transform 270 transform 270
scale 0.85
disable
} }

View File

@@ -1,6 +1,6 @@
#The best hot key ever #The best hot key ever
bindsym ctrl+$mod+v exec firefox https://www.youtube.com/watch?v=dQw4w9WgXcQ bindsym ctrl+$mod+v exec firefox https://www.youtube.com/watch?v=dQw4w9WgXcQ
bindsym $mod+i exec emacsclient -nc bindsym $mod+i exec emacs
# bindsym ctrl+$mods+b exec --no-startup-id ~/scripts/bing_chilling.sh # bindsym ctrl+$mods+b exec --no-startup-id ~/scripts/bing_chilling.sh
#disable mouse binds #disable mouse binds
#bindsym $mod+shift+a exec ~/scripts/mouse.sh -0.5 0 #bindsym $mod+shift+a exec ~/scripts/mouse.sh -0.5 0
@@ -96,5 +96,9 @@ exec_always wpctl set-volume @DEFAULT_AUDIO_SINK@ 90%
exec_always wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 52% exec_always wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 52%
#Sway Notif Center #Sway Notif Center
exec swaync # exec swaync
bindsym $mod+Shift+n exec swaync-client -t -sw # bindsym $mod+Shift+n exec swaync-client -t -sw
#mako time
exec mako
bindsym $mod+Shift+n exec makoctl mode -t dnd

View File

@@ -0,0 +1,21 @@
[Desktop Entry]
# The type as listed above
Type=Application
# The name of the application
Name=Chatterino
# A comment which can/will be used as a tooltip
Comment=Twitch Chat Client Awesome
# The executable of the application, possibly with arguments.
Exec=chatterino
# The name of the icon that will be used to display this entry
Icon=emacs
# Describes whether this application needs to be run in a terminal or not
Terminal=false