Skip to content

Commit

Permalink
added border toggle to i3 config, added lynx to default packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 28, 2024
1 parent 19b43e2 commit a5c90f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions home/.config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ bindsym $mod+l exec "bash ~/.bin/lock"
# lock and suspend
bindsym $mod+Shift+l exec "bash ~/.bin/lock --suspend"

# toggle window borders
bindsym $mod+b border toggle

# automatically lock after 10 minutes of inactivity
exec --no-startup-id /usr/bin/xautolock -time 10 -detectsleep -locker "bash ~/.bin/lock"

Expand Down
4 changes: 2 additions & 2 deletions install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if (uname | grep 'Darwin'); then
fi

GNU_UTILS="coreutils gnu-sed grep moreutils findutils"
BREW_PACKAGES="pyenv syncthing tmux neovim helix fish watch xz htop yt-dlp rustup rsync tree nmap pandoc ripgrep wget jq ncdu ruby graphviz gimp fzf websocat broot"
BREW_PACKAGES="pyenv syncthing tmux neovim helix fish watch xz htop yt-dlp rustup rsync tree nmap pandoc ripgrep wget jq ncdu ruby graphviz gimp fzf websocat broot lynx"
LIBS_PACKAGES="hdf5 c-blosc"
GIT_PACKAGES="git git-delta git-annex rclone git-annex-remote-rclone git-lfs"
BREW_CASK_PACKAGES="alacritty discord font-fira-code standard-notes zerotier-one visual-studio-code logseq koekeishiya/formulae/yabai flutter"
Expand All @@ -51,7 +51,7 @@ elif (lsb_release -a | grep 'Arch Linux'); then
echo 'Detected Arch Linux'

TERMINAL="fish tmux alacritty powerline broot"
BROWSERS="firefox okular"
BROWSERS="firefox okular lynx"
EDITORS="vim neovim"
VCS="git" # since this script is in git, we probably already have it, but still
TOOLS="redshift zoxide git-delta github-cli dunst dex sshfs tokei nmap fzf jq bc wireless_tools"
Expand Down

0 comments on commit a5c90f7

Please sign in to comment.