mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 04:03:11 +08:00
dongdigua
93747a0811
wayland: fix env variable with shell wrapper collect: - add fun tag - [RM] coder.rs too many article not unuseful to me - [RM] Light & Truth - [YT/RM] leagacy Rust AES - [EXPAND] Alynx Zhou - [EXPAND] 写代码的西瓜 - explain X11
68 lines
3.4 KiB
Org Mode
68 lines
3.4 KiB
Org Mode
#+TITLE: Something About Wayland(swaywm)
|
|
#+DATE: <2022-08-07 日>
|
|
#+OPTIONS: toc:nil
|
|
|
|
* Solution
|
|
** iBus
|
|
*** [[https://www.reddit.com/r/swaywm/comments/djkj5m/ibus_on_swaywm/][reddit: ibus on swaywm]]
|
|
emacs pyim
|
|
** Emacs transparent, terminal blur
|
|
sway can't, probably wayfire?
|
|
** Authorization required, but no authorization protocol specified
|
|
*** =sudo -E=
|
|
*** lxpolkit(directly execute) or polkit-gnome(prettier, at /usr/libexec/polkit-gnome-authentication-agent-1)
|
|
** cannot start sway on lightdm
|
|
:PROPERTIES:
|
|
:CUSTOM_ID: dm
|
|
:END:
|
|
yes, still not stable, and it can't remenber which DE you used last time
|
|
+so use gdm is a better choice?+
|
|
SDDM is fantastic! [[https://youtu.be/2p7FINJSlAk][It is themeable]],
|
|
I'm using *~elarun~*, a oxygen-like smooth crystal theme, materia-kde is also a good choice
|
|
*** Fedora 37 don't work
|
|
sddm don't work on fedora37, so switch to gdm
|
|
*** environment variable missing?
|
|
trick: add =Exec=zsh -c sway= in =/usr/share/wayland-sessions/sway.desktop=
|
|
** obs
|
|
don't remove the =include= line in sway/config, and it will be fine
|
|
** cursor theme not working
|
|
[[https://github.com/swaywm/sway/issues/6931][from this issue]]
|
|
add =seat seat0 xcursor_theme Oxygen_White= in sway config file
|
|
** touchpad gesture like gnome
|
|
use libinput-gestures
|
|
*** [[https://github.com/swaywm/sway/issues/1514][issue #1514: touchpad gestures to switch workspaces]]
|
|
**** [[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/px5vmw/how_are_you_configuring_touchpad_gestures/]]
|
|
**** [[https://www.reddit.com/r/swaywm/comments/em0jnx/can_sway_handle_threefour_finger_touchpad_gestures/]]
|
|
** notify-send don't work
|
|
mako, a notification daemon
|
|
** TODO [[https://github.com/WayfireWM/wayfire/issues/1329][Wayfire crashes when closing foot terminal]]
|
|
** emacs tool-bar not working(cannot toggle and icon theme missing)
|
|
*** cannot toggle: disable custon =default-frame-alist=, or just use floating mode
|
|
*** TODO icon theme missing: ?
|
|
** [[https://www.reddit.com/r/swaywm/comments/scz5k6/option_create_on_workspace_prev_on_outputnext_on/][Option --create on workspace prev_on_output|next_on_output?]]
|
|
this feature is not compatible with i3, so sway didn't accept the pr
|
|
*** [[https://www.reddit.com/r/swaywm/comments/mmfwnu/sway_command_workspace_next/][shell script solution]]
|
|
*** [[https://github.com/oati/sway-workspace-manager][rust, probably useful]]
|
|
|
|
|
|
* Ref
|
|
** [[https://coda.world/sway-explore-and-giveup][Sway: 从尝试到放弃]]
|
|
** [[https://shinta.ro/posts/migration-from-xorg-to-wayland/][从 Xorg 迁移到 Wayland]]
|
|
** [[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/wev= is helpful
|
|
** [[https://www.reddit.com/r/swaywm/comments/ehqsuw/autochanging_background_for_sway/][reddit: auto-changing sway background]]
|
|
** Configs
|
|
*** [[https://github.com/ziap/dotfiles]]
|
|
a great config
|
|
*** [[https://github.com/Ruixi-rebirth/sway-dotfiles][Ruixi-rebirth's dotfiles]]
|
|
sway, very beautiful, from COSSIG
|
|
*** [[https://www.reddit.com/r/unixporn/comments/vc9912/river_riced_river_a_dynamic_tiling_wayland/][a Paid config]]
|
|
this is excellent, but...not for me, I'd like something simpler
|
|
**** [[https://archcraft.io][archcraft]]
|
|
*** [[https://github.com/rxyhn/yoru][夜 - Yoru]]
|
|
awesome config!
|