From 97ac1fc692667b4eadbe1abbade6eef75c0f57be Mon Sep 17 00:00:00 2001 From: adrien Date: Tue, 5 Jan 2021 23:36:57 +0100 Subject: [PATCH] Disable the option to bring the pointer to the center of the screen --- .config/spectrwm/spectrwm.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/spectrwm/spectrwm.conf b/.config/spectrwm/spectrwm.conf index 50c98d9..b68b621 100644 --- a/.config/spectrwm/spectrwm.conf +++ b/.config/spectrwm/spectrwm.conf @@ -10,7 +10,7 @@ focus_default = first spawn_position = next workspace_clamp = 0 warp_focus = 1 -warp_pointer = 1 +warp_pointer = 0 # Window Decoration border_width = 0 @@ -125,8 +125,8 @@ bind[rofi-ssh] = MOD+s program[firefox] = firefox bind[firefox] = MOD+w -program[intellij] = intellij-idea-ultimate-edition -bind[intellij] = MOD+i +#program[intellij] = intellij-idea-ultimate-edition +#bind[intellij] = MOD+i #program[chrome] = google-chrome-stable #bind[chrome] = MOD+g