summarylogtreecommitdiffstats
path: root/chromium-fullscreen.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-fullscreen.xinitrc')
-rw-r--r--chromium-fullscreen.xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium-fullscreen.xinitrc b/chromium-fullscreen.xinitrc
index d9b6a2e14e4b..f245084088ed 100644
--- a/chromium-fullscreen.xinitrc
+++ b/chromium-fullscreen.xinitrc
@@ -1,7 +1,7 @@
#!/bin/bash
# Get the current resolution
-RESOLUTION=`xrandr | grep \* | awk '{print $1}'`
+RESOLUTION=`xrandr | grep \* | awk '{print $1}' | tr x ,`
# The URL variuabile where we will store the final address to open
URL=''