Update i3 binds to add vlc radio stations
This commit is contained in:
@ -292,6 +292,7 @@ bindsym $mod+Ctrl+f exec --no-startup-id $solobrowser https://15five.15five.com/
|
|||||||
bindsym $mod+Ctrl+g exec --no-startup-id $solobrowser https://github.com/15five/fifteen5/pulls
|
bindsym $mod+Ctrl+g exec --no-startup-id $solobrowser https://github.com/15five/fifteen5/pulls
|
||||||
bindsym $mod+Ctrl+p exec --no-startup-id $solobrowser https://github.com/15five/fifteen5/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+label%3Abackend+-reviewed-by%3Apowellc
|
bindsym $mod+Ctrl+p exec --no-startup-id $solobrowser https://github.com/15five/fifteen5/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+label%3Abackend+-reviewed-by%3Apowellc
|
||||||
bindsym $mod+Shift+u exec cvlc https://stream.unbl.ink/mopidy
|
bindsym $mod+Shift+u exec cvlc https://stream.unbl.ink/mopidy
|
||||||
|
bindsym $mod+Shift+p exec cvlc https://playerservices.streamtheworld.com/api/livestream-redirect/WMEAFM.mp3
|
||||||
bindsym $mod+Ctrl+u exec pkill vlc
|
bindsym $mod+Ctrl+u exec pkill vlc
|
||||||
|
|
||||||
bindsym $mod+Ctrl+a exec $solobrowser https://www.astrobin.com/iotd/archive/
|
bindsym $mod+Ctrl+a exec $solobrowser https://www.astrobin.com/iotd/archive/
|
||||||
|
|||||||
@ -13,7 +13,7 @@ order += "disk /"
|
|||||||
order += "cpu_temperature 0"
|
order += "cpu_temperature 0"
|
||||||
order += "load"
|
order += "load"
|
||||||
order += "wireless wlan0"
|
order += "wireless wlan0"
|
||||||
order += "ethernet em0"
|
order += "ethernet _first_"
|
||||||
order += "tztime local"
|
order += "tztime local"
|
||||||
|
|
||||||
volume master {
|
volume master {
|
||||||
@ -24,7 +24,7 @@ volume master {
|
|||||||
mixer_idx = 0
|
mixer_idx = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
ethernet em0 {
|
ethernet _first_ {
|
||||||
# if you use %speed, i3status requires root privileges
|
# if you use %speed, i3status requires root privileges
|
||||||
format_up = "%ip"
|
format_up = "%ip"
|
||||||
format_down = "Eth down"
|
format_down = "Eth down"
|
||||||
|
|||||||
Reference in New Issue
Block a user