aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/swayr
diff options
context:
space:
mode:
Diffstat (limited to 'swayr')
-rw-r--r--swayr/.config/sway/config.d/50-swayr.conf2
-rw-r--r--swayr/.config/swayr/config.toml84
2 files changed, 0 insertions, 86 deletions
diff --git a/swayr/.config/sway/config.d/50-swayr.conf b/swayr/.config/sway/config.d/50-swayr.conf
deleted file mode 100644
index 3abf3c1..0000000
--- a/swayr/.config/sway/config.d/50-swayr.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-bindsym $mod+Tab exec env RUST_BACKTRACE=1 \
- swayr switch-to-urgent-or-lru-window >> /tmp/swayr.log 2>&1
diff --git a/swayr/.config/swayr/config.toml b/swayr/.config/swayr/config.toml
deleted file mode 100644
index 6f4a00d..0000000
--- a/swayr/.config/swayr/config.toml
+++ /dev/null
@@ -1,84 +0,0 @@
-[menu]
-executable = 'wmenu'
-args = [
- '-i',
- '-f',
- 'monospace 12',
- '-nebdbb2',
- '-N282828',
- '-S282828',
- '-sfe8019',
- '-mebdbb2',
- '-M8ec07c',
-]
-
-[format]
-output_format = '{indent}<b>Output {name}</b> <span alpha="20000">({id})</span>'
-workspace_format = '{indent}<b>Workspace {name} [{layout}]</b> on output {output_name} <span alpha="20000">({id})</span>'
-container_format = '{indent}<b>Container [{layout}]</b> <i>{marks}</i> on workspace {workspace_name} <span alpha="20000">({id})</span>'
-# window_format = 'img:{app_icon}:text:{indent}<i>{app_name}</i> — {urgency_start}<b>“{title}”</b>{urgency_end} <i>{marks}</i> on workspace {workspace_name} / {output_name} <span alpha="20000">({id})</span>'
-window_format = "{indent}<i>{app_name}</i> — {urgency_start}<b>“{title}”</b>{urgency_end} <i>{marks}</i> on workspace {workspace_name} / {output_name} <span alpha=\"20000\">({id})</span>\u0000icon\u001f{app_icon}"
-indent = ' '
-urgency_start = '<span background="darkred" foreground="yellow">'
-urgency_end = '</span>'
-html_escape = true
-icon_dirs = [
- '/usr/share/icons/hicolor/scalable/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,
- ],
- [
- 1920,
- 920,
- ],
- [
- 2560,
- 1000,
- ],
- [
- 3440,
- 1000,
- ],
- [
- 4096,
- 1200,
- ],
-]
-
-[focus]
-lockin_delay = 750
-
-[misc]
-auto_nop_delay = 3000
-seq_inhibit = false