diff --git a/.functions b/.functions index 04a41c7..ac62480 100755 --- a/.functions +++ b/.functions @@ -128,6 +128,11 @@ mountz() { udisksctl mount -b "${part}" # needs to have the partition number e.g. /dev/sda1 } +# pacman experiment +pacq() { + pacman -Qq | fzf --preview 'pacman -Qil {}' --height=100% --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)' +} + # ----------------------------------------------------------------------------- # package manager abstraction - mostly for my own memory diff --git a/.zshrc b/.zshrc index 2ebe3a7..62479cd 100644 --- a/.zshrc +++ b/.zshrc @@ -88,7 +88,7 @@ bindkey "^[[A" up-line-or-beginning-search # key_up / kcuu1 bindkey "^[[B" down-line-or-beginning-search # key_down / kcud1 # unbind regular history search - frees up some zellij binds -# NB: bindkey lists existing bindings +# NB: bindkey lists existing bindings, /bin/cat -v show produced codes bindkey -r "^R" # history-incremental-search-backward bindkey -r "^S" # history-incremental-search-forward bindkey -r "^Xr" # history-incremental-search-backward diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 97e652f..6294e40 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -15,6 +15,7 @@ source = ~/.config/hypr/mocha.conf exec-once = [workspace special] alacritty exec-once = [workspace 1] google-chrome-stable --proxy-pac-url="data:application/x-javascript-config;base64,$(base64 -w0 $HOME/.ssh/proxy.pac)" exec-once = [workspace 3] GDK_SCALE=2 discord +#exec-once = [workspace 5] ANKI_WEBSCALE=2 anki # --------------------------------------------------------- # MONITOR @@ -132,6 +133,8 @@ windowrule = float,^(pavucontrol)$ windowrule = float,^(mpv)$ windowrule = float,^(feh)$ windowrule = float,^(nwg-look)$ +windowrule = float,^(anki)$ +# TODO: need some default sizes here.. ugly ass gui # terminal popups from waybar windowrulev2 = float,title:^(nmtui)$ diff --git a/config/hypr/hyprpaper.conf b/config/hypr/hyprpaper.conf index 6f28d78..3479379 100644 --- a/config/hypr/hyprpaper.conf +++ b/config/hypr/hyprpaper.conf @@ -1,4 +1,4 @@ -preload = ~/bg1.jpg +preload = ~/bg1.webp splash = false -wallpaper = HDMI-A-2,~/bg1.jpg +wallpaper = HDMI-A-2,~/bg1.webp