Moved to urxvt instead of gnome terminal

This commit is contained in:
Jesper Fussing Moerk 2018-02-11 17:02:34 +01:00
parent dec0eb22d8
commit a60bf03212
19 changed files with 105 additions and 100 deletions

View File

@ -15,7 +15,7 @@ set $mod Mod4
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec gnome-terminal
bindsym $mod+Return exec urxvt
# kill focused window
bindsym $mod+Shift+q kill
@ -172,7 +172,7 @@ bindsym $mod+Delete mode "$mode_system"
bindsym Print exec scrot '%Y-%m-%d-%s_screenshot_$wx$h.jpg' -e 'mv $f ~/Pictures/'
### Rofi
bindsym $mod+d exec --no-startup-id rofi -show drun -config ~/.config/i3/rofi/config
bindsym $mod+d exec --no-startup-id rofi -show drun -config ~/.config/rofi/config
#Bars
exec --no-startup-id ~/.config/polybar/polybar.sh

View File

@ -15,7 +15,7 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"class": "^URxvt$",
"title": "^weechat$"
}
],

View File

@ -39,7 +39,7 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"class": "^URxvt$",
"title": "^shell1$"
}
],
@ -59,7 +59,7 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"class": "^URxvt$",
"title": "^shell2$"
}
],

View File

@ -15,8 +15,8 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"title": "^TODO$"
"class": "^URxvt$",
"title": "^tasks$"
}
],
"type": "con"
@ -40,7 +40,7 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"class": "^URxvt$",
"title": "^newsbeuter$"
}
],
@ -60,8 +60,8 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"title": "^music$"
"class": "^URxvt$",
"title": "^ncmpc$"
}
],
"type": "con"

View File

@ -12,7 +12,7 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"class": "^URxvt$",
"title": "^weechat$"
}
],

View File

@ -39,7 +39,7 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"class": "^URxvt$",
"title": "^shell1$"
}
],
@ -59,7 +59,7 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"class": "^URxvt$",
"title": "^shell2$"
}
],

View File

@ -15,8 +15,8 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"title": "^TODO$"
"class": "^URxvt$",
"title": "^tasks$"
}
],
"type": "con"
@ -40,7 +40,7 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"class": "^URxvt$",
"title": "^newsbeuter$"
}
],
@ -56,12 +56,12 @@
"x": 0,
"y": 0
},
"name": "ncmpcpp 0.8.1",
"name": "ncmpc",
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"title": "^music$"
"class": "^URxvt$",
"title": "^ncmpc$"
}
],
"type": "con"

View File

@ -12,7 +12,7 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"class": "^URxvt$",
"title": "^weechat$"
}
],

View File

@ -39,7 +39,7 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"class": "^URxvt$",
"title": "^shell1$"
}
],
@ -59,7 +59,7 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"class": "^URxvt$",
"title": "^shell2$"
}
],

View File

@ -15,7 +15,7 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"class": "^URxvt$",
"title": "^tasks$"
}
],
@ -40,7 +40,7 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"class": "^URxvt$",
"title": "^newsbeuter$"
}
],
@ -60,8 +60,8 @@
"percent": 0.5,
"swallows": [
{
"class": "^Gnome\\-terminal$",
"title": "^music$"
"class": "^URxvt$",
"title": "^ncmpc$"
}
],
"type": "con"

View File

@ -1,31 +1,25 @@
#!/bin/sh
i3-msg 'workspace "1: Comms"; append_layout ~/.config/i3/layouts/home-workspace1-comms.json'
#i3-msg 'workspace "1: Comms"; exec /home/jfm/Tools/mattermost-desktop-3.7.1/mattermost-desktop'
i3-msg 'workspace "1: Comms"; exec gnome-terminal --title "weechat" -e "weechat"'
i3-msg 'workspace "1: Comms"; exec urxvt -title weechat -e weechat'
i3-msg 'workspace "1: Comms"; move workspace to output DP-2-2'
sleep 2
i3-msg 'workspace "2: Web"; append_layout ~/.config/i3/layouts/home-workspace2-web.json'
i3-msg 'workspace "2: Web"; exec google-chrome-beta'
i3-msg 'workspace "2: Web"; move workspace to output DP-2-2'
sleep 2
i3-msg 'workspace "3: IDE"; append_layout ~/.config/i3/layouts/home-workspace3-ide.json'
i3-msg 'workspace "3: IDE"; move workspace to output DP-2-1'
sleep 2
i3-msg 'workspace "4: Work"; append_layout ~/.config/i3/layouts/home-workspace4-work.json'
i3-msg 'workspace "4: Work"; exec subl'
i3-msg 'workspace "4: Work"; exec gnome-terminal --title="shell1"'
i3-msg 'workspace "4: Work"; exec gnome-terminal --title="shell2"'
i3-msg 'workspace "4: Work"; exec urxvt -title shell1'
i3-msg 'workspace "4: Work"; exec urxvt -title shell2'
i3-msg 'workspace "4: Work"; move workspace to output DP-2-1'
sleep 2
i3-msg 'workspace "5: Media"; append_layout ~/.config/i3/layouts/home-workspace5-media.json'
#TODO: Set and execute something for the first terminal
i3-msg 'workspace "5: Media"; exec gnome-terminal --title="TODO"'
i3-msg 'workspace "5: Media"; exec gnome-terminal --title="newsbeuter" -e newsbeuter'
i3-msg 'workspace "5: Media"; exec gnome-terminal --title="music" -e ncmpc'
i3-msg 'workspace "5: Media"; exec urxvt -title tasks'
i3-msg 'workspace "5: Media"; exec urxvt -title newsbeuter -e newsbeuter'
i3-msg 'workspace "5: Media"; exec urxvt -title ncmpc -e ncmpc'
i3-msg 'workspace "5: Media"; move workspace to output DP-2-2'
feh --bg-scale --zoom fill ~/.config/i3/wallpaper/frozen_leafs.jpg

View File

@ -1,7 +1,6 @@
#!/bin/sh
i3-msg 'workspace "1: Comms"; append_layout ~/.config/i3/layouts/laptop-workspace1-comms.json'
#i3-msg 'workspace "1: Comms"; exec /home/jfm/Tools/mattermost-desktop-3.7.1/mattermost-desktop'
i3-msg 'workspace "1: Comms"; exec gnome-terminal --title "weechat" --profile laptop -e "weechat"'
i3-msg 'workspace "1: Comms"; exec urxvt -title weechat -e weechat'
i3-msg 'workspace "1: Comms"; move workspace to output eDP-1'
i3-msg 'workspace "2: Web"; append_layout ~/.config/i3/layouts/laptop-workspace2-web.json'
@ -13,15 +12,14 @@ i3-msg 'workspace "3: IDE"; move workspace to output eDP-1'
i3-msg 'workspace "4: Work"; append_layout ~/.config/i3/layouts/laptop-workspace4-work.json'
i3-msg 'workspace "4: Work"; exec subl'
i3-msg 'workspace "4: Work"; exec gnome-terminal --title="shell1" --profile laptop'
i3-msg 'workspace "4: Work"; exec gnome-terminal --title="shell2" --profile laptop'
i3-msg 'workspace "4: Work"; exec urxvt -title shell1'
i3-msg 'workspace "4: Work"; exec urxvt -title shell2'
i3-msg 'workspace "4: Work"; move workspace to output eDP-1'
i3-msg 'workspace "5: Media"; append_layout ~/.config/i3/layouts/laptop-workspace5-media.json'
#TODO: Set and execute something for the first terminal
i3-msg 'workspace "5: Media"; exec gnome-terminal --title="TODO" --profile laptop'
i3-msg 'workspace "5: Media"; exec gnome-terminal --title="newsbeuter" --profile laptop -e newsbeuter'
i3-msg 'workspace "5: Media"; exec gnome-terminal --title="music" --profile laptop -e ncmpc'
i3-msg 'workspace "5: Media"; exec urxvt -title tasks'
i3-msg 'workspace "5: Media"; exec urxvt -e newsbeuter'
i3-msg 'workspace "5: Media"; exec urxvt -e ncmpc'
i3-msg 'workspace "5: Media"; move workspace to output eDP-1'
feh --bg-scale --zoom fill ~/.config/i3/wallpaper/frozen_leafs.jpg

View File

@ -1,6 +1,6 @@
#!/bin/sh
i3-msg 'workspace "1: Comms"; append_layout ~/.config/i3/layouts/work-workspace1-comms.json'
i3-msg 'workspace "1: Comms"; exec gnome-terminal --title="weechat" -e weechat'
i3-msg 'workspace "1: Comms"; exec urxvt -title weechat -e weechat'
i3-msg 'workspace "1: Comms"; move workspace to output DP-2-1'
sleep 2
@ -15,19 +15,19 @@ sleep 2
i3-msg 'workspace "4: Work"; append_layout ~/.config/i3/layouts/work-workspace4-work.json'
i3-msg 'workspace "4: Work"; exec subl'
i3-msg 'workspace "4: Work"; exec gnome-terminal --title="shell1"'
i3-msg 'workspace "4: Work"; exec gnome-terminal --title="shell2"'
i3-msg 'workspace "4: Work"; exec urxvt -title shell1'
i3-msg 'workspace "4: Work"; exec urxvt -title shell2'
i3-msg 'workspace "4: Work"; move workspace to output DP-2-2'
sleep 2
i3-msg 'workspace "5: Media"; append_layout ~/.config/i3/layouts/work-workspace5-media.json'
i3-msg 'workspace "5: Media"; exec gnome-terminal --title="tasks" --profile laptop'
i3-msg 'workspace "5: Media"; exec gnome-terminal --title="newsbeuter" --profile laptop -e newsbeuter'
i3-msg 'workspace "5: Media"; exec gnome-terminal --title="music" --profile laptop -e ncmpc'
i3-msg 'workspace "5: Media"; exec urxvt -title tasks'
i3-msg 'workspace "5: Media"; exec urxvt -title newsbeuter -e newsbeuter'
i3-msg 'workspace "5: Media"; exec urxvt -title music -e ncmpc'
i3-msg 'workspace "5: Media"; move workspace to output eDP-1'
sleep 2
i3-msg 'workspace "6: REST"; append_layout ~/.config/i3/layouts/work-workspace6-rest.json'
i3-msg 'workspace "6: REST"; exec gnome-terminal --title="http-prompt" --working-directory=/home/jfm/Customers/TDC/ApiTest -e http-prompt'
i3-msg 'workspace "6: REST"; exec urxvt -title http-prompt -cd /home/jfm/Customers/TDC/ApiTest -e http-prompt'
i3-msg 'workspace "6: REST"; move workspace to output DP-2-1'
sleep 2

View File

@ -1,14 +1,14 @@
enable-colors = yes
color background = none
color title = 073
color title-bold = 073
color line = 073
color line-flags = 073
color title = 001
color title-bold = 001
color line = 001
color line-flags = 001
color list = white
color list-bold = 073
color progressbar = 073
color status-state = 073
color status-song = 073
color status-time = 073
color list-bold = 001
color progressbar = 001
color status-state = 001
color status-song = 001
color status-time = 001
color alert = white

View File

@ -3,10 +3,10 @@ reload-time 60
browser "w3m %u"
articlelist-format "%4i %f %D %t"
color background white black
color listnormal white black
color listfocus black color73 bold
color listnormal_unread color73 black
color listfocus_unread black color73 bold
color info black color73 bold
color article white black
color background white color2
color listnormal white color2
color listfocus color2 color1 bold
color listnormal_unread color1 color2
color listfocus_unread color2 color1 bold
color info color2 color1 bold
color article white color2

View File

@ -20,7 +20,7 @@ visible-foreground = #009688
visible-underline = #FF009688
unfocused-background = #263238
unfocused-foreground = #BDBDBD
unfocused-underline= #FFABDBDBD
unfocused-underline= #FFBDBDBD
focused-background = #263238
focused-foreground = #009688
focused-underline = #FF009688
@ -75,7 +75,7 @@ underline-size = 3
underline-color = ${colors.visible-foreground}
background = #263238
foreground = #00000000
foreground = #FFFFFF00
font-0 = Roboto:size=14:weight=bold;2
font-1 = unifont:size=6:heavy:fontformat=truetype;-2

View File

@ -1,5 +1,5 @@
#!/bin/sh
killall polybar
polybar topbar1 -c ~/.config3/polybar/home-config &
polybar topbar1 -c ~/.config/polybar/home-config &
polybar topbar2 -c ~/.config/polybar/home-config &

13
urxvt/.Xdefaults Normal file
View File

@ -0,0 +1,13 @@
URxvt.background: #263238
URxvt.foreground: grey80
URxvt.letterSpace: -1
URxvt.scrollBar: false
URxvt.internalBorder: 10
URxvt.font: xft:Roboto Mono for Powerline:size=12,xft:Roboto Mono:size=12
URxvt.boldFont: xft:Roboto Mono for Powerline:bold:size=12,xft:Roboto Mono:bold:size=12
URxvt.italicFont: xft:Roboto Mono for Powerline:italic:size=12,xft:Roboto Mono:italic:size=12
URxvt.bolditalicFont: xft:Roboto Mono for Powerline:bold:italic:size=12, xft:Roboto Mono:bold:italic:size=12
URxvt*color1: #009688
URxvt*color2: #263238

View File

@ -40,12 +40,12 @@ weechat.bar.input.color_fg = "default"
weechat.bar.nicklist.color_bg = "default"
weechat.bar.nicklist.color_delim = "cyan"
weechat.bar.nicklist.color_fg = "default"
weechat.bar.status.color_bg = "073"
weechat.bar.status.color_delim = "234"
weechat.bar.status.color_fg = "234"
weechat.bar.title.color_bg = "073"
weechat.bar.title.color_delim = "234"
weechat.bar.title.color_fg = "234"
weechat.bar.status.color_bg = "001"
weechat.bar.status.color_delim = "002"
weechat.bar.status.color_fg = "002"
weechat.bar.title.color_bg = "001"
weechat.bar.title.color_delim = "002"
weechat.bar.title.color_fg = "002"
weechat.color.bar_more = "lightmagenta"
weechat.color.chat = "default"
weechat.color.chat_bg = "default"
@ -62,7 +62,7 @@ weechat.color.chat_nick = "lightcyan"
weechat.color.chat_nick_colors = "cyan,magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,blue"
weechat.color.chat_nick_offline = "default"
weechat.color.chat_nick_offline_highlight = "default"
weechat.color.chat_nick_offline_highlight_bg = "073"
weechat.color.chat_nick_offline_highlight_bg = "001"
weechat.color.chat_nick_other = "cyan"
weechat.color.chat_nick_prefix = "green"
weechat.color.chat_nick_self = "white"
@ -93,23 +93,23 @@ weechat.color.input_text_not_found = "red"
weechat.color.item_away = "yellow"
weechat.color.nicklist_away = "cyan"
weechat.color.nicklist_group = "green"
weechat.color.separator = "073"
weechat.color.status_count_highlight = "234"
weechat.color.status_count_msg = "234"
weechat.color.status_count_other = "234"
weechat.color.status_count_private = "234"
weechat.color.status_data_highlight = "234"
weechat.color.status_data_msg = "234"
weechat.color.status_data_other = "234"
weechat.color.status_data_private = "234"
weechat.color.status_filter = "234"
weechat.color.status_more = "234"
weechat.color.status_mouse = "234"
weechat.color.status_name = "234"
weechat.color.status_name_ssl = "234"
weechat.color.status_nicklist_count = "234"
weechat.color.status_number = "234"
weechat.color.status_time = "234"
weechat.color.separator = "001"
weechat.color.status_count_highlight = "002"
weechat.color.status_count_msg = "002"
weechat.color.status_count_other = "002"
weechat.color.status_count_private = "002"
weechat.color.status_data_highlight = "002"
weechat.color.status_data_msg = "002"
weechat.color.status_data_other = "002"
weechat.color.status_data_private = "002"
weechat.color.status_filter = "002"
weechat.color.status_more = "002"
weechat.color.status_mouse = "002"
weechat.color.status_name = "002"
weechat.color.status_name_ssl = "002"
weechat.color.status_nicklist_count = "002"
weechat.color.status_number = "002"
weechat.color.status_time = "002"
weechat.look.buffer_time_format = "%H:%M:%S"
weechat.look.color_inactive_buffer = "on"
weechat.look.color_inactive_message = "on"
@ -130,4 +130,4 @@ xfer.color.status_waiting = "lightcyan"
xfer.color.text = "default"
xfer.color.text_bg = "default"
xfer.color.text_selected = "white"
buflist.format.buffer_current = "${color:,073}${format_buffer}"
buflist.format.buffer_current = "${color:,001}${format_buffer}"