288 current 2025-01-25 01:22:23 25.05.20241217.d3c42f1 6.6.66 *
This commit is contained in:
@@ -122,6 +122,7 @@ in {
|
||||
legcord
|
||||
polybar-pulseaudio-control
|
||||
bluez # polybar
|
||||
zotero
|
||||
# procps # for pgrep
|
||||
# xorg.xrandr
|
||||
# thunderbird
|
||||
|
||||
@@ -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;};
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user