summaryrefslogtreecommitdiffstats
path: root/.config/bspwm/bspwmrc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-11 14:53:57 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-11 14:53:57 +0200
commit5d0234d73b26fc48921f7d269eddb465d6658ad5 (patch)
tree7399e7e0694184fef6eb921da86efd6f127c72d5 /.config/bspwm/bspwmrc
parentAdded bspswallow (diff)
downloaddotfiles-bsd-5d0234d73b26fc48921f7d269eddb465d6658ad5.tar.gz
dotfiles-bsd-5d0234d73b26fc48921f7d269eddb465d6658ad5.tar.bz2
dotfiles-bsd-5d0234d73b26fc48921f7d269eddb465d6658ad5.tar.xz
dotfiles-bsd-5d0234d73b26fc48921f7d269eddb465d6658ad5.tar.zst
dotfiles-bsd-5d0234d73b26fc48921f7d269eddb465d6658ad5.zip
Changes
Diffstat (limited to '.config/bspwm/bspwmrc')
-rwxr-xr-x.config/bspwm/bspwmrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
index 38d5925..a0e716e 100755
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -32,7 +32,6 @@ use constant {
GOTOP_PATH => '/usr/local/bin/gotop',
VIFM_PATH => '/usr/local/bin/vifm',
GIT_PATH => '/usr/local/bin/git',
- QTOX_PATH => '/usr/local/bin/qtox',
XSETROOT_PATH => '/usr/local/bin/xsetroot',
XINPUT_PATH => '/usr/local/bin/xinput',
SETWP_PATH => '/usr/home/jozan/.local/bin/setwp',
@@ -330,7 +329,6 @@ sub run_network_programs
$curl->setopt(CURLOPT_WRITEDATA, \$response_body);
if ($curl->perform == 0) {
system(GIT_PATH, '-C', '/usr/home/jozan/.elfeed', 'pull', 'origin', 'master');
- run_if_dead(QTOX_PATH);
}
return;
}