Skip to content

Commit 23b3218

Browse files
authored
Merge pull request #15 from rey/feature_tidy_docs
Feature tidy docs
2 parents 9d62955 + 126ddfc commit 23b3218

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
1212

1313
# Every Vagrant development environment requires a box. You can search for
1414
# boxes at https://atlas.hashicorp.com/search.
15-
config.vm.box = "ubuntu/vivid64"
15+
config.vm.box = "ubuntu/xenial64"
1616

1717
# Disable automatic box update checking. If you disable this, then
1818
# boxes will only be checked for updates when the user runs

config/i3

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ exec --no-startup-id feh --bg-scale ~/computer/desktop.jpg
4444
# Bring up an empty workspace
4545
# exec --no-startup-id i3-msg "workspace 2"
4646

47+
# Start the handy nm-applet
48+
exec --no-startup-id nm-applet
49+
50+
# Disable tap-to-click
51+
exec --no-startup-id "synclient MaxTapTime=0"
52+
4753

4854
# STUFF
4955

@@ -81,7 +87,8 @@ bindsym $mod+Return exec i3-sensible-terminal
8187
bindsym $mod+i exec i3-input
8288

8389
# Trigger i3lock
84-
bindsym $mod+Shift+x exec i3lock -i ~/.i3/desktop.jpg
90+
# bindsym $mod+Shift+x exec i3lock --image=~/computer/desktop.jpg
91+
bindsym $mod+Shift+x exec i3lock --colour=ff66cc
8592

8693
# Trigger dmenu
8794
bindsym $mod+d exec --no-startup-id dmenu_run

config/i3status

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ battery 0 {
2828
status_bat = "Battery"
2929
status_full = "Full"
3030
low_threshold = 10
31+
last_full_capacity = true
32+
hide_seconds = true
3133
}
3234
tztime local {
3335
format = "%a %d %b %y @ %H:%M"

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ sudo apt-get --assume-yes upgrade
3535
echo
3636
echo "INSTALL STUFF"
3737
echo
38-
sudo apt-get --assume-yes install i3 chromium-browser feh git saidar tmux tree vim xfce4-terminal xinit
38+
# feh is used to set the wallpaper
39+
sudo apt-get --assume-yes install i3 chromium-browser feh git saidar tmux tree vim xfce4-terminal xinit network-manager
3940
echo
4041
echo "GET DOTS"
4142
echo

0 commit comments

Comments
 (0)