tileos-settings/miracle-wm/etc/skel/.config/miracle-wm.yaml

128 lines
2.8 KiB
YAML

terminal: alacritty
# Autostart section
startup_apps:
- command: /usr/bin/mate-polkit
restart_on_death: true
- command: bash -c ~/.azotebg
restart_on_death: true
- command: wl-paste --watch cliphist store &
- command: wl-paste --watch pkill -RTMIN+9 waybar &
- command: nwg-drawer -r
restart_on_death: true
- command: pcmanfm-qt -d
in_systemd_scope: true
- command: playerctl -a metadata --format \'{{status}} {{title}}\' --follow | while read line; do pkill -RTMIN+5 waybar; done &
border:
size: 2
color: 0xa5adcb
focus_color: 0x8aadf4
enable_animations: true
animations:
- event: window_open
type: grow
function: ease_in_out_back
duration: 0.25
- event: window_move
type: slide
function: ease_in_out_back
duration: 0.25
- event: window_close
type: shrink
function: ease_out_back
duration: 0.25
- event: workspace_switch
type: slide
function: ease_out_sine
duration: 0.175
workspaces:
- number: 0
layout: tiled
- number: 1
layout: tiled
- number: 2
layout: tiled
- number: 3
layout: tiled
- number: 4
layout: tiled
- number: 5
layout: tiled
- number: 6
layout: tiled
- number: 7
layout: tiled
- number: 8
layout: tiled
- number: 9
layout: tiled
default_action_overrides:
- name: toggle_floating
action: down
modifiers:
- primary
- shift
key: KEY_SPACE
custom_actions:
- command: wofi
action: down
modifiers:
- primary
key: KEY_D
- command: nwg-bar
action: down
modifiers:
- primary
- shift
key: KEY_E
- command: /usr/share/tileos/scripts/brightness.sh up
action: down
modifiers:
- function
key: KEY_BRIGHTNESSUP
- command: /usr/share/tileos/scripts/brightness.sh down
action: down
modifiers:
- function
key: KEY_BRIGHTNESSDOWN
- command: /usr/share/tileos/scripts/mic-mute.sh
action: down
modifiers:
- function
key: KEY_MICMUTE
- command: playerctl play-pause
action: down
modifiers:
- function
key: KEY_PLAYPAUSE
- command: playerctl next
action: down
modifiers:
- function
key: KEY_NEXTSONG
- command: playerctl previous
action: down
modifiers:
- function
key: KEY_PREVIOUSSONG
- command: pulsemixer --change-volume +5
action: down
modifiers:
- function
key: KEY_VOLUMEUP
- command: pulsemixer --change-volume -5
action: down
modifiers:
- function
key: KEY_VOLUMEDOWN
- command: pulsemixer --toggle-mute
action: down
modifiers:
- function
key: KEY_MUTE