diff --git a/system/.config/i3/config.base b/system/.config/i3/config.base index bfed640..bd4e50b 100644 --- a/system/.config/i3/config.base +++ b/system/.config/i3/config.base @@ -72,6 +72,7 @@ assign [class="Riot"] $workspace5 assign [class="Slack"] $workspace5 assign [class="Rambox"] $workspace5 assign [class="Hamsket"] $workspace5 +assign [class="ferdi"] $workspace5 assign [class="Steam"] $workspace6 assign [class="Lutris"] $workspace6 assign [class="minecraft-launcher"] $workspace6 diff --git a/system/.config/i3/config.private b/system/.config/i3/config.private index 0674be1..9c251fd 100644 --- a/system/.config/i3/config.private +++ b/system/.config/i3/config.private @@ -1,11 +1,11 @@ ############################################################################### # Layouts # ############################################################################### -#exec --no-startup-id "i3-msg 'workspace 10: ; \ -#append_layout /home/severin/.config/i3/workspace-10.json; \ -#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 10: ; \ +append_layout /home/severin/.config/i3/workspace-10.json; \ +exec alacritty --class=cmus -e ncmpcpp ; \ +exec alacritty --class=cava -e cava ; \ +exec kunst --music_dir /home/severin/music/ --size 512x512'" exec --no-startup-id "i3-msg 'workspace 2: ; \ append_layout /home/severin/.config/i3/workspace-2.json; \ @@ -26,7 +26,7 @@ exec_always --no-startup-id monitor-setup exec autokey-gtk exec chromium -exec hamsket +exec ferdi exec nemo exec nemo exec keepassxc diff --git a/system/.config/i3/workspace-10.json b/system/.config/i3/workspace-10.json index c15c16d..d23fee5 100644 --- a/system/.config/i3/workspace-10.json +++ b/system/.config/i3/workspace-10.json @@ -1,71 +1,19 @@ [ -{ - "border": "none", + { + "border": "none", "floating": "auto_off", "fullscreen_mode": 0, "layout": "splith", "percent": 1, "type": "con", "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", "floating": "auto_off", - "layout": "splitv", - "percent": 0.3, + "layout": "splith", + "percent": 1, "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": "^sxiv$" - } - ], - "type": "con" - }, - { - "border": "none", - "floating": "auto_off", - "layout": "splith", - "percent": 0.5, - "type": "con", - "nodes": [ { "border": "pixel", "current_border_width": 0, @@ -76,21 +24,73 @@ "x": 0, "y": 0 }, - "name": "cava", - "percent": 1, + "name": "cmus v2.7.1", + "percent": 0.7, "swallows": [ - { - "instance": "^cava$" - } + { + "instance": "^cmus$" + } ], "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" + } + ] + } + ] } - ] - } ] } - ] - } - ] -} -] + ] + } +] \ No newline at end of file