summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-27 09:53:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-27 09:53:35 -0700
commit689ea43d19fd2bf672979521d93d7bddf08e7a19 (patch)
treeef4101925c97a876e32a850dab8064474556591b
parent5abaec29973ecc4fc1ec0c0d1131233898db0fa7 (diff)
downloaddotfiles-689ea43d19fd2bf672979521d93d7bddf08e7a19.tar.gz
prefer xfce4-display-settings to arandr
-rw-r--r--.config/i3/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 9edd7df2..d1ea2548 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -410,7 +410,8 @@ mode "Launch program" {
bindsym g exec thunar , mode "default"
# launch xrandr graphical config
- bindsym x exec arandr , mode "default"
+ # bindsym x exec arandr , mode "default"
+ bindsym x exec xfce4-display-settings , mode "default"
# launch mpd client
bindsym m exec xfce4-terminal -e ncmpcpp , mode "default"