Compare commits

..

No commits in common. "a60d88a5ef75e688a6243ebac700eb6374da546c" and "98789e2c05e338211381254874ca91d6d105040f" have entirely different histories.

7 changed files with 13 additions and 11 deletions

View file

@ -104,7 +104,6 @@ call_screenshot_tool() {
if [ "$result" -gt 0 ] if [ "$result" -gt 0 ]
then then
ln -sf "$screenshot_path" "/tmp/screenshot_latest.webp"
return 0 return 0
else else
return 1 return 1

View file

@ -20,8 +20,8 @@ general {
#col.group_border_active = rgb(44475a) # or rgb(6272a4) #col.group_border_active = rgb(44475a) # or rgb(6272a4)
} }
decoration:shadow { decoration {
color = rgba(1E202966) col.shadow = rgba(1E202966)
# suggested shadow setting # suggested shadow setting
#drop_shadow = yes #drop_shadow = yes

View file

@ -6,8 +6,6 @@ layerrule = noanim, notifications
# Workspace rules # Workspace rules
workspace = w[t1], gapsin:0, gapsout:0, border:0
windowrulev2 = workspace $ws_web silent, class:(qutebrowser) windowrulev2 = workspace $ws_web silent, class:(qutebrowser)
windowrulev2 = workspace $ws_web, class:(firefox) windowrulev2 = workspace $ws_web, class:(firefox)

View file

@ -71,10 +71,14 @@ dwindle {
preserve_split = yes # you probably want this preserve_split = yes # you probably want this
force_split = 2 # always split to right/bottom force_split = 2 # always split to right/bottom
no_gaps_when_only = yes
} }
master { master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_status = master new_status = master
mfact = 0.5 mfact = 0.5
no_gaps_when_only = yes
} }

View file

@ -1,3 +0,0 @@
return {
{ "goolord/alpha-nvim", enabled = false },
}

View file

@ -17,7 +17,11 @@ def init(c):
c.bind(',et', 'spawn ts-control message {url}') c.bind(',et', 'spawn ts-control message {url}')
c.bind(',eT', 'hint links spawn ts-control message {hint-url}') c.bind(',eT', 'hint links spawn ts-control message {hint-url}')
# password-manager
c.bind(',g', 'open {url:scheme}://github1s.com{url:path}{url:query}')
c.bind(',rr', 'open {url:scheme}://unddit.com{url:path}{url:query}')
c.bind(',rt', 'open {url:scheme}://teddit.net{url:path}{url:query}')
gpg_key = '723B78C0BF8D8C721D2C4EEF41E544A54E2533B2' gpg_key = '723B78C0BF8D8C721D2C4EEF41E544A54E2533B2'
c.bind(',p', f'spawn --userscript qutebrowser-keepassxc --key {gpg_key}', mode='normal') c.bind(',p', f'spawn --userscript qutebrowser-keepassxc --key {gpg_key}', mode='normal')
c.bind(',Pu', f'spawn --userscript qutebrowser-keepassxc --only-username --key {gpg_key}', mode='normal') c.bind(',Pu', f'spawn --userscript qutebrowser-keepassxc --only-username --key {gpg_key}', mode='normal')

View file

@ -32,8 +32,8 @@
"position", "position",
"length" "length"
], ],
"title-len": 20, "title-len": 50,
"artist-len": 20, "artist-len": 25,
"player-icons": { "player-icons": {
"default": "󰎈", "default": "󰎈",
"chromium": "", "chromium": "",