Skip to content

beatreichenbach/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Installation

don't

The installation files have not been tested, don't use them.

stow

Use stow to install the config files.

stow --adopt .
git reset --hard
stow -t ~ .

paru

github.com/Morganamilo/paru

pacman -S --needed base-devel
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si

Configuration

google-chrome-stable

Set following flags in chrome:

WebRTC PipeWire support		Emabled
Preferred Ozone platform	Wayland

Fonts

Current font used: JetBrains Mono

Fonts are installed here: /usr/share/fonts

Font defaults: ~/.config/fontconfig/fonts.conf

Console defaults: /etc/vconsole.conf

GTK

GTK is actually customized in sway/config-theme.

The current GTK conf can be stored and restored with:

dconf dump / > dump.dconf
dconf reset -f /
dconf load / < dump.dconf

Current theme used: Qogir which is available in the AUR: qogir-gtk-theme qogir-icon-theme

However since I want custom options for the qogir theme:

git clone https://github.com/vinceliuice/Qogir-theme
./install.sh --theme default --color standard --icon arch

sway

Notifications (not used):

tuigreet

Sessions are loaded from the following locations:

/usr/share/xsessions
/usr/share/wayland-sessions

Wallpapers

  • To cycle through wallpapers: wpaperd
  • To display wallpapers: swaybg
  • For nicer wallpapers (not used): swww

Workspaces

Workspaces are currently set up like this:

  • super + 1: fun
  • super + 2: work
  • super + 3: work browser
  • super + 4: work terminal
  • super + 5: slack
  • super + 6:
  • super + 7:
  • super + 8:
  • super + 9: utilities

xdg

As many files as possible have been moved to the ~/.config folder with the help of xdg-ninja.

Most of the configuration for xdg happens in the .profile file.

https://wiki.archlinux.org/title/XDG_Base_Directory

xdg-desktop-portal

https://man.archlinux.org/man/xdg-desktop-portal-wlr.5

JetBrains Products

PyCharm settings are stored with Settings Sync

Additional Information

multiplexer

https://zellij.dev/

https://www.youtube.com/watch?v=DzNmUNvnB04

sway

https://github.com/WillPower3309/swayfx

pulsemixer

https://github.com/GeorgeFilipkin/pulsemixer

abduco

https://wiki.archlinux.org/title/Abduco

sshfs

https://wiki.archlinux.org/title/SSHFS

ripgrep

https://github.com/BurntSushi/ripgrep

https://github.com/walderf/dotfiles/blob/main/.config/ripgrep/rg.conf

fuzzy-finder

https://github.com/junegunn/fzf

zoxide

https://github.com/ajeetdsouza/zoxide

bat

https://github.com/sharkdp/bat

sad

https://github.com/ms-jpq/sad

About

My configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published