generation 519 25.11.20250714.62e0f05
This commit is contained in:
@@ -209,10 +209,12 @@ super + {ctrl} + {k}
|
|||||||
|
|
||||||
# search for current semester area, then open terminal wherever it is
|
# search for current semester area, then open terminal wherever it is
|
||||||
super + {ctrl} + {c}
|
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";
|
cs-browser
|
||||||
|
# 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 firefox
|
cs-firefox
|
||||||
|
# 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
|
||||||
|
|
||||||
# sh /home/synchronous/.scripts/vimwiki/open_todo.sh
|
# sh /home/synchronous/.scripts/vimwiki/open_todo.sh
|
||||||
super + {p}
|
super + {p}
|
||||||
|
|||||||
1
home/scripts/school/cs-browser.sh
Normal file
1
home/scripts/school/cs-browser.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
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";
|
||||||
1
home/scripts/school/cs-firefox.sh
Normal file
1
home/scripts/school/cs-firefox.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user