From e0c5ac464fac55f15e4573a38908980ced8a87ad Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Fri, 23 Jul 2021 21:43:57 +0200 Subject: [PATCH 1/3] Enable parallel downloads --- root/etc/pacman.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/pacman.conf b/root/etc/pacman.conf index 6fcf51d..59b1836 100644 --- a/root/etc/pacman.conf +++ b/root/etc/pacman.conf @@ -35,6 +35,7 @@ CheckSpace VerbosePkgLists #DisableDownloadTimeout #ILoveCandy +ParallelDownloads = 8 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. From b327ae833607299bb4e770054283bf050ae393d8 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 24 Jul 2021 00:01:53 +0200 Subject: [PATCH 2/3] Make alacritty transparent (0.9) --- home/.config/alacritty/alacritty.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/home/.config/alacritty/alacritty.yml b/home/.config/alacritty/alacritty.yml index c75a51b..c5a5830 100644 --- a/home/.config/alacritty/alacritty.yml +++ b/home/.config/alacritty/alacritty.yml @@ -93,10 +93,10 @@ window: # and `light`. Set this to `None` to use the default theme variant. #gtk_theme_variant: None -#scrolling: +scrolling: # Maximum number of lines in the scrollback buffer. # Specifying '0' will disable scrolling. - #history: 10000 + history: 10000 # Scrolling distance multiplier. #multiplier: 3 @@ -150,7 +150,7 @@ window: #style: Bold Italic # Point size - #size: 11.0 + size: 11.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter @@ -173,7 +173,7 @@ window: #use_thin_strokes: true # If `true`, bold text is drawn using the bright color variants. -#draw_bold_text_with_bright_colors: false +draw_bold_text_with_bright_colors: false # Colors (Tomorrow Night) colors: @@ -261,15 +261,15 @@ colors: white: '#c5c8c6' # Bright colors - #bright: - # black: '#666666' - # red: '#d54e53' - # green: '#b9ca4a' - # yellow: '#e7c547' - # blue: '#7aa6da' - # magenta: '#c397d8' - # cyan: '#70c0b1' - # white: '#eaeaea' + bright: + black: '#666666' + red: '#d54e53' + green: '#b9ca4a' + yellow: '#e7c547' + blue: '#7aa6da' + magenta: '#c397d8' + cyan: '#70c0b1' + white: '#eaeaea' # Dim colors # @@ -340,7 +340,7 @@ colors: # # Window opacity as a floating point number from `0.0` to `1.0`. # The value `0.0` is completely transparent and `1.0` is opaque. -#background_opacity: 1.0 +background_opacity: 0.9 #selection: # This string contains all characters that are used as separators for From 5bf013f25db2b8352ef07859a4e1340eecb335cd Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 24 Jul 2021 00:03:29 +0200 Subject: [PATCH 3/3] Disable xcompmgr, causes issues --- home/.config/x11/xprofile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/home/.config/x11/xprofile b/home/.config/x11/xprofile index b9b13cb..8c69653 100644 --- a/home/.config/x11/xprofile +++ b/home/.config/x11/xprofile @@ -9,8 +9,8 @@ xrandr --output HDMI-1 --auto --output eDP-1 --right-of HDMI-1 --auto # Set the background with a custom `setbg` script setbg & -# xcompmgr to allow transparency -xcompmgr & +# Xcompmgr to allow transparency +#xcompmgr & # Dunst for notifications dunst & @@ -22,6 +22,15 @@ nm-applet & # if installed normally, use `trayer`, not `trayer-srg` command trayer-srg --monitor 0 --edge top --align right --widthtype request --padding 0 --transparent true --tint 0x282c34 --alpha 0 --height 23 & +# AppArmor notifications +aa-notify -p & + +# Run emacs daemon +#emacs --daemon & + +# Run urxvt daemon +#urxvtd -q -o -f & + # Enable running applications from chroot xhost +local: