Update Alacritty and i3

This commit is contained in:
foo-dogsquared 2019-08-19 09:04:33 +08:00
parent fdb035c6e0
commit 36bd17923b
3 changed files with 10 additions and 4 deletions

View File

@ -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:

View File

@ -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"

View File

@ -1,7 +1,7 @@
* {
background: #232f3d;
background-dark: #0d1b2a;
background-light: #394450;
background: #221e21;
background-dark: #191619;
background-light: #4a4649;
foreground: #e0e1dd;