File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
12
12
13
13
# Every Vagrant development environment requires a box. You can search for
14
14
# boxes at https://atlas.hashicorp.com/search.
15
- config . vm . box = "ubuntu/vivid64 "
15
+ config . vm . box = "ubuntu/xenial64 "
16
16
17
17
# Disable automatic box update checking. If you disable this, then
18
18
# boxes will only be checked for updates when the user runs
Original file line number Diff line number Diff line change @@ -44,6 +44,12 @@ exec --no-startup-id feh --bg-scale ~/computer/desktop.jpg
44
44
# Bring up an empty workspace
45
45
# exec --no-startup-id i3-msg "workspace 2"
46
46
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
+
47
53
48
54
# STUFF
49
55
@@ -81,7 +87,8 @@ bindsym $mod+Return exec i3-sensible-terminal
81
87
bindsym $mod+i exec i3-input
82
88
83
89
# 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
85
92
86
93
# Trigger dmenu
87
94
bindsym $mod+d exec --no-startup-id dmenu_run
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ battery 0 {
28
28
status_bat = "Battery"
29
29
status_full = "Full"
30
30
low_threshold = 10
31
+ last_full_capacity = true
32
+ hide_seconds = true
31
33
}
32
34
tztime local {
33
35
format = "%a %d %b %y @ %H:%M"
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ sudo apt-get --assume-yes upgrade
35
35
echo
36
36
echo " INSTALL STUFF"
37
37
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
39
40
echo
40
41
echo " GET DOTS"
41
42
echo
You can’t perform that action at this time.
0 commit comments