Moved browser tabs around a little and added termite laptop config

This commit is contained in:
Jesper Fussing Mørk 2018-07-01 11:12:32 +02:00
parent 1ee2f42576
commit face938ab3
7 changed files with 43 additions and 9 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
env
cache.db*
history*

View File

@ -176,7 +176,7 @@ bindsym $mod+Ctrl+4 exec --no-startup-id ~/.i3/workspaces/ws04.sh
#bindsym $mod+Ctrl+5 exec --no-startup-id ~/.i3/workspaces/ws05.sh
#bindsym $mod+Ctrl+6 exec --no-startup-id ~/.i3/workspaces/ws06.sh
#bindsym $mod+Ctrl+7 exec --no-startup-id ~/.i3/workspaces/ws07.sh
#bindsym $mod+Ctrl+8 exec --no-startup-id ~/.i3/workspaces/ws08.sh
bindsym $mod+Ctrl+8 exec --no-startup-id ~/.i3/workspaces/ws08.sh
# Open specific applications in floating mode
for_window [class="Nitrogen"] floating enable sticky enable border normal

View File

@ -11,12 +11,12 @@
"x": 0,
"y": 0
},
"name": "newsbeuter",
"name": "newsboat",
"percent": 0.5,
"swallows": [
{
"class": "^URxvt$",
"instance": "^newsboat$"
"class": "^Termite$",
"title": "^newsboat$"
}
],
"type": "con"

View File

@ -2,5 +2,5 @@
. ~/.i3/env
i3-msg "workspace 1:Comms; append_layout ~/.i3/layouts/workspace1-comms.json"
i3-msg "workspace 1:Comms; exec google-chrome-stable --no-default-browser-check --new-window https://chat.google.com https://mattermost.yousee.dk https://messages.android.com"
i3-msg "workspace 1:Comms; exec google-chrome-stable --no-default-browser-check --new-window https://www.toggl.com/app/timer https://mail.google.com/mail/u/0/#inbox https://chat.google.com https://messages.android.com https://mattermost.yousee.dk/tdcgroup/channels/onboarding"
i3-msg "workspace 1:Comms; move workspace to output $SECONDARY"

View File

@ -2,6 +2,6 @@
. ~/.i3/env
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://mail.google.com/mail/u/0/#inbox"
i3-msg "workspace 2:Web; exec google-chrome-stable --no-default-browser-check --new-window"
i3-msg "workspace 2:Web; move workspace to output $PRIMARY"

View File

@ -1,5 +1,5 @@
#!/bin/bash
. ~/.i3/env
i3-msg "workspace 8:Media; append_layout ~/.i3/layouts/workspace8-media.json"
i3-msg "workspace 8:Media; exec urxvt -fn xft:DejaVu\ Sans\ Mono\ for\ Powerline:pixelsize=22 -name newsboat -e newsboat"
i3-msg "workspace 8:Media; exec termite -c ~/.config/termite/laptop-config -t newsboat -e newsboat"
#i3-msg "workspace 8:Media; move workspace to output $LAPTOP"

View File

@ -0,0 +1,32 @@
[options]
font = DejaVu Sans Mono for Powerline 22
# Solarized dark color scheme
[colors]
foreground = #839496
foreground_bold = #eee8d5
#foreground_dim = #888888
background = #002b36
cursor = #93a1a1
# if unset, will reverse foreground and background
#highlight = #839496
# colors from color0 to color254 can be set
color0 = #073642
color1 = #dc322f
color2 = #859900
color3 = #b58900
color4 = #268bd2
color5 = #d33682
color6 = #2aa198
color7 = #eee8d5
color8 = #002b36
color9 = #cb4b16
color10 = #586e75
color11 = #657b83
color12 = #839496
color13 = #6c71c4
color14 = #93a1a1
color15 = #fdf6e3