mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-23 23:53:10 +08:00
39 lines
1.7 KiB
Org Mode
39 lines
1.7 KiB
Org Mode
#+TITLE: Something About Wayland(swaywm)
|
|
#+OPTIONS: toc:nil \n:t
|
|
|
|
* Solution
|
|
** gnome-screenshot
|
|
grim
|
|
** iBus
|
|
emacs pyim
|
|
** Emacs transparent
|
|
probably wayfire?
|
|
** Authorization required, but no authorization protocol specified
|
|
=sudo -E=
|
|
** cannot start sway on lightdm
|
|
in =/etc/lightdm/lightdm.conf= uncomment =sessions-directory= line
|
|
** obs
|
|
don't remove the =include= line!!!
|
|
** cursor theme not working
|
|
[[https://github.com/swaywm/sway/issues/6931][from this issue]]
|
|
add =seat seat0 xcursor_theme Oxygen_White= in sway comfig file
|
|
** touchpad gesture like gnome
|
|
*** [[https://github.com/swaywm/sway/issues/1514][issue #1514: touchpad gestures to switch workspaces]]
|
|
**** [[https://github.com/bulletmark/libinput-gestures][the libinput-gestures library]]
|
|
**** [[https://github.com/swaywm/sway/pull/4952][pull #4952]]
|
|
***** [[https://github.com/swaywm/sway/pull/6778][pull #6778]]
|
|
*** r/swaywm
|
|
**** [[https://www.reddit.com/r/swaywm/comments/r85e9g/touchpad_gestures/]]
|
|
**** [[https://www.reddit.com/r/swaywm/comments/px5vmw/how_are_you_configuring_touchpad_gestures/]]
|
|
**** [[https://www.reddit.com/r/swaywm/comments/em0jnx/can_sway_handle_threefour_finger_touchpad_gestures/]]
|
|
|
|
* Ref
|
|
** [[https://coda.world/sway-explore-and-giveup][Sway: 从尝试到放弃]]
|
|
** [[https://shinta.ro/posts/migration-from-xorg-to-wayland/][从 Xorg 迁移到 Wayland]]
|
|
** [[https://www.reddit.com/r/swaywm/comments/djkj5m/ibus_on_swaywm/][reddit: ibus on swaywm]]
|
|
** [[https://github.com/emersion/xdg-desktop-portal-wlr/wiki/Screencast-Compatibility#obs][xdg-desktop-portal wiki: obs]]
|
|
** [[https://www.reddit.com/r/swaywm/comments/jdoo8m/how_do_i_find_out_the_names_of_certain_keys/][prtsc is Print]]
|
|
=xev= is helpful
|
|
** [[https://github.com/ziap/dotfiles]]
|
|
a great config
|