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 ]
|
if [ "$result" -gt 0 ]
|
||||||
then
|
then
|
||||||
|
ln -sf "$screenshot_path" "/tmp/screenshot_latest.webp"
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
return 1
|
return 1
|
||||||
|
|
|
@ -20,8 +20,8 @@ general {
|
||||||
#col.group_border_active = rgb(44475a) # or rgb(6272a4)
|
#col.group_border_active = rgb(44475a) # or rgb(6272a4)
|
||||||
|
|
||||||
}
|
}
|
||||||
decoration {
|
decoration:shadow {
|
||||||
col.shadow = rgba(1E202966)
|
color = rgba(1E202966)
|
||||||
|
|
||||||
# suggested shadow setting
|
# suggested shadow setting
|
||||||
#drop_shadow = yes
|
#drop_shadow = yes
|
||||||
|
|
|
@ -6,6 +6,8 @@ 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)
|
||||||
|
|
||||||
|
|
|
@ -71,14 +71,10 @@ 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
|
|
||||||
}
|
}
|
||||||
|
|
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', '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')
|
||||||
|
|
|
@ -32,8 +32,8 @@
|
||||||
"position",
|
"position",
|
||||||
"length"
|
"length"
|
||||||
],
|
],
|
||||||
"title-len": 50,
|
"title-len": 20,
|
||||||
"artist-len": 25,
|
"artist-len": 20,
|
||||||
"player-icons": {
|
"player-icons": {
|
||||||
"default": "",
|
"default": "",
|
||||||
"chromium": "",
|
"chromium": "",
|
||||||
|
|
Loading…
Reference in a new issue