Switch to alacritty from termite

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-05-14 13:34:27 +02:00
parent fb22cca9a4
commit 13aab0001d
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
11 changed files with 667 additions and 182 deletions

View file

@ -80,7 +80,7 @@ assign [class="Notable"] $workspace7
# Keybindings #
###############################################################################
# Start a terminal
bindsym $mod+Return exec termite -c ~/.config/termite/config
bindsym $mod+Return exec alacritty
# Kill focused window
bindsym $mod+Shift+q kill

View file

@ -3,16 +3,16 @@
###############################################################################
exec --no-startup-id "i3-msg 'workspace 10: ; \
append_layout /home/severin/.config/i3/workspace-10.json; \
exec termite -e cmus --name cmus; \
exec termite -e cava --name cava; \
exec alacritty --class=cmus -e cmus ; \
exec alacritty --class=cava -e cava ; \
exec sxiv -b -s f $HOME/.local/share/cmus/.cover'"
exec --no-startup-id "i3-msg 'workspace 2: ; \
append_layout /home/severin/.config/i3/workspace-2.json; \
exec termite; \
exec termite; \
exec termite; \
exec termite'"
exec alacritty; \
exec alacritty; \
exec alacritty; \
exec alacritty'"
exec --no-startup-id "i3-msg 'workspace 1: '"

View file

@ -3,10 +3,10 @@
###############################################################################
exec --no-startup-id "i3-msg 'workspace 2: ; \
append_layout /home/severin/.config/i3/workspace-2.json; \
exec termite; \
exec termite; \
exec termite; \
exec termite'"
exec alacritty; \
exec alacritty; \
exec alacritty; \
exec alacritty'"
exec --no-startup-id "i3-msg 'workspace 1: '"

View file

@ -1,106 +1,106 @@
[
{
"border": "none",
{
"border": "none",
"floating": "auto_off",
"fullscreen_mode": 0,
"layout": "splith",
"percent": null,
"type": "con",
"nodes": [
{
"border": "none",
"floating": "auto_off",
"layout": "splitv",
"percent": 0.5,
"type": "con",
"nodes": [
{
"border": "pixel",
"current_border_width": 0,
"border": "none",
"floating": "auto_off",
"geometry": {
"height": 434,
"width": 736,
"x": 0,
"y": 0
},
"name": null,
"layout": "splitv",
"percent": 0.5,
"swallows": [
{
"instance": "^termite$"
}
],
"type": "con"
"type": "con",
"nodes": [
{
"border": "pixel",
"current_border_width": 0,
"floating": "auto_off",
"geometry": {
"height": 434,
"width": 736,
"x": 0,
"y": 0
},
"name": null,
"percent": 0.5,
"swallows": [
{
"instance": "^Alacritty$"
}
],
"type": "con"
},
{
"border": "pixel",
"current_border_width": 0,
"floating": "auto_off",
"geometry": {
"height": 434,
"width": 736,
"x": 0,
"y": 0
},
"name": null,
"percent": 0.5,
"swallows": [
{
"instance": "^Alacritty$"
}
],
"type": "con"
}
]
},
{
"border": "pixel",
"current_border_width": 0,
"border": "none",
"floating": "auto_off",
"geometry": {
"height": 434,
"width": 736,
"x": 0,
"y": 0
},
"name": null,
"layout": "splitv",
"percent": 0.5,
"swallows": [
{
"instance": "^termite$"
}
],
"type": "con"
"type": "con",
"nodes": [
{
"border": "pixel",
"current_border_width": 0,
"floating": "auto_off",
"geometry": {
"height": 434,
"width": 736,
"x": 0,
"y": 0
},
"name": null,
"percent": 0.5,
"swallows": [
{
"instance": "^Alacritty$"
}
],
"type": "con"
},
{
"border": "pixel",
"current_border_width": 0,
"floating": "auto_off",
"geometry": {
"height": 434,
"width": 736,
"x": 0,
"y": 0
},
"name": null,
"percent": 0.5,
"swallows": [
{
"instance": "^Alacritty$"
}
],
"type": "con"
}
]
}
]
},
{
"border": "none",
"floating": "auto_off",
"layout": "splitv",
"percent": 0.5,
"type": "con",
"nodes": [
{
"border": "pixel",
"current_border_width": 0,
"floating": "auto_off",
"geometry": {
"height": 434,
"width": 736,
"x": 0,
"y": 0
},
"name": null,
"percent": 0.5,
"swallows": [
{
"instance": "^termite$"
}
],
"type": "con"
},
{
"border": "pixel",
"current_border_width": 0,
"floating": "auto_off",
"geometry": {
"height": 434,
"width": 736,
"x": 0,
"y": 0
},
"name": null,
"percent": 0.5,
"swallows": [
{
"instance": "^termite$"
}
],
"type": "con"
}
]
}
]
}
]
]
}
]