From e2b8f42e1ef712dfba2af60afe9868a735adda11 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Sat, 25 Jan 2025 01:22:37 -0500 Subject: [PATCH] 288 current 2025-01-25 01:22:23 25.05.20241217.d3c42f1 6.6.66 * --- configuration.nix | 1 + flake.nix | 2 +- home/programs/sxhkd/sxhkdrc | 9 ++++----- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index defa84a..8d77bfc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -122,6 +122,7 @@ in { legcord polybar-pulseaudio-control bluez # polybar + zotero # procps # for pgrep # xorg.xrandr # thunderbird diff --git a/flake.nix b/flake.nix index 7cdfb6c..127629c 100644 --- a/flake.nix +++ b/flake.nix @@ -62,7 +62,7 @@ # inputs.emacs-overlay.overlay -- breaks doom on 30.?? ]; - home.packages = with pkgs; [xrandr procps polybar bspwm sxhkd polybar-pulseaudio-control bluez zotero]; + home.packages = with pkgs; [xrandr procps polybar bspwm sxhkd polybar-pulseaudio-control bluez]; }; specialArgs = {inherit inputs;}; # extraSpecialArgs = {inherit inputs;}; diff --git a/home/programs/sxhkd/sxhkdrc b/home/programs/sxhkd/sxhkdrc index 0f16145..b27972c 100644 --- a/home/programs/sxhkd/sxhkdrc +++ b/home/programs/sxhkd/sxhkdrc @@ -38,10 +38,10 @@ super + {_,shift + }w # super + g # bspc node -s biggest.window super + g - librewolf www.google.com + firefox www.google.com super + shift + g - librewolf --new-window "www.google.com" + firefox --new-window "www.google.com" super + z zotero @@ -152,11 +152,10 @@ alt + Tab # start firefox super + {f} - # librewolf firefox super + {shift} + {f} - librewolf --private-window + firefox --private-window super + {Left,Right} @@ -209,7 +208,7 @@ super + {ctrl} + {c} find /home/synchronous/current-semester -follow -maxdepth 1 | cut -c36- | sed '/^[[:space:]]*$/d' | rofi -dmenu | read csem && alacritty --working-directory "/home/synchronous/current-semester/$csem"; super + {alt} + {c} - find /home/synchronous/current-semester -follow -maxdepth 1 | cut -c36- | sed '/^[[:space:]]*$/d' | rofi -dmenu | read rsem; yq ".url" "/home/synchronous/current-semester/$rsem/info.yaml" | xargs librewolf + find /home/synchronous/current-semester -follow -maxdepth 1 | cut -c36- | sed '/^[[:space:]]*$/d' | rofi -dmenu | read rsem; yq ".url" "/home/synchronous/current-semester/$rsem/info.yaml" | xargs firefox super + {p} sh /home/synchronous/.scripts/vimwiki/open_todo.sh