1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-21 22:32:46 +00:00

Compare commits

...

2 commits

Author SHA1 Message Date
Phantop 6e652690c2 update archpkgs 2024-09-02 00:32:41 -04:00
Phantop 0f3cecb77b save xremap invocation 2024-09-02 00:32:03 -04:00
3 changed files with 25 additions and 10 deletions

View file

@ -1,11 +1,11 @@
advancecomp advancecomp
android-file-transfer
anime4k anime4k
apparmor apparmor
arch-install-scripts arch-install-scripts
ares-emu-avx-git ares-emu-avx-git
aria2 aria2
asciinema asciinema
audacity
autojump autojump
avidemux-qt avidemux-qt
base base
@ -27,16 +27,19 @@ cmake
cpupower cpupower
csvlens csvlens
dart-sass dart-sass
devkitpro-keyring
doas-sudo-shim doas-sudo-shim
dolphin-emu dolphin-emu
dolphin-emu-tool dolphin-emu-tool
dracula-gtk-theme-git dracula-gtk-theme-git
duckstation-avx-git
elvish elvish
erofs-utils
expac expac
fd fd
firejail firejail
fish fish
flyctl-bin fq
fuse-overlayfs fuse-overlayfs
fwupd fwupd
fzf fzf
@ -56,6 +59,7 @@ gnome-power-manager
gron gron
hblock hblock
httrack httrack
hurl
i3lock i3lock
ifuse ifuse
imagemagick imagemagick
@ -63,6 +67,7 @@ innoextract
intel-media-driver intel-media-driver
intel-ucode intel-ucode
inxi inxi
iwd
jack2 jack2
jc jc
jdupes jdupes
@ -74,32 +79,33 @@ kernel-headers-musl
kitty kitty
kiwix-tools kiwix-tools
krita krita
labwc
lagrange lagrange
libheif libheif
libimobiledevice libimobiledevice-git
libimobiledevice-glue
libplist
libpulse libpulse
libusbmuxd
libva-intel-driver libva-intel-driver
linux
linux-firmware linux-firmware
linux-hardened linux-hardened
love love
lrzip lrzip
ly
lynx lynx
magic-wormhole
mame-tools
man-pages man-pages
mandoc mandoc
megatools megatools
meld meld
melonds-git melonds-git
meson meson
minetest
miniflux miniflux
moreutils moreutils
most most
mpv-mpris mpv-mpris
msitools msitools
mullvad-vpn-cli
mupdf-gl
mupdf-tools mupdf-tools
musikcube musikcube
ncdu ncdu
@ -116,6 +122,7 @@ opendoas
opus-tools opus-tools
oxipng oxipng
p7zip p7zip
pandoc-bin
parallel parallel
pcmanfm-gtk3 pcmanfm-gtk3
pdfjs pdfjs
@ -161,9 +168,11 @@ signal-desktop
slumber slumber
smartmontools smartmontools
sof-firmware sof-firmware
sonic-visualiser
sqlitebrowser sqlitebrowser
squashfs-tools squashfs-tools
starship starship
steam
stow stow
subliminal-git subliminal-git
sxiv sxiv
@ -171,6 +180,7 @@ syncplay
syncthing syncthing
system-config-printer system-config-printer
tig tig
tldr
tmux tmux
torsocks torsocks
trurl trurl
@ -191,6 +201,7 @@ webp-pixbuf-loader
wget wget
wqy-microhei wqy-microhei
xarchiver xarchiver
xclip
xdelta3 xdelta3
xdg-utils xdg-utils
xdotool xdotool
@ -204,6 +215,7 @@ xreader
xsel xsel
xss-lock xss-lock
yay yay
yq
yt-dlp yt-dlp
zathura-cb zathura-cb
zathura-djvu zathura-djvu

View file

@ -2,4 +2,4 @@
Type=Application Type=Application
Name=xremap Name=xremap
Description= Description=
Exec=xremap --mouse /home/glados/.config/xremap.yml Exec=fish -c remap

View file

@ -83,6 +83,7 @@ a py py3
a qb 'qutebrowser --target auto' a qb 'qutebrowser --target auto'
a qutainer 'qutebrowser --temp-basedir' a qutainer 'qutebrowser --temp-basedir'
a re 'systemctl reboot -i' a re 'systemctl reboot -i'
a remap 'xremap --mouse --ignore "ELAN0676:00 04F3:3195 Touchpad" ~/.config/xremap.yml'
a rmdirs 'ff -t d -x rmdir -p' a rmdirs 'ff -t d -x rmdir -p'
a rmlinks 'ff -t l -x rm' a rmlinks 'ff -t l -x rm'
a rssb 'curl rss-bridge.github.io/rss-bridge/General/Public_Hosts | pup text{} | grep https | shuf -n1 | clip' a rssb 'curl rss-bridge.github.io/rss-bridge/General/Public_Hosts | pup text{} | grep https | shuf -n1 | clip'
@ -122,7 +123,9 @@ a tldr 'curl -s https://raw.githubusercontent.com/tldr-pages/tldr/main/pages/{co
a history_find 'history -p (string sub -s 2 $argv[1]) | head -n1;:' a history_find 'history -p (string sub -s 2 $argv[1]) | head -n1;:'
a history_last 'history -n1;:' a history_last 'history -n1;:'
a amk 'a ws make -p (basename $PWD)' a ag 'a git'
a amk 'a ws make -p (basename (git root || pwd))'
a dt 'a dt'
a lint 'a git lint' a lint 'a git lint'
for i in (cut -d ' ' -f1 < ~/.config/qutebrowser/quickmarks) for i in (cut -d ' ' -f1 < ~/.config/qutebrowser/quickmarks)