Update i3 configuration

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-12-01 17:15:53 +01:00
parent 66d5e587a1
commit c4398e1f22
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
3 changed files with 75 additions and 74 deletions

View file

@ -72,6 +72,7 @@ assign [class="Riot"] $workspace5
assign [class="Slack"] $workspace5 assign [class="Slack"] $workspace5
assign [class="Rambox"] $workspace5 assign [class="Rambox"] $workspace5
assign [class="Hamsket"] $workspace5 assign [class="Hamsket"] $workspace5
assign [class="ferdi"] $workspace5
assign [class="Steam"] $workspace6 assign [class="Steam"] $workspace6
assign [class="Lutris"] $workspace6 assign [class="Lutris"] $workspace6
assign [class="minecraft-launcher"] $workspace6 assign [class="minecraft-launcher"] $workspace6

View file

@ -1,11 +1,11 @@
############################################################################### ###############################################################################
# Layouts # # Layouts #
############################################################################### ###############################################################################
#exec --no-startup-id "i3-msg 'workspace 10: ; \ exec --no-startup-id "i3-msg 'workspace 10: ; \
#append_layout /home/severin/.config/i3/workspace-10.json; \ append_layout /home/severin/.config/i3/workspace-10.json; \
#exec alacritty --class=cmus -e cmus ; \ exec alacritty --class=cmus -e ncmpcpp ; \
#exec alacritty --class=cava -e cava ; \ exec alacritty --class=cava -e cava ; \
#exec sxiv -b -s f $HOME/.local/share/cmus/.cover'" exec kunst --music_dir /home/severin/music/ --size 512x512'"
exec --no-startup-id "i3-msg 'workspace 2: ; \ exec --no-startup-id "i3-msg 'workspace 2: ; \
append_layout /home/severin/.config/i3/workspace-2.json; \ append_layout /home/severin/.config/i3/workspace-2.json; \
@ -26,7 +26,7 @@ exec_always --no-startup-id monitor-setup
exec autokey-gtk exec autokey-gtk
exec chromium exec chromium
exec hamsket exec ferdi
exec nemo exec nemo
exec nemo exec nemo
exec keepassxc exec keepassxc

View file

@ -1,71 +1,19 @@
[ [
{ {
"border": "none", "border": "none",
"floating": "auto_off", "floating": "auto_off",
"fullscreen_mode": 0, "fullscreen_mode": 0,
"layout": "splith", "layout": "splith",
"percent": 1, "percent": 1,
"type": "con", "type": "con",
"nodes": [ "nodes": [
{
"border": "none",
"floating": "auto_off",
"layout": "splith",
"percent": 1,
"type": "con",
"nodes": [
{
"border": "pixel",
"current_border_width": 0,
"floating": "auto_off",
"geometry": {
"height": 434,
"width": 736,
"x": 0,
"y": 0
},
"name": "cmus v2.7.1",
"percent": 0.7,
"swallows": [
{
"instance": "^cmus$"
}
],
"type": "con"
},
{ {
"border": "none", "border": "none",
"floating": "auto_off", "floating": "auto_off",
"layout": "splitv", "layout": "splith",
"percent": 0.3, "percent": 1,
"type": "con", "type": "con",
"nodes": [ "nodes": [
{
"border": "pixel",
"current_border_width": 0,
"floating": "auto_off",
"geometry": {
"height": 1080,
"width": 1920,
"x": 0,
"y": 0
},
"name": "sxiv",
"percent": 0.5,
"swallows": [
{
"instance": "^sxiv$"
}
],
"type": "con"
},
{
"border": "none",
"floating": "auto_off",
"layout": "splith",
"percent": 0.5,
"type": "con",
"nodes": [
{ {
"border": "pixel", "border": "pixel",
"current_border_width": 0, "current_border_width": 0,
@ -76,21 +24,73 @@
"x": 0, "x": 0,
"y": 0 "y": 0
}, },
"name": "cava", "name": "cmus v2.7.1",
"percent": 1, "percent": 0.7,
"swallows": [ "swallows": [
{ {
"instance": "^cava$" "instance": "^cmus$"
} }
], ],
"type": "con" "type": "con"
},
{
"border": "none",
"floating": "auto_off",
"layout": "splitv",
"percent": 0.3,
"type": "con",
"nodes": [
{
"border": "pixel",
"current_border_width": 0,
"floating": "auto_off",
"geometry": {
"height": 1080,
"width": 1920,
"x": 0,
"y": 0
},
"name": "sxiv",
"percent": 0.5,
"swallows": [
{
"instance": "^Kunst$"
}
],
"type": "con"
},
{
"border": "none",
"floating": "auto_off",
"layout": "splith",
"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": "cava",
"percent": 1,
"swallows": [
{
"instance": "^cava$"
}
],
"type": "con"
}
]
}
]
} }
]
}
] ]
} }
] ]
} }
] ]
}
]