mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 12:47:27 +02:00
Compare commits
No commits in common. "7057e8fe1f997b49a70969e6e58410a3054ff4e8" and "4835a8c89d7df3774a1461141d0823e69b52fdbc" have entirely different histories.
7057e8fe1f
...
4835a8c89d
@ -11,8 +11,6 @@ bindsym $mod+Shift+b exec blueman-manager
|
|||||||
|
|
||||||
# Media keys
|
# Media keys
|
||||||
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause && notify-send -t 500 "Play-Pause pressed"
|
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
|
# 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).
|
# over randomly stopping working as I enable and disable audio devices).
|
||||||
set $sink $(pactl list short sinks | grep RUNNING | cut -f1)
|
set $sink $(pactl list short sinks | grep RUNNING | cut -f1)
|
||||||
|
@ -4,5 +4,6 @@
|
|||||||
"DefaultSearchProviderName": "Ecosia",
|
"DefaultSearchProviderName": "Ecosia",
|
||||||
"DefaultSearchProviderNewTabURL": "https://www.ecosia.org/newtab/",
|
"DefaultSearchProviderNewTabURL": "https://www.ecosia.org/newtab/",
|
||||||
"DefaultSearchProviderSearchURL": "https://www.ecosia.org/search?q={searchTerms}",
|
"DefaultSearchProviderSearchURL": "https://www.ecosia.org/search?q={searchTerms}",
|
||||||
"DefaultSearchProviderSuggestURL": "https://ac.ecosia.org/autocomplete?q={searchTerms}"
|
"DefaultSearchProviderSuggestURL": "https://ac.ecosia.org/autocomplete?q={searchTerms}",
|
||||||
|
"NewTabPageLocation": "https://www.ecosia.org/newtab/"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user