New backup 2026-03-03 16:41:31
This commit is contained in:
parent
72db21597c
commit
82fa98a2e2
2 changed files with 110 additions and 0 deletions
109
de/home/.config/swayr/config.toml
Normal file
109
de/home/.config/swayr/config.toml
Normal file
|
|
@ -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}<b>Output {name}</b>'
|
||||
workspace_format = 'img:/usr/share/icons/breeze-dark/applets/64/preferences-system-windows-effect-flipswitch.svg:text:{name} <span alpha="20000">({output_name})</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}{app_name} <i><span alpha="20000">({title:{:.25}...})</span></i> on {workspace_name} <span alpha="20000">({output_name})</span>'
|
||||
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/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
|
||||
|
|
@ -63,3 +63,4 @@
|
|||
.var/app/io.github.softfever.OrcaSlicer/config/OrcaSlicer/user/default
|
||||
.local/bin/sway-screenshot
|
||||
.local/bin/wofi-calc
|
||||
.config/swayr
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue