From 80524ae3fe1fe3ff25d4755fccf3599e3db2b8ab Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Thu, 27 Dec 2018 23:36:11 +0100 Subject: [PATCH] update program names --- .i3/config | 4 ++-- scripts/install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.i3/config b/.i3/config index 9a5ae97..e4e3812 100755 --- a/.i3/config +++ b/.i3/config @@ -250,6 +250,6 @@ exec --no-startup-id nm-applet exec --no-startup-id xrandr --output LVDS1 --left-of VGA1 --auto exec --no-startup-id xrandr --output VGA1 --auto #exec --no-startup-id clipit -exec --no-startup-id i3-msg 'workspace $WS1; exec iceweasel;' -exec --no-startup-id i3-msg 'workspace $WS2; exec emacs25' +exec --no-startup-id i3-msg 'workspace $WS1; exec firefox;' +exec --no-startup-id i3-msg 'workspace $WS2; exec emacs' exec --no-startup-id i3-msg 'workspace $WS3; exec urxvt;' diff --git a/scripts/install.sh b/scripts/install.sh index 424baf0..1285c8d 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -162,7 +162,7 @@ install_i3() { i3 \ i3lock \ i3status \ - keepass2/stable \ + keepassxc \ pulseaudio \ rxvt-unicode-256color \ scrot \