Skip to content

Latest commit

 

History

History
67 lines (57 loc) · 1.98 KB

README.md

File metadata and controls

67 lines (57 loc) · 1.98 KB

linux-configs

The starting point is your home folder (~)

  • v1 is for sway and i3
  • v2 is for i3
  • v3 is for sway, using swaybar
  • v4 is for i3 and sway
    • config file for i3blocks is .config/i3blocks/config

Software needed for i3

Software needed for sway

  • kanshi gammastep playerctl grim kitty

Useful software

Useful shortcuts for i3/sway

  • mod+[0..9] - switch to desktop [0..9]
  • mod+shift+e - show nag system menu (suspend, leave session) - (no keyboard interaction)
  • mod+q - close active window
  • mod+w - will put all the windows into a set of tabs
  • mod+s - will put all the windows into a stack
  • mod+e - will put everything back

Useful shortcuts for i3

  • mod+f11 - show system menu (lock, logout, suspend, reboot, shutdown)

How to clone and commit to this repo

  1. clone the repo
git clone https://github.com/georgeabr/linux-configs; cd linux-configs/

To remember git credentials, to save username/password

git config credential.helper store

To configure identity, required by git

git config --global user.email "your email"
git config --global user.name "georgeabr"
  1. commit to this repo any modifications made
$ git add .; git commit -m "modified"; git push -u origin master

For sway

  1. Alternative to dmenu
install bemenu
  1. disable audio bell - the command below in /etc/profile
$ xset -b