Compare commits
2 commits
98789e2c05
...
a60d88a5ef
Author | SHA1 | Date | |
---|---|---|---|
a60d88a5ef | |||
452e39205a |
7 changed files with 11 additions and 13 deletions
|
@ -104,6 +104,7 @@ call_screenshot_tool() {
|
|||
|
||||
if [ "$result" -gt 0 ]
|
||||
then
|
||||
ln -sf "$screenshot_path" "/tmp/screenshot_latest.webp"
|
||||
return 0
|
||||
else
|
||||
return 1
|
||||
|
|
|
@ -20,8 +20,8 @@ general {
|
|||
#col.group_border_active = rgb(44475a) # or rgb(6272a4)
|
||||
|
||||
}
|
||||
decoration {
|
||||
col.shadow = rgba(1E202966)
|
||||
decoration:shadow {
|
||||
color = rgba(1E202966)
|
||||
|
||||
# suggested shadow setting
|
||||
#drop_shadow = yes
|
||||
|
|
|
@ -6,6 +6,8 @@ layerrule = noanim, notifications
|
|||
|
||||
# Workspace rules
|
||||
|
||||
workspace = w[t1], gapsin:0, gapsout:0, border:0
|
||||
|
||||
windowrulev2 = workspace $ws_web silent, class:(qutebrowser)
|
||||
windowrulev2 = workspace $ws_web, class:(firefox)
|
||||
|
||||
|
|
|
@ -71,14 +71,10 @@ dwindle {
|
|||
preserve_split = yes # you probably want this
|
||||
|
||||
force_split = 2 # always split to right/bottom
|
||||
|
||||
no_gaps_when_only = yes
|
||||
}
|
||||
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_status = master
|
||||
mfact = 0.5
|
||||
|
||||
no_gaps_when_only = yes
|
||||
}
|
||||
|
|
3
.config/nvim/lua/plugins/disabled.lua
Normal file
3
.config/nvim/lua/plugins/disabled.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
{ "goolord/alpha-nvim", enabled = false },
|
||||
}
|
|
@ -17,11 +17,7 @@ def init(c):
|
|||
c.bind(',et', 'spawn ts-control message {url}')
|
||||
c.bind(',eT', 'hint links spawn ts-control message {hint-url}')
|
||||
|
||||
|
||||
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}')
|
||||
|
||||
# password-manager
|
||||
gpg_key = '723B78C0BF8D8C721D2C4EEF41E544A54E2533B2'
|
||||
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')
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
"position",
|
||||
"length"
|
||||
],
|
||||
"title-len": 50,
|
||||
"artist-len": 25,
|
||||
"title-len": 20,
|
||||
"artist-len": 20,
|
||||
"player-icons": {
|
||||
"default": "",
|
||||
"chromium": "",
|
||||
|
|
Loading…
Reference in a new issue