mirror of
https://github.com/theCheeseboard/thedesk.git
synced 2025-01-22 18:32:09 -05:00
232 lines
7 KiB
Text
232 lines
7 KiB
Text
# Default config for Wayfire
|
||
#
|
||
# Copy this to ~/.config/wayfire.ini and edit it to your liking.
|
||
#
|
||
# Take the tutorial to get started.
|
||
# https://github.com/WayfireWM/wayfire/wiki/Tutorial
|
||
#
|
||
# Read the Configuration document for a complete reference.
|
||
# https://github.com/WayfireWM/wayfire/wiki/Configuration
|
||
|
||
# Input configuration ──────────────────────────────────────────────────────────
|
||
|
||
# Example configuration:
|
||
#
|
||
# [input]
|
||
# xkb_layout = us,fr
|
||
# xkb_variant = dvorak,bepo
|
||
#
|
||
# See Input options for a complete reference.
|
||
# https://github.com/WayfireWM/wayfire/wiki/Configuration#input
|
||
|
||
# Output configuration ─────────────────────────────────────────────────────────
|
||
|
||
# Example configuration:
|
||
#
|
||
# [output:eDP-1]
|
||
# mode = 1920x1080@60000
|
||
# layout = 0,0
|
||
# transform = normal
|
||
# scale = 1.000000
|
||
#
|
||
# You can get the names of your outputs with wlr-randr.
|
||
# https://github.com/emersion/wlr-randr
|
||
#
|
||
# See also kanshi for configuring your outputs automatically.
|
||
# https://wayland.emersion.fr/kanshi/
|
||
#
|
||
# See Output options for a complete reference.
|
||
# https://github.com/WayfireWM/wayfire/wiki/Configuration#output
|
||
|
||
#[output:HDMI-A-1]
|
||
#mode=3840x2160@30000
|
||
|
||
# Core options ─────────────────────────────────────────────────────────────────
|
||
|
||
[core]
|
||
|
||
# List of plugins to be enabled.
|
||
# See the Configuration document for a complete list.
|
||
plugins = \
|
||
alpha \
|
||
animate \
|
||
blur \
|
||
cube \
|
||
decoration \
|
||
fast-switcher \
|
||
fisheye \
|
||
grid \
|
||
idle \
|
||
invert \
|
||
move \
|
||
oswitch \
|
||
place \
|
||
resize \
|
||
switcher \
|
||
vswitch \
|
||
window-rules \
|
||
wobbly \
|
||
wrot \
|
||
zoom \
|
||
dbusqt \
|
||
thedesk-keygrab \
|
||
thedesk-startdesk \
|
||
thedesk-a11y
|
||
|
||
# Note: [blur] is not enabled by default, because it can be resource-intensive.
|
||
# Feel free to add it to the list if you want it.
|
||
# You can find its documentation here:
|
||
# https://github.com/WayfireWM/wayfire/wiki/Configuration#blur
|
||
|
||
# Close focused window.
|
||
close_top_view = <super> KEY_Q | <alt> KEY_F4
|
||
|
||
# Workspaces arranged into a grid: 1 × 1.
|
||
vwidth = 1
|
||
vheight = 1
|
||
|
||
# Prefer client-side decoration or server-side decoration
|
||
preferred_decoration_mode = client
|
||
|
||
# Mouse bindings ───────────────────────────────────────────────────────────────
|
||
|
||
# Drag windows by holding down Super and left mouse button.
|
||
[move]
|
||
activate = <super> BTN_LEFT
|
||
|
||
# Resize them with right mouse button + Super.
|
||
[resize]
|
||
activate = <super> BTN_RIGHT
|
||
|
||
# Zoom in the desktop by scrolling + Super.
|
||
[zoom]
|
||
modifier = <super>
|
||
|
||
# Change opacity by scrolling with Super + Alt.
|
||
[alpha]
|
||
modifier = <super> <alt>
|
||
|
||
# Rotate windows with the mouse.
|
||
[wrot]
|
||
activate = <super> <ctrl> BTN_RIGHT
|
||
|
||
# Fisheye effect.
|
||
[fisheye]
|
||
toggle = <super> <ctrl> KEY_F
|
||
|
||
# Startup commands ─────────────────────────────────────────────────────────────
|
||
|
||
[autostart]
|
||
|
||
# Automatically start background and panel.
|
||
# Set to false if you want to override the default clients.
|
||
autostart_wf_shell = false
|
||
|
||
# Applications ─────────────────────────────────────────────────────────────────
|
||
|
||
[command]
|
||
|
||
# Windows ──────────────────────────────────────────────────────────────────────
|
||
|
||
# Position the windows in certain regions of the output.
|
||
[grid]
|
||
#
|
||
# ⇱ ↑ ⇲ │ 7 8 9
|
||
# ← f → │ 4 5 6
|
||
# ⇱ ↓ ⇲ d │ 1 2 3 0
|
||
# ‾ ‾
|
||
slot_bl = <super> KEY_KP1
|
||
slot_b = <super> KEY_KP2
|
||
slot_br = <super> KEY_KP3
|
||
slot_l = <super> KEY_LEFT | <super> KEY_KP4
|
||
slot_c = <super> KEY_UP | <super> KEY_KP5
|
||
slot_r = <super> KEY_RIGHT | <super> KEY_KP6
|
||
slot_tl = <super> KEY_KP7
|
||
slot_t = <super> KEY_KP8
|
||
slot_tr = <super> KEY_KP9
|
||
# Restore default.
|
||
restore = <super> KEY_DOWN | <super> KEY_KP0
|
||
|
||
# Change active window with an animation.
|
||
[switcher]
|
||
next_view = <alt> KEY_TAB
|
||
prev_view = <alt> <shift> KEY_TAB
|
||
|
||
# Simple active window switcher.
|
||
[fast-switcher]
|
||
activate = <alt> KEY_ESC
|
||
|
||
# Workspaces ───────────────────────────────────────────────────────────────────
|
||
|
||
# Switch to workspace.
|
||
[vswitch]
|
||
binding_left = <ctrl> <super> KEY_LEFT
|
||
binding_down = <ctrl> <super> KEY_DOWN
|
||
binding_up = <ctrl> <super> KEY_UP
|
||
binding_right = <ctrl> <super> KEY_RIGHT
|
||
# Move the focused window with the same key-bindings, but add Shift.
|
||
binding_win_left = <ctrl> <super> <shift> KEY_LEFT
|
||
binding_win_down = <ctrl> <super> <shift> KEY_DOWN
|
||
binding_win_up = <ctrl> <super> <shift> KEY_UP
|
||
binding_win_right = <ctrl> <super> <shift> KEY_RIGHT
|
||
|
||
# Show the current workspace row as a cube.
|
||
[cube]
|
||
activate = <ctrl> <alt> BTN_LEFT
|
||
# Switch to the next or previous workspace.
|
||
#rotate_left = <super> <ctrl> KEY_H
|
||
#rotate_right = <super> <ctrl> KEY_L
|
||
|
||
# Show an overview of all workspaces.
|
||
[expo]
|
||
toggle = <super>
|
||
# Select a workspace.
|
||
# Workspaces are arranged into a grid of 3 × 3.
|
||
# The numbering is left to right, line by line.
|
||
#
|
||
# ⇱ k ⇲
|
||
# h ⏎ l
|
||
# ⇱ j ⇲
|
||
# ‾ ‾
|
||
# See core.vwidth and core.vheight for configuring the grid.
|
||
select_workspace_1 = KEY_1
|
||
select_workspace_2 = KEY_2
|
||
select_workspace_3 = KEY_3
|
||
select_workspace_4 = KEY_4
|
||
select_workspace_5 = KEY_5
|
||
select_workspace_6 = KEY_6
|
||
select_workspace_7 = KEY_7
|
||
select_workspace_8 = KEY_8
|
||
select_workspace_9 = KEY_9
|
||
|
||
# Outputs ──────────────────────────────────────────────────────────────────────
|
||
|
||
# Change focused output.
|
||
[oswitch]
|
||
# Switch to the next output.
|
||
next_output = <super> KEY_O
|
||
# Same with the window.
|
||
next_output_with_win = <super> <shift> KEY_O
|
||
|
||
# Invert the colors of the whole output.
|
||
[invert]
|
||
toggle = <super> KEY_I
|
||
|
||
# Rules ────────────────────────────────────────────────────────────────────────
|
||
|
||
# Example configuration:
|
||
#
|
||
# [window-rules]
|
||
# maximize_alacritty = on created if app_id is "Alacritty" then maximize
|
||
#
|
||
# You can get the properties of your applications with the following command:
|
||
# $ WAYLAND_DEBUG=1 alacritty 2>&1 | kak
|
||
#
|
||
# See Window rules for a complete reference.
|
||
# https://github.com/WayfireWM/wayfire/wiki/Configuration#window-rules
|
||
|
||
[animate]
|
||
duration=250
|
||
|
||
[blur]
|
||
blur_by_default=all
|