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 \