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