mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 14:42:37 +00:00
Compare commits
2 Commits
a0dcba3810
...
5bad99f712
| Author | SHA1 | Date | |
|---|---|---|---|
|
5bad99f712
|
|||
|
44aec09d62
|
5
env/.config/hypr/hyprwindows.conf
vendored
5
env/.config/hypr/hyprwindows.conf
vendored
@@ -46,3 +46,8 @@ windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned
|
|||||||
workspace = special:hidden, invisible
|
workspace = special:hidden, invisible
|
||||||
workspace = special:pass, class:.*pass.proton.me.*
|
workspace = special:pass, class:.*pass.proton.me.*
|
||||||
workspace = special:dispatch, class:.*pro.housecallpro.com.*
|
workspace = special:dispatch, class:.*pro.housecallpro.com.*
|
||||||
|
|
||||||
|
# To get more information about a window’s class, title, XWayland status or its size, you can use `hyprctl clients`. (From Hyprland Wiki)
|
||||||
|
windowrulev2 = float,class:^(one.alynx.showmethekey)$
|
||||||
|
windowrulev2 = float,class:^(showmethekey-gtk)$ # make window floating
|
||||||
|
windowrulev2 = pin,class:^(showmethekey-gtk)$ # pin window
|
||||||
|
|||||||
2
env/.config/nvim
vendored
2
env/.config/nvim
vendored
Submodule env/.config/nvim updated: 001bd77971...812f98a30d
2
env/.local/scripts/utils/shorten-url/create
vendored
2
env/.local/scripts/utils/shorten-url/create
vendored
@@ -56,7 +56,7 @@ generate_json() {
|
|||||||
'{longUrl: $longUrl, shortCode: $shortCode, tags: $tags, findIfExists: true, validUntil: $validUntil}'
|
'{longUrl: $longUrl, shortCode: $shortCode, tags: $tags, findIfExists: true, validUntil: $validUntil}'
|
||||||
else
|
else
|
||||||
jq -n --arg longUrl "$url" --arg shortCode "$shortCode" --argjson tags "$tagsJson" \
|
jq -n --arg longUrl "$url" --arg shortCode "$shortCode" --argjson tags "$tagsJson" \
|
||||||
'{longUrl: $longUrl, shortCode: $shortCode, tags: $tags, findIfExists: true}'
|
'{longUrl: $longUrl, customSlug: $shortCode, tags: $tags, findIfExists: true}'
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user