Compare commits
2 Commits
0f812af68f
...
9407ff6eaa
| Author | SHA1 | Date | |
|---|---|---|---|
| 9407ff6eaa | |||
| 2dc08699fb |
2
.bashrc
2
.bashrc
@@ -219,3 +219,5 @@ eval "$(fnm env --use-on-cd --version-file-strategy=recursive)"
|
|||||||
|
|
||||||
alias qwerty='swaymsg input "*" xkb_layout "se"'
|
alias qwerty='swaymsg input "*" xkb_layout "se"'
|
||||||
alias colemak='swaymsg input "*" xkb_layout "colemak-se"'
|
alias colemak='swaymsg input "*" xkb_layout "colemak-se"'
|
||||||
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
|
alias wezterm='WAYLAND_DISPLAY= wezterm'
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ local wezterm = require("wezterm")
|
|||||||
local act = wezterm.action
|
local act = wezterm.action
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
enable_wayland = false,
|
||||||
check_for_updates = true,
|
check_for_updates = true,
|
||||||
term = "xterm-256color",
|
term = "xterm-256color",
|
||||||
use_ime = true,
|
use_ime = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user