Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • define mod_next at top of file: used throughout config, e.g.  mod=Mod1 (i.e. super), mod_next=Mod4 (i.e. alt)
  • conky config files (see following section)
  • pamac-manager now starts as normal (not float);
  • also using rofi (sudo pacman -S rofi) for both window listing (mod+Tab) and as a launcher (mod+d);
  • using py3status instead of i3status (sudo pacman -S py3status);
  • change split h/v keys to mod+z|x (alternatively mod+mod_next+q|e)
  • using mod_next+u|i|o|p|[ keys for various apps (like launching pamac, chromium, bitwarden, putty, nautilus);
  • added resizing windows without needing resize mode and disabled resizing mode.  Can also use vim style keys here;
  • changes to container and splitting shortcuts; 
  • mod+mod_next+z, mod+mod+next+x increases/decreases current window transparency needs transset-df (sudo pacman -S transset-df);
  • sticky window toggle set to (mod+ctrl+s);
  • added "netflix" and "spotify" modes window settings (mod+mod_next+n, mod+mod_next+m);change split h/v keys to mod+z|x (alternatively mod+mod
  • added "redshift" mode (mod_next+q|e)r) to help my old ninja eyes...
Warning

I have several bindsyms that use integrated bash scripts (i.e. not external but explicitly defined in my i3 config) which depend on xdotool. Please ensure you have xdotool installed, e.g. do "pacman -S xdotool"

...