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
|
legcord
|
||||||
polybar-pulseaudio-control
|
polybar-pulseaudio-control
|
||||||
bluez # polybar
|
bluez # polybar
|
||||||
|
zotero
|
||||||
# procps # for pgrep
|
# procps # for pgrep
|
||||||
# xorg.xrandr
|
# xorg.xrandr
|
||||||
# thunderbird
|
# thunderbird
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
# inputs.emacs-overlay.overlay -- breaks doom on 30.??
|
# 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;};
|
specialArgs = {inherit inputs;};
|
||||||
# extraSpecialArgs = {inherit inputs;};
|
# extraSpecialArgs = {inherit inputs;};
|
||||||
|
|||||||
@@ -38,10 +38,10 @@ super + {_,shift + }w
|
|||||||
# super + g
|
# super + g
|
||||||
# bspc node -s biggest.window
|
# bspc node -s biggest.window
|
||||||
super + g
|
super + g
|
||||||
librewolf www.google.com
|
firefox www.google.com
|
||||||
|
|
||||||
super + shift + g
|
super + shift + g
|
||||||
librewolf --new-window "www.google.com"
|
firefox --new-window "www.google.com"
|
||||||
|
|
||||||
super + z
|
super + z
|
||||||
zotero
|
zotero
|
||||||
@@ -152,11 +152,10 @@ alt + Tab
|
|||||||
|
|
||||||
# start firefox
|
# start firefox
|
||||||
super + {f}
|
super + {f}
|
||||||
# librewolf
|
|
||||||
firefox
|
firefox
|
||||||
|
|
||||||
super + {shift} + {f}
|
super + {shift} + {f}
|
||||||
librewolf --private-window
|
firefox --private-window
|
||||||
|
|
||||||
|
|
||||||
super + {Left,Right}
|
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";
|
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}
|
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}
|
super + {p}
|
||||||
sh /home/synchronous/.scripts/vimwiki/open_todo.sh
|
sh /home/synchronous/.scripts/vimwiki/open_todo.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user