sway + wezterm updates
parent
89ddba06dd
commit
3c2bdb50f8
|
|
@ -146,3 +146,4 @@ TryExec=/usr/bin/gnome-session
|
|||
Type=Application
|
||||
DesktopNames=GNOME
|
||||
X-GDM-SessionRegisters=true
|
||||
Environment=wayland
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Name=Sway (Debug)
|
||||
Comment=An i3-compatible Wayland compositor
|
||||
Exec=sway --debug --verbose
|
||||
Type=Application
|
||||
Environment=wayland
|
||||
|
|
@ -3,3 +3,4 @@ Name=Sway (systemd)
|
|||
Comment=SirCmpwn's Wayland window manager as a systemd service
|
||||
Exec=sway-service
|
||||
Type=Application
|
||||
Environment=wayland
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ export EDITOR=$GIT_EDITOR;
|
|||
export VISUAL=$EDITOR;
|
||||
|
||||
if [[ -d "${HOME}/.bin" ]]; then
|
||||
PATH=${HOME}/.bin:${PATH};
|
||||
PATH=${HOME}/.bin:${HOME}/.local/bin:${PATH};
|
||||
fi
|
||||
|
||||
# bindings
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ set tags=./.git/tags,tags
|
|||
set clipboard+=unnamedplus
|
||||
|
||||
|
||||
set guifont=Literation\ Mono\ for\ Powerline:h12,Literation_Mono_for_Powerline:h12,Inconsolata\ for\ Powerline:h10,Ubuntu\ Mono:h26,Consolas:h12,Courier:h12
|
||||
set guifont=Pragmata\ Pro\ Mono\ Liga:h12,Literation_Mono_for_Powerline:h12,Inconsolata\ for\ Powerline:h10,Ubuntu\ Mono:h26,Consolas:h12,Courier:h12
|
||||
|
||||
set lcs=tab:▸\ ,trail:·,eol:¬,nbsp:_
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,9 @@ config.inactive_pane_hsb = {
|
|||
|
||||
config.window_background_opacity = 0.5;
|
||||
|
||||
|
||||
-- config.leader = { key = 'a', mods = 'CTRL' }
|
||||
|
||||
config.keys = {
|
||||
-- This will create a new split and run your default program inside it
|
||||
{
|
||||
|
|
@ -44,7 +47,7 @@ config.keys = {
|
|||
},
|
||||
{
|
||||
key="j",
|
||||
mods="CTRL|SHIFT",
|
||||
mods="CTRL|ALT",
|
||||
action=wezterm.action{AdjustPaneSize={"Down", 4}}
|
||||
},
|
||||
{
|
||||
|
|
@ -84,14 +87,9 @@ config.keys = {
|
|||
},
|
||||
{
|
||||
key="w",
|
||||
mods="CTRL",
|
||||
mods="CTRL|SHIFT",
|
||||
action=wezterm.action{CloseCurrentPane={confirm=false}}
|
||||
},
|
||||
{
|
||||
key="w",
|
||||
mods="CTRL|SHIFT",
|
||||
action=wezterm.action{CloseCurrentTab={confirm=true}}
|
||||
}
|
||||
};
|
||||
|
||||
return config;
|
||||
|
|
|
|||
Loading…
Reference in New Issue