Compare commits
No commits in common. "ae8ac8fe746b5d4c293eb3df09ead3a36455a760" and "d471facdebb65df50e6dcd426697b2e64073c11c" have entirely different histories.
ae8ac8fe74
...
d471facdeb
5 changed files with 54 additions and 57 deletions
|
@ -1,50 +0,0 @@
|
|||
[colors.bright]
|
||||
black = "0x928374"
|
||||
blue = "0x7daea3"
|
||||
cyan = "0x89b482"
|
||||
green = "0xa9b665"
|
||||
magenta = "0xd3869b"
|
||||
red = "0xea6962"
|
||||
white = "0xdfbf8e"
|
||||
yellow = "0xe3a84e"
|
||||
|
||||
[colors.normal]
|
||||
black = "0x393939"
|
||||
blue = "0x7daea3"
|
||||
cyan = "0x89b482"
|
||||
green = "0xa9b665"
|
||||
magenta = "0xd3869b"
|
||||
red = "0xea6962"
|
||||
white = "0xdfbf8e"
|
||||
yellow = "0xe78a4e"
|
||||
|
||||
[colors.primary]
|
||||
background = "0x282828"
|
||||
foreground = "0xdfbf8e"
|
||||
|
||||
[font]
|
||||
size = 11
|
||||
|
||||
[font.bold]
|
||||
family = "Fira Code"
|
||||
|
||||
[font.bold_italic]
|
||||
family = "Fira Code"
|
||||
|
||||
[font.italic]
|
||||
family = "Fira Code"
|
||||
|
||||
[font.normal]
|
||||
family = "Fira Code"
|
||||
|
||||
[window]
|
||||
dynamic_padding = true
|
||||
opacity = 1
|
||||
|
||||
[window.dimensions]
|
||||
columns = 90
|
||||
lines = 32
|
||||
|
||||
[window.padding]
|
||||
x = 2
|
||||
y = 2
|
48
alacritty/.config/alacritty/alacritty.yml
Normal file
48
alacritty/.config/alacritty/alacritty.yml
Normal file
|
@ -0,0 +1,48 @@
|
|||
window:
|
||||
dimensions:
|
||||
columns: 90
|
||||
lines: 32
|
||||
padding:
|
||||
x: 2
|
||||
y: 2
|
||||
# Make padding even
|
||||
dynamic_padding: true
|
||||
opacity: 1
|
||||
|
||||
font:
|
||||
normal:
|
||||
family: 'Fira Code'
|
||||
bold:
|
||||
family: 'Fira Code'
|
||||
italic:
|
||||
family: 'Fira Code'
|
||||
bold_italic:
|
||||
family: 'Fira Code'
|
||||
size: 10.5
|
||||
|
||||
# Colors (Gruvbox Material Dark Medium)
|
||||
colors:
|
||||
primary:
|
||||
background: '0x282828'
|
||||
foreground: '0xdfbf8e'
|
||||
|
||||
normal:
|
||||
black: '0x393939' # Mainly to accomodate for the status bar color of tmux-gruvbox
|
||||
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'
|
||||
|
|
@ -1 +1 @@
|
|||
|
||||
--ozone-platform-hint=auto
|
||||
|
|
|
@ -14,7 +14,7 @@ set $down j
|
|||
set $up k
|
||||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term alacritty
|
||||
set $term wezterm
|
||||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
# on the original workspace that the command was run on.
|
||||
|
@ -257,8 +257,6 @@ input type:touchpad {
|
|||
tap enabled
|
||||
}
|
||||
|
||||
font "Noto Sans Mono" 13px
|
||||
|
||||
default_border pixel 2
|
||||
|
||||
smart_gaps on
|
||||
|
@ -266,9 +264,9 @@ smart_gaps on
|
|||
gaps outer 4
|
||||
gaps inner 0
|
||||
|
||||
client.focused #ebdbb2 #ebdbb2 #282828 #ebdbb2 #ebdbb2
|
||||
client.unfocused 00000000 #3c3836 #ebdbb2 00000000
|
||||
client.focused_inactive 00000000 #bdae93 #282828 00000000
|
||||
client.focused #ebdbb2 #ebdbb2 #ebdbb2 #ebdbb2 #ebdbb2
|
||||
client.unfocused 00000000 00000000 00000000 00000000
|
||||
client.focused_inactive 00000000 00000000 00000000 00000000
|
||||
|
||||
# This is annoying -- just turn it off
|
||||
focus_follows_mouse no
|
||||
|
|
|
@ -5,6 +5,7 @@ Description=Virtio FS Daemon instance %i
|
|||
ExecStartPre=/usr/bin/mkdir -p %h/shared/%i
|
||||
ExecStart=/usr/bin/rootlesskit /usr/lib/virtiofsd --socket-path %t/virtiofsd-%i.sock --shared-dir %h/shared/%i
|
||||
Restart=always
|
||||
RestartSec=2s
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
|
Loading…
Add table
Reference in a new issue