Skip to content

Commit

Permalink
stashing of experiments and small changes
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Jul 28, 2024
1 parent 23de36a commit eb9e521
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .functions
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)$
Expand Down
4 changes: 2 additions & 2 deletions config/hypr/hyprpaper.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
preload = ~/bg1.jpg
preload = ~/bg1.webp

splash = false
wallpaper = HDMI-A-2,~/bg1.jpg
wallpaper = HDMI-A-2,~/bg1.webp

0 comments on commit eb9e521

Please sign in to comment.