diff --git a/de/home/.config/sway-profiles-rs/config.toml b/de/home/.config/sway-profiles-rs/config.toml index 2ae2354..4460c73 100644 --- a/de/home/.config/sway-profiles-rs/config.toml +++ b/de/home/.config/sway-profiles-rs/config.toml @@ -8,15 +8,16 @@ window_icons = [ #filemanager = "dolphin --new-window", #browser = "librewolf-profile" #[profiles] -[profiles.personal] -personal.name = "personal" -personal.icon = "p" -personal.browser_profile = "test" -personal.browser_url = "https://test" -personal.directory = "" -#profiles = [ +#[profiles] +#personal.name = "personal" +#personal.icon = "p" +#personal.browser_profile = "test" +#personal.browser_url = "https://test" +#personal.directory = "" +profiles = [ #school.name = "school", #school.icon = "t", -# { name = "Personal", icon = "", browser_profile = "Penelope", browser_url = "https://cloud.pogmom.me", directory = "~/Documents" }, + + { name = "Personal", icon = "", browser_profile = "Penelope", browser_url = "https://cloud.pogmom.me", directory = "~/Documents" }, # { name = "Development", icon = "", browser_profile = "Development", browser_url = "https://hass.pogmom.me", directory = "~/Development" } -#] +] diff --git a/de/home/.config/sway-profiles-rs/config.toml.toml b/de/home/.config/sway-profiles-rs/config.toml.toml deleted file mode 100644 index 9a72ce8..0000000 --- a/de/home/.config/sway-profiles-rs/config.toml.toml +++ /dev/null @@ -1,3 +0,0 @@ -title_length = 20 -window_icons = [] -profiles = [] diff --git a/de/home/.config/sway-profiles-rs/config1.toml b/de/home/.config/sway-profiles-rs/config1.toml new file mode 100644 index 0000000..d59186d --- /dev/null +++ b/de/home/.config/sway-profiles-rs/config1.toml @@ -0,0 +1,5 @@ +title_length = 0 +window_icons = [] +profiles = [ + ["test", "test", "test", "test", "test"] +]