mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-30 22:57:54 +00:00
Update Alacritty and i3
This commit is contained in:
parent
fdb035c6e0
commit
36bd17923b
@ -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:
|
||||
|
@ -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"
|
||||
|
@ -1,7 +1,7 @@
|
||||
* {
|
||||
background: #232f3d;
|
||||
background-dark: #0d1b2a;
|
||||
background-light: #394450;
|
||||
background: #221e21;
|
||||
background-dark: #191619;
|
||||
background-light: #4a4649;
|
||||
|
||||
foreground: #e0e1dd;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user