summaryrefslogtreecommitdiff
path: root/dot
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-26 21:07:40 -0400
committerAndrew Cady <d@jerkface.net>2020-05-26 21:07:40 -0400
commitfe3fb182c43849280537fb9797f896518110b75b (patch)
treed4093a0db71961ca4ad03e8648baa6538865ca39 /dot
parentbaae20273ca229ae5c0312c75a2419e5f1a63cd7 (diff)
sliceweasel: change launch command to "firefox"
Diffstat (limited to 'dot')
-rwxr-xr-xdot/local/bin/sliceweasel2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot/local/bin/sliceweasel b/dot/local/bin/sliceweasel
index 2a23c66..09c45bc 100755
--- a/dot/local/bin/sliceweasel
+++ b/dot/local/bin/sliceweasel
@@ -1,7 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2VERBOSE=y 2VERBOSE=y
3 3
4command=iceweasel 4command=firefox
5memory_ratio=0.5 5memory_ratio=0.5
6control_group=$command 6control_group=$command
7 7