Compare commits

..

2 Commits

Author SHA1 Message Date
7057e8fe1f
sway/media.conf: add XF86AudioNext & XF86AudioPrev (provided by BT devices) 2024-05-12 09:31:42 +03:00
dceb88b272
Revert "chromium/recommended/ecosia: trick Brave into using it as well"
This reverts commit 4835a8c89d7df3774a1461141d0823e69b52fdbc.

It's too annoying and impractical compared to my apps page.
2024-05-12 09:26:05 +03:00
2 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,8 @@ bindsym $mod+Shift+b exec blueman-manager
# Media keys
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause && notify-send -t 500 "Play-Pause pressed"
bindsym XF86AudioNext exec --no-startup-id playerctl next && notify-send -t 500 "Next pressed"
bindsym XF86AudioPrev exec --no-startup-id playerctl previous && notify-send -t 500 "Previous pressed"
# Volume keys NOTE: won't work if nothing is playing (which I consider an improvement
# over randomly stopping working as I enable and disable audio devices).
set $sink $(pactl list short sinks | grep RUNNING | cut -f1)

View File

@ -4,6 +4,5 @@
"DefaultSearchProviderName": "Ecosia",
"DefaultSearchProviderNewTabURL": "https://www.ecosia.org/newtab/",
"DefaultSearchProviderSearchURL": "https://www.ecosia.org/search?q={searchTerms}",
"DefaultSearchProviderSuggestURL": "https://ac.ecosia.org/autocomplete?q={searchTerms}",
"NewTabPageLocation": "https://www.ecosia.org/newtab/"
"DefaultSearchProviderSuggestURL": "https://ac.ecosia.org/autocomplete?q={searchTerms}"
}