Skip to content
  • Hjem
  • Seneste
  • Etiketter
  • Populære
  • Verden
  • Bruger
  • Grupper
Temaer
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Kollaps
FARVEL BIG TECH
  1. Forside
  2. Ikke-kategoriseret
  3. Minimal Wayfire setup on FreeBSD 15.1:

Minimal Wayfire setup on FreeBSD 15.1:

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
freebsdwaylandwayfire
6 Indlæg 2 Posters 2 Visninger
  • Ældste til nyeste
  • Nyeste til ældste
  • Most Votes
Svar
  • Svar som emne
Login for at svare
Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.
  • mjack@mastodon.bsd.cafeM This user is from outside of this forum
    mjack@mastodon.bsd.cafeM This user is from outside of this forum
    mjack@mastodon.bsd.cafe
    wrote sidst redigeret af mjack@mastodon.bsd.cafe
    #1

    Minimal Wayfire setup on FreeBSD 15.1:

    # Wayland
    doas pkg install wayland seatd
    doas sysrc seatd_enable="YES"
    doas service seatd start

    # Wayfire
    doas pkg install wayfire alacritty wofi swaylock wlogout grim slurp wf-shell wcm wayfire-plugins-extra

    doas sysrc dbus_enable="YES"
    doas service dbus start

    mkdir ~/.config/wayfire
    cp /usr/local/share/examples/wayfire/wayfire.ini ~/.config/wayfire
    vi ~/.config/wayfire/wayfire.ini
    [input]
    xkb_layout = dk

    # Alacritty
    mkdir ~/.config/alacritty
    vi ~/.config/alacritty/alacritty.toml
    [font]
    size = 14.0

    #FreeBSD #Wayland #Wayfire

    mjack@mastodon.bsd.cafeM dch@bsd.networkD 3 Replies Last reply
    0
    • mjack@mastodon.bsd.cafeM mjack@mastodon.bsd.cafe

      Minimal Wayfire setup on FreeBSD 15.1:

      # Wayland
      doas pkg install wayland seatd
      doas sysrc seatd_enable="YES"
      doas service seatd start

      # Wayfire
      doas pkg install wayfire alacritty wofi swaylock wlogout grim slurp wf-shell wcm wayfire-plugins-extra

      doas sysrc dbus_enable="YES"
      doas service dbus start

      mkdir ~/.config/wayfire
      cp /usr/local/share/examples/wayfire/wayfire.ini ~/.config/wayfire
      vi ~/.config/wayfire/wayfire.ini
      [input]
      xkb_layout = dk

      # Alacritty
      mkdir ~/.config/alacritty
      vi ~/.config/alacritty/alacritty.toml
      [font]
      size = 14.0

      #FreeBSD #Wayland #Wayfire

      mjack@mastodon.bsd.cafeM This user is from outside of this forum
      mjack@mastodon.bsd.cafeM This user is from outside of this forum
      mjack@mastodon.bsd.cafe
      wrote sidst redigeret af
      #2

      From Wayfire install message:
      ---
      Default Wayfire configuration expects packages below to be installed.
      However, they can be replaced with your preferred apps:
      - alacritty (default terminal)
      - wofi (app launcher)
      - swaylock (screen locker)
      - wlogout (for logging out)
      - grim & slurp (for screenshots)

      Additional packages recommended for new users:
      - wf-shell (default background/launcher/panel)
      - wcm (GUI settings)
      - wayfire-plugins-extra
      ---

      mjack@mastodon.bsd.cafeM 1 Reply Last reply
      0
      • mjack@mastodon.bsd.cafeM mjack@mastodon.bsd.cafe

        Minimal Wayfire setup on FreeBSD 15.1:

        # Wayland
        doas pkg install wayland seatd
        doas sysrc seatd_enable="YES"
        doas service seatd start

        # Wayfire
        doas pkg install wayfire alacritty wofi swaylock wlogout grim slurp wf-shell wcm wayfire-plugins-extra

        doas sysrc dbus_enable="YES"
        doas service dbus start

        mkdir ~/.config/wayfire
        cp /usr/local/share/examples/wayfire/wayfire.ini ~/.config/wayfire
        vi ~/.config/wayfire/wayfire.ini
        [input]
        xkb_layout = dk

        # Alacritty
        mkdir ~/.config/alacritty
        vi ~/.config/alacritty/alacritty.toml
        [font]
        size = 14.0

        #FreeBSD #Wayland #Wayfire

        mjack@mastodon.bsd.cafeM This user is from outside of this forum
        mjack@mastodon.bsd.cafeM This user is from outside of this forum
        mjack@mastodon.bsd.cafe
        wrote sidst redigeret af
        #3

        % env
        ALACRITTY_LOG=/tmp/Alacritty-3370.log
        ALACRITTY_SOCKET=/var/run/xdg/mjack/Alacritty-wayland-1-3370.sock
        ALACRITTY_WINDOW_ID=26644043574528
        BLOCKSIZE=K
        COLORTERM=truecolor
        DISPLAY=:0
        HOME=/home/mjack
        LANG=C.UTF-8
        LOGNAME=mjack
        MAIL=/var/mail/mjack
        MM_CHARSET=UTF-8
        OLDPWD=/home/mjack
        PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/mjack/bin
        PROMPT=%n@%m %~ %#
        PWD=/home/mjack
        SHELL=/usr/local/bin/zsh
        SHLVL=2
        TERM=xterm-256color
        USER=mjack
        WAYFIRE_CONFIG_FILE=/home/mjack/.config/wayfire/wayfire.ini
        WAYLAND_DISPLAY=wayland-1
        WINDOWID=26644043574528
        XCURSOR_SIZE=24
        XDG_CURRENT_DESKTOP=wayfire
        XDG_RUNTIME_DIR=/var/run/xdg/mjack
        XDG_SESSION_TYPE=wayland
        _=/usr/bin/env
        _JAVA_AWT_WM_NONREPARENTING=1

        1 Reply Last reply
        0
        • mjack@mastodon.bsd.cafeM mjack@mastodon.bsd.cafe

          Minimal Wayfire setup on FreeBSD 15.1:

          # Wayland
          doas pkg install wayland seatd
          doas sysrc seatd_enable="YES"
          doas service seatd start

          # Wayfire
          doas pkg install wayfire alacritty wofi swaylock wlogout grim slurp wf-shell wcm wayfire-plugins-extra

          doas sysrc dbus_enable="YES"
          doas service dbus start

          mkdir ~/.config/wayfire
          cp /usr/local/share/examples/wayfire/wayfire.ini ~/.config/wayfire
          vi ~/.config/wayfire/wayfire.ini
          [input]
          xkb_layout = dk

          # Alacritty
          mkdir ~/.config/alacritty
          vi ~/.config/alacritty/alacritty.toml
          [font]
          size = 14.0

          #FreeBSD #Wayland #Wayfire

          dch@bsd.networkD This user is from outside of this forum
          dch@bsd.networkD This user is from outside of this forum
          dch@bsd.network
          wrote sidst redigeret af
          #4

          @mjack this would make an excellent blog post, or even update to freebsd handbook if this is appropriate for wayfire.

          I'm still on X11 until I am forced to change, I don't have anything I need that requires wayland, but its really helpful for newcomers.

          mjack@mastodon.bsd.cafeM 1 Reply Last reply
          0
          • dch@bsd.networkD dch@bsd.network

            @mjack this would make an excellent blog post, or even update to freebsd handbook if this is appropriate for wayfire.

            I'm still on X11 until I am forced to change, I don't have anything I need that requires wayland, but its really helpful for newcomers.

            mjack@mastodon.bsd.cafeM This user is from outside of this forum
            mjack@mastodon.bsd.cafeM This user is from outside of this forum
            mjack@mastodon.bsd.cafe
            wrote sidst redigeret af
            #5

            @dch

            I'm getting old, and I've used MacBooks for a long time. Using gestures to zoom in and out on web pages is hard to live without, once you've tried it.

            Otherwise I agree, I like my setup simple and clean.

            1 Reply Last reply
            0
            • mjack@mastodon.bsd.cafeM mjack@mastodon.bsd.cafe

              From Wayfire install message:
              ---
              Default Wayfire configuration expects packages below to be installed.
              However, they can be replaced with your preferred apps:
              - alacritty (default terminal)
              - wofi (app launcher)
              - swaylock (screen locker)
              - wlogout (for logging out)
              - grim & slurp (for screenshots)

              Additional packages recommended for new users:
              - wf-shell (default background/launcher/panel)
              - wcm (GUI settings)
              - wayfire-plugins-extra
              ---

              mjack@mastodon.bsd.cafeM This user is from outside of this forum
              mjack@mastodon.bsd.cafeM This user is from outside of this forum
              mjack@mastodon.bsd.cafe
              wrote sidst redigeret af
              #6

              Just discovered this little gem:

              pkg info -D wayfire

              to re-read a pkg install message

              1 Reply Last reply
              0
              Svar
              • Svar som emne
              Login for at svare
              • Ældste til nyeste
              • Nyeste til ældste
              • Most Votes


              • Log ind

              • Har du ikke en konto? Tilmeld

              • Login or register to search.
              Powered by NodeBB Contributors
              Graciously hosted by data.coop
              • First post
                Last post
              0
              • Hjem
              • Seneste
              • Etiketter
              • Populære
              • Verden
              • Bruger
              • Grupper