diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 22:42:58 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 22:42:58 +0530 |
| commit | 1bdffc96cd34b13e0bb4bc3685b6616c7cec8ba4 (patch) | |
| tree | 4b10873f5d8d0948d25793395f2b3bfd909597bb /config.def.h | |
| parent | 69ea92c117736630b160d23ca2ded87958ee0af5 (diff) | |
ipc patch
Diffstat (limited to '')
| -rw-r--r-- | config.def.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index e319a28..ab5f591 100644 --- a/config.def.h +++ b/config.def.h @@ -23,8 +23,10 @@ static int log_level = WLR_ERROR; /* Autostart */ static const char *const autostart[] = { - "wbg", "/path/to/your/image", NULL, - NULL /* terminate */ + "wbg", "/home/compromyse/Pictures/wallpaper.jpg", NULL, + "way-displays", NULL, + "dunst", NULL, + NULL }; @@ -68,7 +70,7 @@ static const int repeat_delay = 600; static const int tap_to_click = 1; static const int tap_and_drag = 1; static const int drag_lock = 1; -static const int natural_scrolling = 0; +static const int natural_scrolling = 1; static const int disable_while_typing = 1; static const int left_handed = 0; static const int middle_button_emulation = 1; |
