update sway

This commit is contained in:
Alexander Bantyev 2020-05-12 22:38:45 +03:00
parent 03afe6c90a
commit bdd5a8ab1a
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
3 changed files with 15 additions and 9 deletions

View File

@ -96,7 +96,7 @@ in {
disconnect_sign = "" disconnect_sign = ""
encrypted_room_sign = "🔐" encrypted_room_sign = "🔐"
encryption_warning_sign = " " encryption_warning_sign = " "
human_buffer_names = off human_buffer_names = on
max_typing_notice_item_length = 50 max_typing_notice_item_length = 50
new_channel_position = none new_channel_position = none
pygments_style = "native" pygments_style = "native"

View File

@ -65,5 +65,4 @@ in {
}; };
}; };
environment.sessionVariables.GTK_THEME = "Generated"; environment.sessionVariables.GTK_THEME = "Generated";
environment.sessionVariables.GDK_BACKEND = "x11";
} }

View File

@ -53,6 +53,7 @@ in {
smartBorders = "on"; smartBorders = "on";
}; };
focus.followMouse = false; focus.followMouse = false;
focus.forceWrapping = true;
modifier = "Mod4"; modifier = "Mod4";
window = { window = {
border = 1; border = 1;
@ -190,18 +191,24 @@ in {
}; };
workspaceLayout = "tabbed"; workspaceLayout = "tabbed";
workspaceAutoBackAndForth = true; workspaceAutoBackAndForth = true;
input = {
"2:14:ETPS/2_Elantech_Touchpad" = {
tap = "enabled";
natural_scroll = "enabled";
dwt = "enabled";
};
"2:14:ETPS/2_Elantech_TrackPoint" = {
pointer_accel = "-0.7";
};
};
output = {
"*".bg = "${thm.bg} solid_color";
};
}; };
wrapperFeatures = { wrapperFeatures = {
gtk = true; gtk = true;
}; };
extraConfig = '' extraConfig = ''
output * bg ${thm.bg} solid_color
input 2:14:ETPS/2_Elantech_Touchpad {
tap enabled
natural_scroll enabled
dwt enabled
}
input 2:14:ETPS/2_Elantech_TrackPoint pointer_accel -0.7
default_border pixel 1 default_border pixel 1
mouse_warping container mouse_warping container
hide_edge_borders --i3 smart hide_edge_borders --i3 smart