From 36bd17923bb2a6c28ae0982c62387f35f23babc0 Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Mon, 19 Aug 2019 09:04:33 +0800 Subject: [PATCH] Update Alacritty and i3 --- alacritty/alacritty.yml | 2 +- i3/config | 6 ++++++ rofi/fds-sidebar-dark.rasi | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 6a007dc..18bedb7 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -96,7 +96,7 @@ scrolling: # Some applications, like Emacs, rely on knowing about the width of a tab. # To prevent unexpected behavior in these applications, it's also required to # change the `it` value in terminfo when altering this setting. -tabspaces: 8 +tabspaces: 4 # Font configuration (changes require restart) font: diff --git a/i3/config b/i3/config index dcdfff9..1ad00bf 100644 --- a/i3/config +++ b/i3/config @@ -144,9 +144,15 @@ bindsym Shift+$mod+slash move window to workspace back_and_forth # Application bound shortcuts bindsym XF86HomePage exec alacritty --class "ranger" --command ranger bindsym XF86Mail exec thunderbird + +# Screenshot capture bindsym Print exec ~/.scripts/maim-screenshot.sh bindsym Control+Print exec ~/.scripts/maim-selection-screenshot.sh +# Delayed screenshot capture +bindsym Shift+Print exec ~/.scripts/maim-screenshot.sh 3 +bindsym Control+Shift+Print exec ~/.scripts/maim-selection-screenshot.sh 3 + # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places. set $web_ws "1" diff --git a/rofi/fds-sidebar-dark.rasi b/rofi/fds-sidebar-dark.rasi index 73ebee2..bf23c38 100644 --- a/rofi/fds-sidebar-dark.rasi +++ b/rofi/fds-sidebar-dark.rasi @@ -1,7 +1,7 @@ * { - background: #232f3d; - background-dark: #0d1b2a; - background-light: #394450; + background: #221e21; + background-dark: #191619; + background-light: #4a4649; foreground: #e0e1dd;