diff --git a/.gitignore b/.gitignore index 8fa5b33..81767e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -env \ No newline at end of file +env +cache.db* +history* diff --git a/i3/.i3/config b/i3/.i3/config index 5758fdd..84c61df 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -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 diff --git a/i3/.i3/layouts/workspace8-media.json b/i3/.i3/layouts/workspace8-media.json index 61e4dfe..619e0dc 100644 --- a/i3/.i3/layouts/workspace8-media.json +++ b/i3/.i3/layouts/workspace8-media.json @@ -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" @@ -24,4 +24,4 @@ ], "percent": 0.5, "type": "con" -} \ No newline at end of file +} diff --git a/i3/.i3/workspaces/ws01.sh b/i3/.i3/workspaces/ws01.sh index 68f7e48..b8f853b 100755 --- a/i3/.i3/workspaces/ws01.sh +++ b/i3/.i3/workspaces/ws01.sh @@ -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" diff --git a/i3/.i3/workspaces/ws02.sh b/i3/.i3/workspaces/ws02.sh index 7534af9..de5d30e 100755 --- a/i3/.i3/workspaces/ws02.sh +++ b/i3/.i3/workspaces/ws02.sh @@ -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" diff --git a/i3/.i3/workspaces/ws08.sh b/i3/.i3/workspaces/ws08.sh index cc60eac..369016f 100755 --- a/i3/.i3/workspaces/ws08.sh +++ b/i3/.i3/workspaces/ws08.sh @@ -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" diff --git a/termite/.config/termite/laptop-config b/termite/.config/termite/laptop-config new file mode 100644 index 0000000..463000a --- /dev/null +++ b/termite/.config/termite/laptop-config @@ -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