mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
12 lines
207 B
Bash
12 lines
207 B
Bash
#!/bin/bash
|
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2025 ROCKNIX (https://github.com/ROCKNIX)
|
|
|
|
. /etc/profile
|
|
set_kill set "commander"
|
|
|
|
sway_fullscreen "commander" &
|
|
|
|
/usr/bin/commander
|