Sway

Open-source projects categorized as Sway

Top 23 Sway Open-Source Projects

  • sway

    🌴 Empowering everyone to build reliable and efficient smart contracts. (by FuelLabs)

  • Waybar

    Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:

    Project mention: Hyprland waybar custom modules on-click never works | /r/hyprland | 2023-12-07
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • keyd

    A key remapping daemon for linux.

    Project mention: Key remapping to vim navigation and more | /r/Fedora | 2023-12-04

    I use keyd (https://github.com/rvaiya/keyd) and what I've done is remapped CapsLock down holding to a modifier key that allows me to use vim navigation and more. So when I press CapsLock down I can use jkl; for navigation. I've also added u and i as page up and down. For browser back and forward use n and m. Just pressing CapsLock acts as an esc press.

  • i3blocks

    The hacker-friendly status_command for Sway and i3

    Project mention: How can I modify i3status? | /r/i3wm | 2023-05-18

    Another tool you can consider is i3blocks, which really is just a light layer on top of the default i3bar but uses a more readable config format.

  • labwc

    A Wayland window-stacking compositor

    Project mention: Looking for the most minimal wm available rn | /r/wayland | 2023-07-12

    labwc?

  • dotfiles

    My dotfiles (by lokesh-krishna)

  • SwayNotificationCenter

    A simple GTK based notification daemon for SwayWM

    Project mention: (Fedora 38 + Hyprland) - I am at home, my search is over. | /r/hyprland | 2023-09-12

    swaync (notification daemon)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • swayfx

    SwayFX: Sway, but with eye candy!

    Project mention: [ New Package Request ] SwayFX | /r/voidlinux | 2023-06-03

    What are the chances of SwayFX being added to the repo ? I see someone had put in a PR but it was never accepted and also the package is now at version 0.3 whereas the person who put in the PR is still at 0.2 since April. Would it be bad practice for me to put in an updated PR that works as I'd be keen to maintain that package for sure ?

  • wayvnc

    A VNC server for wlroots based Wayland compositors

    Project mention: Dropping GNOME's X11 session approved for Fedora 41 | news.ycombinator.com | 2024-03-07

    You can run remote applications with Wayland now: https://access.redhat.com/documentation/en-us/red_hat_enterp...

    There is also a VNC server for fullscreen sessions (only supports wlroots compositors for now): https://github.com/any1/wayvnc

  • swappy

    A Wayland native snapshot editing tool, inspired by Snappy on macOS

    Project mention: MSPaint like tool for Linux | /r/linux | 2023-07-09

    I think swappy works great as a screenshot annotation tool.

  • i3ipc-python

    🐍 An improved Python library to control i3wm and sway.

    Project mention: How to switch focus to last selected window? | /r/i3wm | 2023-05-14
  • wob

    A lightweight overlay volume/backlight/progress/anything bar for Wayland.

  • autotiling

    Script for sway and i3 to automatically switch the horizontal / vertical window split orientation

    Project mention: I cannot write "^" in the terminal | /r/ManjaroLinux | 2023-12-08

    # i1 config file (v4) # # Please see https://i3wm.org/docs/userguide.html for a complete reference! # # This config file uses keycodes (bindsym) and was written for the QWERTY # layout. # # To get a config file with the same key positions, but for your current # layout, use the i3-config-wizard # The modifier used all along this configuration file. It is the super key. # Mod1 = Alt, Mod4 = super set $mod Mod4 # local conf. Differ depending on the computer include ~/.config/i3/local.conf # A nice autotiling # needs to use the script in https://github.com/nwg-piotr/autotiling exec_always --no-startup-id autotiling # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. # font pango:monospace 12 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). font pango:DejaVu Sans Mono 14 # Start XDG autostart .desktop files using dex. See also # https://wiki.archlinux.org/index.php/XDG_Autostart exec --no-startup-id dex --autostart --environment i3 # The combination of xss-lock, nm-applet and pactl is a popular choice, so # they are included here as an example. Modify as you see fit. # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen. exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. exec --no-startup-id nm-applet # use these keys for focus, movement, and resize directions when reaching for # the arrows is not convenient set $up k set $down j set $left h set $right l # use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod # start a terminal bindsym $mod+Return exec i3-sensible-terminal bindsym $mod+t exec i3-sensible-terminal # start applications # bindsym $mod+Shift+f exec firefox # bindsym $mod+Shift+z exec zathura # terminal applications # Cause i use konsole terminal... # bindsym $mod+Shift+r exec konsole -e ranger # bindsym $mod+Shift+n exec konsole -e nvim # kill focused window bindsym $mod+Shift+q kill # start dmenu (a program launcher) # bindsym $mod+d exec --no-startup-id dmenu_run # A more modern dmenu replacement is rofi: set $rofi exec "rofi -modi drun,run -show drun -show-icons" # some added scripts set $rofi_scripts ~/.config/rofi bindsym $mod+d exec "rofi -modi drun,run -show drun -show-icons" # doesn't work bindsym $mod+b exec $rofi_scripts/i3_switch_workspace.sh bindsym $mod+Shift+b exec "rofi -show window -show-icons" # There also is i3-dmenu-desktop which only displays applications shipping a # .desktop file. It is a wrapper around dmenu, so you need that installed. # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop # change focus bindsym $mod+$left focus left bindsym $mod+$down focus down bindsym $mod+$up focus up bindsym $mod+$right focus right # alternatively, you can use the cursor keys: bindsym $mod+Left focus left bindsym $mod+Down focus down bindsym $mod+Up focus up bindsym $mod+Right focus right # move focused window bindsym $mod+Shift+$left move left bindsym $mod+Shift+$down move down bindsym $mod+Shift+$up move up bindsym $mod+Shift+$right move right # alternatively, you can use the cursor keys: bindsym $mod+Shift+Left move left bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right # split in horizontal orientation bindsym $mod+Shift+v split h # split in vertical orientation bindsym $mod+v split v # enter fullscreen mode for the focused container bindsym $mod+f fullscreen toggle # change container layout (stacked, tabbed, toggle split) bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split # toggle tiling / floating bindsym $mod+Shift+space floating toggle # change focus between tiling / floating windows bindsym $mod+space focus mode_toggle # focus the parent container bindsym $mod+a focus parent # focus the child container bindsym $mod+z focus child # Show the next scratchpad window or hide the focused scratchpad window. # If there are multiple scratchpad windows, this command cycles through them. bindsym $mod+c scratchpad show # move the currently focused window to the scratchpad bindsym $mod+Shift+c move scratchpad # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places. set $ws1 "1" set $ws2 "2" set $ws3 "3" set $ws4 "4" set $ws5 "5" set $ws6 "6" set $ws7 "7" set $ws8 "8" set $ws9 "9" set $ws10 "10" # switch to workspace bindsym $mod+1 workspace number $ws1 bindsym $mod+2 workspace number $ws2 bindsym $mod+3 workspace number $ws3 bindsym $mod+4 workspace number $ws4 bindsym $mod+5 workspace number $ws5 bindsym $mod+6 workspace number $ws6 bindsym $mod+7 workspace number $ws7 bindsym $mod+8 workspace number $ws8 bindsym $mod+9 workspace number $ws9 bindsym $mod+0 workspace number $ws10 #navigate workspaces next / previous, as for the navigation after the f/t bindsym $mod+semicolon workspace next bindsym $mod+comma workspace prev # move focused container to workspace bindsym $mod+Shift+1 move container to workspace number $ws1 bindsym $mod+Shift+2 move container to workspace number $ws2 bindsym $mod+Shift+3 move container to workspace number $ws3 bindsym $mod+Shift+4 move container to workspace number $ws4 bindsym $mod+Shift+5 move container to workspace number $ws5 bindsym $mod+Shift+6 move container to workspace number $ws6 bindsym $mod+Shift+7 move container to workspace number $ws7 bindsym $mod+Shift+8 move container to workspace number $ws8 bindsym $mod+Shift+9 move container to workspace number $ws9 bindsym $mod+Shift+0 move container to workspace number $ws10 # For example, if you are on the workspace 1 and you hit $mod+2, you’ll switch to workspace 2. # Then, if you hit $mod+2 again, you’ll go back to your previous workspaces, workspace 1. workspace_auto_back_and_forth no # reload the configuration file # bindsym $mod+Shift+c reload bindsym $mod+r restart # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) # exit i3 (logs you out of your X session) bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" # resize window (you can also use the mouse for that) mode "resize" { # These bindings trigger as soon as you enter the resize mode # Pressing left will shrink the window’s width. # Pressing right will grow the window’s width. # Pressing up will shrink the window’s height. # Pressing down will grow the window’s height. bindsym $left resize shrink width 10 px or 10 ppt bindsym $down resize grow height 10 px or 10 ppt bindsym $up resize shrink height 10 px or 10 ppt bindsym $right resize grow width 10 px or 10 ppt # same bindings, but for the arrow keys bindsym Left resize shrink width 10 px or 10 ppt bindsym Down resize grow height 10 px or 10 ppt bindsym Up resize shrink height 10 px or 10 ppt bindsym Right resize grow width 10 px or 10 ppt # back to normal: Enter or Escape or $mod+r bindsym Return mode "default" bindsym Escape mode "default" bindsym $mod+r mode "default" } bindsym $mod+Shift+s mode "resize" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { font pango:Exo2, FontAwesome5Free, FontAwesome5Brands, SymbolsNerdFont 12 status_command i3blocks position bottom } # for polybar # exec_always --no-startup-id $HOME/polybar-collection/launch.sh # a mode to exit, more practical that the $mod+Shift+e that forces the use of mouse. mode "exit: [l]ogout, [r]eboot, [s]hutdown" { bindsym l exec i3-msg exit bindsym r exec systemctl reboot bindsym s exec systemctl poweroff bindsym Escape mode "default" bindsym Return mode "default" bindsym $mod+x mode "default" } # I added fullscreen disable in order for the message to always be visible bindsym $mod+x fullscreen disable mode "exit: [l]ogout, [r]eboot, [s]hutdown" # command to rename current workspace, n for 'name' # NOT A GOOD IDEA. Would break the usefullness of the binding for workspaces 1,2,3... # bindsym $mod+n exec i3-input -F 'rename workspace to "%s"' -P 'New workspace name: ' # bindsym $mod+Shift+n exec i3-input -F 'title_format "%s"' -P 'New windows name: ' # configure gaps gaps inner 5 gaps outer 5 # need to be installed! config file in /etc/xdg/picom.conf # used by flashfocus exec_always --no-startup-id picom # See https://github.com/fennerm/flashfocus/wiki exec_always --no-startup-id flashfocus # flashfocus can also be bound to a keystroke. # bindsym $mod+n exec --no-startup-id flash_window # Not really for i3, but to put zathura as default viewer: # source https://wiki.archlinux.org/title/zathura # xdg-mime default org.pwmt.zathura.desktop application/pdf

  • swaylock

    Screen locker for Wayland

    Project mention: How to change the swayidle config | /r/Fedora | 2023-04-26

    I am using the Fedora 38 Sway Spin and I want to change the swayidle behaviour, because I want to use swaylock-effects instead of swaylock.

  • nwg-shell

    Installer & meta-package for the nwg-shell project: a GTK3-based shell for sway and Hyprland Wayland compositors

    Project mention: Hyprland desktop environment without tinkering | /r/hyprland | 2023-11-19

    nwg-shell

  • tofi

    Tiny dynamic menu for Wayland

    Project mention: Freebsd 14 Wayland and Wayfire using Nvidia on Dell XPS 15 | /r/freebsd | 2023-12-04
  • sway-launcher-desktop

    TUI Application launcher with Desktop Entry support. Made for SwayWM, but runs anywhere

    Project mention: Sway-Talisman: Terminal Application Launcher in Scratchpad, Minimalist And Native | /r/swaywm | 2023-12-06

    Is it better than https://github.com/Biont/sway-launcher-desktop ?

  • wluma

    Automatic brightness adjustment based on screen contents and ALS

  • dotfiles

    Sway acid dark (by eoli3n)

  • swayidle

    Idle management daemon for Wayland

    Project mention: runwhenidle - Linux utility that can automatically pause a computationally-intensive command when user is in front of a computer and resume it when they are away. | /r/linux | 2023-05-14

    X11 is not necessary. For example: swayidle.

  • dotfiles

    A collection of my personal dotfiles (by hamvocke)

  • cliphist

    wayland clipboard manager with support for multimedia

    Project mention: Copy-paste from closed source clipboard manager | /r/wayland | 2023-10-21

    To work around it, it seems that one have to use a clipboard manager. Under X11 I used CopyQ, which did solve it for me then. Now under Wayland I did not get CopyQ to work out of the box. I have instead tried using cliphist https://github.com/sentriz/cliphist

  • nixpkgs-wayland

    Automated, pre-built packages for Wayland (sway/wlroots) tools for NixOS. [maintainers=@colemickens, @Artturin]

    Project mention: Wayland on NixOS: Confusion, Conquest, Triumph | news.ycombinator.com | 2023-07-02

    Pro-tip: use https://github.com/nix-community/nixpkgs-wayland if you want Nvidia support and more frequently updating versions over nixpkgs.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-07.

Sway related posts

Index

What are some of the best open-source Sway projects? This list will help you:

Project Stars
1 sway 63,178
2 Waybar 5,353
3 keyd 2,272
4 i3blocks 2,237
5 labwc 1,426
6 dotfiles 1,045
7 SwayNotificationCenter 1,035
8 swayfx 1,012
9 wayvnc 921
10 swappy 892
11 i3ipc-python 831
12 wob 821
13 autotiling 810
14 swaylock 767
15 nwg-shell 734
16 tofi 708
17 sway-launcher-desktop 585
18 wluma 547
19 dotfiles 492
20 swayidle 491
21 dotfiles 490
22 cliphist 476
23 nixpkgs-wayland 461
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com