diff --git a/de/home/.config/swayr/config.toml b/de/home/.config/swayr/config.toml new file mode 100644 index 0000000..5813ac2 --- /dev/null +++ b/de/home/.config/swayr/config.toml @@ -0,0 +1,109 @@ +[menu] +executable = "wofi" +args = [ + "--show=dmenu", + "-C", "/home/pogmommy/.config/de-vars/colors/active/colors", + "--conf=/home/pogmommy/.config/wofi/config", + "--define=layer=overlay", + "--allow-markup", + "--allow-images", + "--insensitive", + "--cache-file=/dev/null", + "--parse-search", + "--height=40%", + "--width=60%", + "--prompt={prompt}", +] + +[format] +output_format = 'img:/usr/share/icons/breeze-dark/applets/64/osd-rotate-normal.svg:text:{indent}Output {name}' +workspace_format = 'img:/usr/share/icons/breeze-dark/applets/64/preferences-system-windows-effect-flipswitch.svg:text:{name} ({output_name})' +container_format = '{indent}Container [{layout}] {marks} on workspace {workspace_name} ({id})' +window_format = 'img:{app_icon}:text:{indent}{app_name} ({title:{:.25}...}) on {workspace_name} ({output_name})' +indent = " " +urgency_start = '' +urgency_end = "" +html_escape = true +icon_dirs = [ + "/usr/share/icons/hicolor/scalable/apps", + "/usr/share/icons/hicolor/128x128/apps", + "/usr/share/icons/hicolor/64x64/apps", + "/usr/share/icons/hicolor/48x48/apps", + "/usr/share/icons/Adwaita/64x64/apps", + "/usr/share/icons/Adwaita/48x48/apps", + "/usr/share/pixmaps", +] + +[layout] +auto_tile = false +auto_tile_min_window_width_per_output_width = [ + [ + 800, + 400, +], + [ + 1024, + 500, +], + [ + 1280, + 600, +], + [ + 1400, + 680, +], + [ + 1440, + 700, +], + [ + 1600, + 780, +], + [ + 1680, + 780, +], + [ + 1920, + 920, +], + [ + 2048, + 980, +], + [ + 2560, + 1000, +], + [ + 3440, + 1200, +], + [ + 3840, + 1280, +], + [ + 4096, + 1400, +], + [ + 4480, + 1600, +], + [ + 7680, + 2400, +], +] + +[focus] +lockin_delay = 750 + +[misc] +seq_inhibit = false + +[swaymsg_commands] +include_predefined = true diff --git a/de/include b/de/include index 7375353..4f9d0fb 100644 --- a/de/include +++ b/de/include @@ -63,3 +63,4 @@ .var/app/io.github.softfever.OrcaSlicer/config/OrcaSlicer/user/default .local/bin/sway-screenshot .local/bin/wofi-calc +.config/swayr