sway-config-fedora/sway/environment
Aleksei Bavshin 5ca76fd3af
sway: move /etc/sway/env -> /etc/sway/environment
Add example environment file.
2023-01-03 22:55:29 -08:00

20 lines
625 B
Bash

# This file is a part of Fedora configuration for Sway and will be sourced
# from /usr/bin/start-sway script for all users of the system.
# User-specific variables should be placed in $XDG_CONFIG_HOME/sway/environment
#
# vim: set ft=sh:
## Pass extra arguments to the /usr/bin/sway executable
#SWAY_EXTRA_ARGS="$SWAY_EXTRA_ARGS --unsupported-gpu"
#SWAY_EXTRA_ARGS="$SWAY_EXTRA_ARGS --debug"
## Set environment variables
# Useful variables for wlroots:
# https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/master/docs/env_vars.md
#
#WLR_NO_HARDWARE_CURSORS=1
# Application compatibility
_JAVA_AWT_WM_NONREPARENTING=1