Removed ncmpcpp on media WS
This commit is contained in:
parent
781f6e16c8
commit
3c87f39bf0
|
@ -5,7 +5,7 @@
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
# set default desktop layout (default is tiling) <stacking|tabbed>
|
# set default desktop layout (default is tiling) <stacking|tabbed>
|
||||||
workspace_layout stacking
|
#workspace_layout stacking
|
||||||
|
|
||||||
# Configure border style <normal|1pixel|pixel xx|none|pixel>
|
# Configure border style <normal|1pixel|pixel xx|none|pixel>
|
||||||
new_window pixel 1
|
new_window pixel 1
|
||||||
|
@ -147,8 +147,8 @@ set $ws2 2:Web
|
||||||
set $ws3 3:IDE
|
set $ws3 3:IDE
|
||||||
set $ws4 4:Work
|
set $ws4 4:Work
|
||||||
set $ws5 5:OC
|
set $ws5 5:OC
|
||||||
set $ws6 6:Logs
|
set $ws6 6:Term 1
|
||||||
set $ws7 7:Term
|
set $ws7 7:Term 2
|
||||||
set $ws8 8:Media
|
set $ws8 8:Media
|
||||||
|
|
||||||
# switch to workspace
|
# switch to workspace
|
||||||
|
@ -424,5 +424,5 @@ mode "$mode_gaps_outer" {
|
||||||
|
|
||||||
|
|
||||||
#### Custom Config
|
#### Custom Config
|
||||||
exec --no-startup-id systemctl --user start mopidy
|
#exec --no-startup-id systemctl --user start mopidy
|
||||||
exec --no-startup-id /home/jfm/.i3/scripts/start_layout.sh
|
exec --no-startup-id /home/jfm/.i3/scripts/start_layout.sh
|
|
@ -20,26 +20,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type": "con"
|
"type": "con"
|
||||||
},
|
|
||||||
{
|
|
||||||
"border": "pixel",
|
|
||||||
"current_border_width": 1,
|
|
||||||
"floating": "auto_off",
|
|
||||||
"geometry": {
|
|
||||||
"height": 410,
|
|
||||||
"width": 654,
|
|
||||||
"x": 0,
|
|
||||||
"y": 0
|
|
||||||
},
|
|
||||||
"name": "ncmpc",
|
|
||||||
"percent": 0.5,
|
|
||||||
"swallows": [
|
|
||||||
{
|
|
||||||
"class": "^URxvt$",
|
|
||||||
"title": "^ncmpcpp$"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "con"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"percent": 0.5,
|
"percent": 0.5,
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
. ~/.i3/env
|
. ~/.i3/env
|
||||||
|
|
||||||
i3-msg "workspace 2:Web; append_layout ~/.i3/layouts/workspace2-web.json"
|
i3-msg "workspace 2:Web; append_layout ~/.i3/layouts/workspace2-web.json"
|
||||||
i3-msg "workspace 2:Web; exec google-chrome-stable --no-default-browser-check --new-window https://www.toggl.com/app/timer https://inbox.google.com/"
|
i3-msg "workspace 2:Web; exec google-chrome-stable --no-default-browser-check --new-window https://www.toggl.com/app/timer https://mail.google.com/mail/u/0/#inbox"
|
||||||
i3-msg "workspace 2:Web; move workspace to output $PRIMARY"
|
i3-msg "workspace 2:Web; move workspace to output $PRIMARY"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
. ~/.i3/env
|
. ~/.i3/env
|
||||||
i3-msg "workspace 8:Media; append_layout ~/.i3/layouts/workspace8-media.json"
|
i3-msg "workspace 8:Media; append_layout ~/.i3/layouts/workspace8-media.json"
|
||||||
i3-msg "workspace 8:Media; exec urxvt -fn xft:Terminus:pixelsize=20 -name newsboat -e newsboat"
|
i3-msg "workspace 8:Media; exec urxvt -fn xft:Terminus:pixelsize=22 -name newsboat -e newsboat"
|
||||||
i3-msg "workspace 8:Media; exec urxvt -fn xft:Terminus:pixelsize=20 -name ncmpcpp -e ncmpcpp"
|
#i3-msg "workspace 8:Media; exec urxvt -fn xft:Terminus:pixelsize=20 -name ncmpcpp -e ncmpcpp"
|
||||||
i3-msg "workspace 8:Media; move workspace to output $LAPTOP"
|
i3-msg "workspace 8:Media; move workspace to output $LAPTOP"
|
||||||
|
|
Loading…
Reference in New Issue