i've locked myself out
This commit is contained in:
@ -37,7 +37,10 @@ in {
|
||||
settings = {
|
||||
input = {
|
||||
kb_layout = "us,ua";
|
||||
resolve_binds_by_sym = 0;
|
||||
resolve_binds_by_sym =
|
||||
if hostname == "dunamis"
|
||||
then 1
|
||||
else 0;
|
||||
repeat_rate = 50;
|
||||
repeat_delay = 300;
|
||||
# mouse
|
||||
@ -157,6 +160,8 @@ in {
|
||||
scroller = {
|
||||
column_widths = "onethird onehalf twothirds one";
|
||||
window_heights = "onethird onehalf twothirds one";
|
||||
gesture_scroll_fingers = 3;
|
||||
gesture_overview_fingers = 3;
|
||||
jump_labels_font = "${config.stylix.fonts.sansSerif.name}";
|
||||
jump_labels_color = "0xff${config.lib.stylix.colors.base0A}";
|
||||
};
|
||||
@ -364,7 +369,7 @@ in {
|
||||
"$mod ALT, mouse:272, resizewindow"
|
||||
];
|
||||
gestures = {
|
||||
workspace_swipe = true;
|
||||
workspace_swipe = false;
|
||||
workspace_swipe_fingers = 3;
|
||||
workspace_swipe_distance = 300;
|
||||
};
|
||||
|
Reference in New Issue
Block a user