This commit is contained in:
2024-09-04 19:47:51 -07:00
parent 8bfb4d86bf
commit 1c284fc34b
3 changed files with 9 additions and 9 deletions
+1
View File
@@ -218,6 +218,7 @@
("https://feeds.simplecast.com/dCXMIpJz" podcast history) ("https://feeds.simplecast.com/dCXMIpJz" podcast history)
("http://feeds.soundcloud.com/users/soundcloud:users:572119410/sounds.rss" podcast music) ("http://feeds.soundcloud.com/users/soundcloud:users:572119410/sounds.rss" podcast music)
("https://feeds.feedburner.com/dancarlin/history?format=xml" podcast history) ("https://feeds.feedburner.com/dancarlin/history?format=xml" podcast history)
("https://feeds.redcircle.com/e30b9f10-8c86-432e-9fa0-ba287fb94e7f" podcast history)
;; YouTube ;; YouTube
("https://www.youtube.com/feeds/videos.xml?channel_id=UC_bOcLgDdfE1whPDIwx3M_g" youtube travel) ("https://www.youtube.com/feeds/videos.xml?channel_id=UC_bOcLgDdfE1whPDIwx3M_g" youtube travel)
+7 -7
View File
@@ -298,13 +298,13 @@ bindsym $mod+Shift+n output "HDMI-A-1" disable
####################### #######################
# Assign workspaces to numbers # Assign workspaces to numbers
set $ws1 "I" set $ws1 "1:I"
set $ws2 "II" set $ws2 "2:II"
set $ws3 "III" set $ws3 "3:III"
set $ws4 "IV" set $ws4 "4:IV"
set $ws5 "V" set $ws5 "5:V"
set $ws6 "VI" set $ws6 "6:VI"
set $ws7 "VII" set $ws7 "7:VII"
# Switch to workspace # Switch to workspace
bindsym $mod+1 workspace $ws1 bindsym $mod+1 workspace $ws1
+1 -2
View File
@@ -8,9 +8,8 @@
"sway/workspaces": { "sway/workspaces": {
"disable-scroll": true, "disable-scroll": true,
"all-outputs": true, "all-outputs": true,
"format": "<span size='large'>{icon}</span>", "format": "{name}",
}, },
"sway/mode": { "sway/mode": {
"format": "<span style='italic'>{}</span>" "format": "<span style='italic'>{}</span>"
}, },