diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-10-17 18:36:46 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-10-17 18:36:46 -0500 |
| commit | bd1cefc02cc28a7dae09d88667da71bb88b6e6bf (patch) | |
| tree | ad925d12ce341403df915ff4f1e9c4a6b053e518 /targets | |
| parent | 69dc5357750158467ec84c705dd7b8709649c62a (diff) | |
quote fix
Diffstat (limited to 'targets')
| -rwxr-xr-x | targets/rofi.sh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/targets/rofi.sh b/targets/rofi.sh index a2ddea3..f67b0b5 100755 --- a/targets/rofi.sh +++ b/targets/rofi.sh @@ -17,12 +17,12 @@ window { } configuration { - kb-row-up: "Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab"; - kb-row-down: "Down,Control+j"; - kb-accept-entry: "Control+m,Return,KP_Enter"; - terminal: "mate-terminal"; - kb-remove-to-eol: "Control+Shift+e"; - /*kb-mode-next: "Shift+Right,Control+Tab,Control+l";*/ - kb-mode-previous: "Shift+Left,Control+Shift+Tab,Control+h"; - kb-remove-char-back: "BackSpace"; + kb-row-up: \"Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab\"; + kb-row-down: \"Down,Control+j\"; + kb-accept-entry: \"Control+m,Return,KP_Enter\"; + terminal: \"mate-terminal\"; + kb-remove-to-eol: \"Control+Shift+e\"; + /*kb-mode-next: \"Shift+Right,Control+Tab,Control+l\";*/ + kb-mode-previous: \"Shift+Left,Control+Shift+Tab,Control+h\"; + kb-remove-char-back: \"BackSpace\"; }" > "$fileout" |
