adding nushell and fixing some eww stuff
This commit is contained in:
parent
c1075fa964
commit
17d8868272
8 changed files with 21 additions and 8 deletions
|
@ -1 +0,0 @@
|
|||
eww
|
|
@ -9,7 +9,7 @@ for num in $(hyprctl workspaces | grep ID | awk '{print $3}'); do
|
|||
done
|
||||
|
||||
#initial check for focused workspace
|
||||
for num in $(hyprctl monitors | grep -B 4 "focused: yes" | awk 'NR==1{print $3}'); do
|
||||
for num in $(hyprctl monitors | grep -B 5 "focused: yes" | awk 'NR==1{print $3}'); do
|
||||
export f"$num"="$num"
|
||||
export fnum=f"$num"
|
||||
export mon=$(hyprctl monitors | grep -B 2 "\($num\)" | awk 'NR==1{print $2}')
|
||||
|
|
|
@ -43,6 +43,9 @@ autocontain -s office.com work
|
|||
autocontain -s microsoftonline.com work
|
||||
autocontain -s microsoft.com work
|
||||
autocontain -s live.com work
|
||||
autocontain -s amazon.com shopping
|
||||
autocontain -s newegg.com shopping
|
||||
autocontain -s ebay.com shopping
|
||||
|
||||
"" Quickmarks
|
||||
set quickmark od https://odysee.com/$/following
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue