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

View file

@ -2,4 +2,4 @@
Type=Application
Name=xremap
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 qutainer 'qutebrowser --temp-basedir'
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 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'
@ -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_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'
for i in (cut -d ' ' -f1 < ~/.config/qutebrowser/quickmarks)