* added python-wheel (0.42.0) - The official binary distribution format for Python
[t2sde.git] / package / wayland / sway / default-xterm.patch
blob508f717bd83b56195be831a48fa3ef8e9b6173ae
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/sway/default-xterm.patch
3 # Copyright (C) 2023 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- sway-1.8.1/config.in.vanilla 2023-05-17 22:51:14.396707889 +0200
15 +++ sway-1.8.1/config.in 2023-05-17 22:51:45.039707047 +0200
16 @@ -14,7 +14,7 @@
17 set $up k
18 set $right l
19 # Your preferred terminal emulator
20 -set $term foot
21 +set $term xterm
22 # Your preferred application launcher
23 # Note: pass the final command to swaymsg so that the resulting window can be opened
24 # on the original workspace that the command was run on.