dotfiles

Personal dotfiles.
git clone git://vcs.sapka.me/dotfiles
Log | Files | Refs | Submodules

commit 9318c78599e5c571153b516752d47002ae85dc79
parent 228eef1f19259b58b60457cafa683a36033d37ac
Author: Michal Sapka <michal@sapka.me>
Date:   Wed, 15 Jun 2022 21:57:00 +0200

feat: alacritty

Diffstat:
Aalacritty/.config/alacritty/alacritty.yml | 78++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mi3/.config/i3/config | 2+-
Mxorg/.xinitrc | 3+--
3 files changed, 80 insertions(+), 3 deletions(-)

diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml @@ -0,0 +1,78 @@ +# Configuration for Alacritty, the GPU enhanced terminal emulator + +# Any items in the `env` entry below will be added as +# environment variables. Some entries may override variables +# set by alacritty it self. +env: + # TERM env customization. + # + # If this property is not set, alacritty will set it to xterm-256color. + # + # Note that some xterm terminfo databases don't declare support for italics. + # You can verify this by checking for the presence of `smso` and `sitm` in + # `infocmp xterm-256color`. + TERM: xterm-256color + +# The FreeType rasterizer needs to know the device DPI for best results +# (changes require restart) +dpi: + x: 96.0 + y: 96.0 + +# Display tabs using this many cells (changes require restart) +tabspaces: 8 + + # When true, bold text is drawn using the bright variant of colors. +draw_bold_text_with_bright_colors: true + + # Font configuration (changes require restart) +font: + # The normal (roman) font face to use. + normal: + family: Source Code Pro + # Style can be specified to pick a specific face. + style: Medium + + # The bold font face + bold: + family: Source Code Pro + # Style can be specified to pick a specific face. + style: Bold + + # The italic font face + italic: + family: Source Code Pro + # Style can be specified to pick a specific face. + style: Medium Italic + + # Point size of the font + size: 7 + +# Colors (Gruvbox Material Dark Medium) +colors: + primary: + background: '0x282828' + foreground: '0xdfbf8e' + + normal: + black: '0x665c54' + red: '0xea6962' + green: '0xa9b665' + yellow: '0xe78a4e' + blue: '0x7daea3' + magenta: '0xd3869b' + cyan: '0x89b482' + white: '0xdfbf8e' + + bright: + black: '0x928374' + red: '0xea6962' + green: '0xa9b665' + yellow: '0xe3a84e' + blue: '0x7daea3' + magenta: '0xd3869b' + cyan: '0x89b482' + white: '0xdfbf8e' + +window: + opacity: 0.8 diff --git a/i3/.config/i3/config b/i3/.config/i3/config @@ -44,7 +44,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU floating_modifier $mod # start a terminal -bindsym $mod+Return exec i3-sensible-terminal +bindsym $mod+Return exec alacritty # kill focused window bindsym $mod+Shift+q kill diff --git a/xorg/.xinitrc b/xorg/.xinitrc @@ -1,11 +1,10 @@ #!/bin/sh - #exec dwmblocks & - #exec dwm xrdb -merge ~/.XResources & +picom -f & feh --bg-fill `ls -d ~/wallpapers/* | shuf -n 1` & exec i3