Skip to content

Commit

Permalink
Never before had a small typo like this one caused so much damage.
Browse files Browse the repository at this point in the history
  • Loading branch information
3ximus committed Mar 7, 2024
1 parent 5aa876b commit 49e59b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/lattedockrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ windowSize=980,630
outlineWidth=1

[ScreenConnectors]
10=eDP-1:::0,0 1920x1080
10=eDP-1:::0,1080 1920x1080
11=HDMI-1:::0,0 1920x1080

[UniversalSettings]
Expand Down
1 change: 1 addition & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ bind-key e set status
# set window split
bind-key v split-window -h -c '#{pane_current_path}'
bind-key b split-window -v -c '#{pane_current_path}'
bind-key c new-window -c '#{pane_current_path}'

# join / split windows
bind-key a choose-window "join-pane -t '%%'"
Expand Down
5 changes: 4 additions & 1 deletion misc/vagrant/kali/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ Vagrant.configure("2") do |config|

config.vm.synced_folder "./", "/vagrant", type: "virtiofs"

config.ssh.insert_key = false
# this prevents new ssh key from being generated for this box but shouldn't be needed anymore
# there was a bug where the private key was missing a new line at the end of the file
# config.ssh.insert_key = false

# Forward X
config.ssh.forward_agent = true
config.ssh.forward_x11 = true
Expand Down

0 comments on commit 49e59b3

Please sign in to comment.