User Tools

Site Tools


linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux [2024/01/24 23:58] – [First Things] added dotfiles link dblumelinux [2024/04/27 00:13] (current) dblume
Line 21: Line 21:
   sudo apt install tmux entr   sudo apt install tmux entr
   tmux   tmux
-  sudo apt install curl jq tree expect gnuplot httpie visidata+  sudo apt install curl jq tree expect gnuplot httpie visidata ripgrep at
   sudo apt install python3-pip   sudo apt install python3-pip
   python3 -m pip install matplotlib   python3 -m pip install matplotlib
Line 74: Line 74:
  
 I put the krita appimage in ''/usr/local/bin'', the .desktop in ''$HOME/.local/share/applications'', and a 256x256 .png in ''/usr/share/pixmaps''. The .png is untested. I put the krita appimage in ''/usr/local/bin'', the .desktop in ''$HOME/.local/share/applications'', and a 256x256 .png in ''/usr/share/pixmaps''. The .png is untested.
 +
 +===== DejaVu Sans for Powerline Font =====
 +
 +First install the Powerline Font:
 +
 +  git clone --filter=blob:none -b master --single-branch https://github.com/powerline/fonts.git
 +  cd fonts
 +  ./install.sh "DejaVu Sans"
 +
 +Then your terminal emulator can use it.
  
 ===== i3 ===== ===== i3 =====
  
 The [[https://i3wm.org/|i3 Window Manager]]. The [[https://i3wm.org/|i3 Window Manager]].
 +
 +==== Install Alacritty ====
 +
 +gnome-terminal won't distinguish between C-i and Tab, so [[https://www.how2shout.com/linux/how-to-install-alacritty-terminal-on-ubuntu-22-04-lts/|install a terminal emulator that can, like Alacritty]], and set TERMINAL in .bashrc for i3-sensible-terminal to use.
 +
  
 ==== Configuration ==== ==== Configuration ====
Line 97: Line 112:
 xinput set-prop "PIXA3854:00 093A:0274 Touchpad" "libinput Natural Scrolling Enabled" 1 xinput set-prop "PIXA3854:00 093A:0274 Touchpad" "libinput Natural Scrolling Enabled" 1
 xinput set-prop "PIXA3854:00 093A:0274 Touchpad" "libinput Tapping Drag Lock Enabled" 1 xinput set-prop "PIXA3854:00 093A:0274 Touchpad" "libinput Tapping Drag Lock Enabled" 1
 +xinput set-prop "PIXA3854:00 093A:0274 Touchpad" "libinput Scrolling Pixel Distance" 40
 </file> </file>
  
linux.1706169538.txt.gz · Last modified: 2024/01/24 23:58 by dblume