__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.148: ~ $
<?xml version="1.0"?>
<wayfire>
	<plugin name="input">
		<_short>Input</_short>
		<_long>Input configuration.</_long>
		<category>General</category>
			<option name="left_handed_mode" type="bool">
				<_short>Left-handed mode</_short>
				<_long>Switches the device’s functionality to be more accommodating for left-handed users.</_long>
				<default>false</default>
			</option>
		<!-- Keyboard -->
		<group>
			<_short>Keyboard</_short>
			<_long>Configure the keyboard.</_long>
			<!-- Modifier -->
			<option name="modifier_binding_timeout" type="int">
				<_short>Modifier binding timeout</_short>
				<_long>Cancels modifier actions (like `Super` for the `expo` plugin) when held for the specified timeout (in milliseconds).  Setting the value to **0** never cancels.</_long>
				<default>400</default>
			</option>
			<!-- Keyboard configuration -->
			<option name="kb_repeat_delay" type="int">
				<_short>Key repeat delay</_short>
				<_long>Sets the amount of time a key must be held before it starts repeating.</_long>
				<default>400</default>
			</option>
			<option name="kb_repeat_rate" type="int">
				<_short>Key repeat rate</_short>
				<_long>Sets the frequency of key repeats once the `input.kb_repeat_delay` has passed.</_long>
				<default>40</default>
			</option>
			<option name="kb_numlock_default_state" type="bool">
				<_short>Numlock default state</_short>
				<_long>Default numlock state when wayfire starts.</_long>
				<default>false</default>
			</option>
			<option name="kb_capslock_default_state" type="bool">
				<_short>Capslock default state</_short>
				<_long>Default capslock state when wayfire starts.</_long>
				<default>false</default>
			</option>
			<!-- XKB configuration -->
			<option name="xkb_layout" type="string">
				<_short>XKB layout</_short>
				<_long>Sets the layout of the keyboard, like `us` or `fr`.  Multiple layouts can be specified by separating them with commas.</_long>
				<default>us</default>
			</option>
			<option name="xkb_model" type="string">
				<_short>XKB model</_short>
				<_long>Sets the model of the keyboard.  This has an influence for some extra keys your keyboard might have.</_long>
				<default></default>
			</option>
			<option name="xkb_options" type="string">
				<_short>XKB options</_short>
				<_long>Sets extra XKB configuration options for the keyboard.  Multiple options can be specified by separating them with commas.</_long>
				<default></default>
			</option>
			<option name="xkb_rules" type="string">
				<_short>XKB rules</_short>
				<_long>Sets files of rules to be used for keyboard mapping composition.</_long>
				<default>evdev</default>
			</option>
			<option name="xkb_variant" type="string">
				<_short>XKB variant</_short>
				<_long>Sets the variant of the keyboard, like `dvorak` or `colemak`.</_long>
				<default></default>
			</option>
		</group>
		<!-- Mouse -->
		<group>
			<_short>Mouse</_short>
			<_long>Configure the mouse.</_long>
			<!-- libinput configuration -->
			<option name="middle_emulation" type="bool">
				<_short>Middle-click emulation</_short>
				<_long>Enables middle button emulation by hitting the left and right buttons simultaneously.</_long>
				<default>false</default>
			</option>
			<option name="mouse_accel_profile" type="string">
				<_short>Mouse acceleration profile</_short>
				<_long>Sets the pointer acceleration profile.</_long>
				<default>default</default>
				<desc>
					<value>default</value>
					<_name>Default</_name>
				</desc>
				<desc>
					<value>none</value>
					<_name>None</_name>
				</desc>
				<desc>
					<value>adaptive</value>
					<_name>Adaptive</_name>
				</desc>
				<desc>
					<value>flat</value>
					<_name>Flat</_name>
				</desc>
			</option>
			<option name="mouse_cursor_speed" type="double">
				<_short>Mouse cursor speed</_short>
				<_long>Changes the pointer acceleration.</_long>
				<default>0.0</default>
				<min>-1.0</min>
				<max>1.0</max>
			</option>
			<option name="mouse_scroll_speed" type="double">
				<_short>Mouse scroll speed</_short>
				<_long>Changes the mouse scroll factor.  Scroll speed will be scaled by the given value, which must be non-negative.</_long>
				<default>1.0</default>
				<min>0.0</min>
			</option>
		</group>
		<!-- Touchpad -->
		<group>
			<_short>Touchpad</_short>
			<_long>Configure the touchpad.</_long>
			<option name="touchpad_accel_profile" type="string">
				<_short>Touchpad acceleration profile</_short>
				<_long>Sets the touchpad acceleration profile.</_long>
				<default>default</default>
				<desc>
					<value>default</value>
					<_name>Default</_name>
				</desc>
				<desc>
					<value>none</value>
					<_name>None</_name>
				</desc>
				<desc>
					<value>adaptive</value>
					<_name>Adaptive</_name>
				</desc>
				<desc>
					<value>flat</value>
					<_name>Flat</_name>
				</desc>
			</option>
			<option name="tap_to_click" type="bool">
				<_short>Tap-to-click</_short>
				<_long>Enables or disables tap-to-click.</_long>
				<default>true</default>
			</option>
			<option name="click_method" type="string">
				<_short>Click method</_short>
				<_long>Changes the click method.</_long>
				<default>default</default>
				<desc>
					<value>default</value>
					<_name>Default</_name>
				</desc>
				<desc>
					<value>none</value>
					<_name>None</_name>
				</desc>
				<desc>
					<value>button-areas</value>
					<_name>Button areas</_name>
				</desc>
				<desc>
					<value>clickfinger</value>
					<_name>Clickfinger</_name>
				</desc>
			</option>
			<option name="scroll_method" type="string">
				<_short>Scroll method</_short>
				<_long>Changes the scroll method.</_long>
				<default>default</default>
				<desc>
					<value>default</value>
					<_name>Default</_name>
				</desc>
				<desc>
					<value>none</value>
					<_name>None</_name>
				</desc>
				<desc>
					<value>two-finger</value>
					<_name>Two-finger</_name>
				</desc>
				<desc>
					<value>edge</value>
					<_name>Edge</_name>
				</desc>
				<desc>
					<value>on-button-down</value>
					<_name>On-button down</_name>
				</desc>
			</option>
			<option name="disable_touchpad_while_typing" type="bool">
				<_short>Disable touchpad while typing</_short>
				<_long>Disables the touchpad while typing.</_long>
				<default>false</default>
			</option>
			<option name="disable_touchpad_while_mouse" type="bool">
				<_short>Disable touchpad while using the mouse</_short>
				<_long>Disables the touchpad while using the mouse.</_long>
				<default>false</default>
			</option>
			<option name="natural_scroll" type="bool">
				<_short>Natural scroll</_short>
				<_long>Enables or disables natural (inverted) scrolling.</_long>
				<default>false</default>
			</option>
			<option name="touchpad_cursor_speed" type="double">
				<_short>Touchpad cursor speed</_short>
				<_long>Changes the touchpad acceleration.</_long>
				<default>0.0</default>
				<min>-1.0</min>
				<max>1.0</max>
			</option>
			<option name="gesture_sensitivity" type="double">
				<_short>Touchscreen gesture sensitivity</_short>
				<_long>Change the sensitivity of the built-in gesture detection. Higher values mean that less finger movement is required to trigger the gesture.</_long>
				<default>1.0</default>
				<min>0.1</min>
				<max>5.0</max>
			</option>
			<option name="touchpad_scroll_speed" type="double">
				<_short>Touchpad scroll speed</_short>
				<_long>Changes the touchpad scroll factor.  Scroll speed will be scaled by the given value, which must be non-negative.</_long>
				<default>1.0</default>
				<min>0.0</min>
			</option>
		</group>
		<!-- Cursor configuration -->
		<group>
			<_short>Cursor</_short>
			<_long>Configure the cursor.</_long>
			<option name="cursor_theme" type="string">
				<_short>Cursor theme</_short>
				<_long>Overrides the system default `XCursor` theme.</_long>
				<default>default</default>
			</option>
			<option name="cursor_size" type="int">
				<_short>Cursor size</_short>
				<_long>Overrides the system default `XCursor` size.</_long>
				<default>24</default>
			</option>
		</group>
	</plugin>
</wayfire>

Filemanager

Name Type Size Permission Actions
alpha.xml File 732 B 0644
animate.xml File 3.77 KB 0644
autostart-static.xml File 786 B 0644
autostart.xml File 863 B 0644
blur.xml File 3.8 KB 0644
command.xml File 1.64 KB 0644
core.xml File 3.69 KB 0644
cube.xml File 3.72 KB 0644
decoration.xml File 1.53 KB 0644
expo.xml File 1.22 KB 0644
extra-gestures.xml File 984 B 0644
fast-switcher.xml File 922 B 0644
fisheye.xml File 778 B 0644
grid.xml File 3.7 KB 0644
idle.xml File 1.88 KB 0644
input-device.xml File 200 B 0644
input.xml File 7.95 KB 0644
invert.xml File 605 B 0644
move.xml File 2.27 KB 0644
oswitch.xml File 684 B 0644
output.xml File 886 B 0644
pixdecor.xml File 857 B 0644
pixswitcher.xml File 1.57 KB 0644
place.xml File 687 B 0644
preserve-output.xml File 612 B 0644
resize.xml File 465 B 0644
scale-title-filter.xml File 1.33 KB 0644
scale.xml File 3.53 KB 0644
simple-tile.xml File 3.04 KB 0644
switcher.xml File 1006 B 0644
vswipe.xml File 2.22 KB 0644
vswitch.xml File 2.84 KB 0644
window-rules.xml File 248 B 0644
winshadows.xml File 2.47 KB 0644
wm-actions.xml File 1.49 KB 0644
wobbly.xml File 655 B 0644
workarounds.xml File 1.18 KB 0644
wrot.xml File 1.63 KB 0644
zoom.xml File 1.13 KB 0644
Filemanager