Hopefully more wayland changes that don't break awesome
This commit is contained in:
parent
7fdc04e4d4
commit
eaf99e26b2
21 changed files with 232 additions and 59 deletions
|
@ -35,7 +35,7 @@ rotate_up = <ctrl> <super> KEY_K
|
|||
[autostart]
|
||||
autostart_wf_shell = false
|
||||
bar = waybar
|
||||
bg = swaybg -i ~/Pictures/wallpapers/RoyalKing.png -m center
|
||||
bg = swaybg -i /usr/share/wallpapers/Flow/contents/images/5120x2880.jpg -m fill
|
||||
gamma = wlsunset
|
||||
notifications = mako
|
||||
outputs = kanshi
|
||||
|
@ -69,24 +69,34 @@ saturation = 1.000000
|
|||
toggle = none
|
||||
|
||||
[command]
|
||||
|
||||
binding_terminal = <super> KEY_ENTER
|
||||
command_terminal = alacritty
|
||||
|
||||
binding_browser = <super> KEY_B
|
||||
command_browser = qutebrowser &
|
||||
|
||||
binding_emacs = <super> KEY_E
|
||||
command_emacs = emacsclient -c -a emacs
|
||||
|
||||
binding_launcher = KEY_COMPOSE
|
||||
command_launcher = rofi -show drun -modi drun
|
||||
|
||||
binding_run = <super> KEY_COMPOSE
|
||||
command_run = rofi -show run -modi run
|
||||
|
||||
binding_screenshot = KEY_PRINT
|
||||
command_screenshot = grim $(date '+%F_%T').webp
|
||||
|
||||
binding_screenshot_interactive = <shift> KEY_PRINT
|
||||
command_screenshot_interactive = slurp | grim -g - $(date '+%F_%T').webp
|
||||
|
||||
command_volume_down = pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
repeatable_binding_volume_down = KEY_VOLUMEDOWN
|
||||
|
||||
command_volume_up = pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
repeatable_binding_volume_up = KEY_VOLUMEUP
|
||||
|
||||
binding_mute = KEY_MUTE
|
||||
command_mute = pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
|
||||
|
@ -97,7 +107,32 @@ focus_button_with_modifiers = false
|
|||
focus_buttons = BTN_LEFT | BTN_MIDDLE | BTN_RIGHT
|
||||
focus_buttons_passthrough = true
|
||||
max_render_time = -1
|
||||
plugins = alpha animate autostart command cube decoration expo fast-switcher grid idle invert move oswitch place resize switcher vswitch window-rules wobbly zoom simple-tile blur scale alpha vswipe
|
||||
plugins = alpha \
|
||||
animate \
|
||||
autostart \
|
||||
command \
|
||||
cube \
|
||||
decoration \
|
||||
expo \
|
||||
fast-switcher \
|
||||
grid \
|
||||
idle \
|
||||
invert \
|
||||
move \
|
||||
oswitch \
|
||||
place \
|
||||
resize \
|
||||
switcher \
|
||||
vswitch \
|
||||
window-rules \
|
||||
wobbly \
|
||||
zoom \
|
||||
simple-tile \
|
||||
blur \
|
||||
scale \
|
||||
alpha \
|
||||
vswipe
|
||||
|
||||
preferred_decoration_mode = server
|
||||
vheight = 2
|
||||
vwidth = 2
|
||||
|
@ -221,7 +256,7 @@ natural_scroll = true
|
|||
scroll_method = default
|
||||
tap_to_click = true
|
||||
touchpad_accel_profile = default
|
||||
touchpad_cursor_speed = 0.000000
|
||||
touchpad_cursor_speed = 1.000000
|
||||
touchpad_scroll_speed = 1.000000
|
||||
xkb_layout = us
|
||||
xkb_model =
|
||||
|
@ -351,6 +386,7 @@ activate = <ctrl> <super> BTN_LEFT
|
|||
|
||||
[window-rules]
|
||||
rule_1 = on created if app_id is "emacs" then set alpha 0.8
|
||||
rule_2 = on created if app_id is "dolphin" then float
|
||||
|
||||
[winzoom]
|
||||
dec_x_binding = <ctrl> <super> KEY_LEFT
|
||||
|
@ -365,8 +401,8 @@ zoom_step = 0.100000
|
|||
[wm-actions]
|
||||
minimize = none
|
||||
toggle_always_on_top = none
|
||||
toggle_fullscreen = none
|
||||
toggle_maximize = none
|
||||
toggle_fullscreen = <super> KEY_F
|
||||
toggle_maximize = <super> KEY_M
|
||||
toggle_showdesktop = none
|
||||
toggle_sticky = none
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue