Updated some fonts and fixed ws04 to use termite

This commit is contained in:
Jesper Fussing Mørk 2018-06-29 11:08:30 +02:00
parent 4354c2f6a3
commit 20ab9e3761
3 changed files with 19 additions and 20 deletions

View File

@ -21,7 +21,7 @@ bindsym $mod+n border normal
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. # is used in the bar {} block below.
font xft:URWGothic-Book 11 font xft:Roboto Mono Medium for Powerline 14
# Use Mouse+$mod to drag floating windows # Use Mouse+$mod to drag floating windows
floating_modifier $mod floating_modifier $mod
@ -33,7 +33,6 @@ bindsym $mod+Return exec termite
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
# start program launcher # start program launcher
#bindsym $mod+d exec --no-startup-id dmenu_recency
bindsym $mod+d exec --no-startup-id rofi -show drun -config ~/.config/rofi/config bindsym $mod+d exec --no-startup-id rofi -show drun -config ~/.config/rofi/config
# launch categorized menu # launch categorized menu
@ -146,9 +145,9 @@ set $ws1 1:Comms
set $ws2 2:Web 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 Test
set $ws6 6:Term 1 set $ws6 6:OC Prod
set $ws7 7:Term 2 set $ws7 7:Prod
set $ws8 8:Media set $ws8 8:Media
# switch to workspace # switch to workspace
@ -186,10 +185,10 @@ bindsym $mod+Ctrl+1 exec --no-startup-id ~/.i3/workspaces/ws01.sh
bindsym $mod+Ctrl+2 exec --no-startup-id ~/.i3/workspaces/ws02.sh bindsym $mod+Ctrl+2 exec --no-startup-id ~/.i3/workspaces/ws02.sh
bindsym $mod+Ctrl+3 exec --no-startup-id ~/.i3/workspaces/ws03.sh bindsym $mod+Ctrl+3 exec --no-startup-id ~/.i3/workspaces/ws03.sh
bindsym $mod+Ctrl+4 exec --no-startup-id ~/.i3/workspaces/ws04.sh 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+5 exec --no-startup-id ~/.i3/workspaces/ws05.sh
bindsym $mod+Ctrl+6 exec --no-startup-id ~/.i3/workspaces/ws06.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+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 # Open specific applications in floating mode
for_window [title="alsamixer"] floating enable border pixel 1 for_window [title="alsamixer"] floating enable border pixel 1
@ -337,7 +336,7 @@ bar {
bindsym button4 nop bindsym button4 nop
bindsym button5 nop bindsym button5 nop
font xft:DejaVu Sans Mono, FontAwesome 16 font xft:Roboto Mono Medium for Powerline, FontAwesome 16
strip_workspace_numbers yes strip_workspace_numbers yes
colors { colors {

View File

@ -15,8 +15,8 @@
"percent": 0.6, "percent": 0.6,
"swallows": [ "swallows": [
{ {
"class": "^URxvt$", "class": "^Termite$",
"instance": "^vim$" "title": "^vim$"
} }
], ],
"type": "con" "type": "con"
@ -40,8 +40,8 @@
"percent": 0.5, "percent": 0.5,
"swallows": [ "swallows": [
{ {
"class": "^URxvt$", "class": "^Termite$",
"instance": "^shell1$" "title": "^shell1$"
} }
], ],
"type": "con" "type": "con"
@ -60,8 +60,8 @@
"percent": 0.5, "percent": 0.5,
"swallows": [ "swallows": [
{ {
"class": "^URxvt$", "class": "^Termite$",
"instance": "^shell2$" "title": "^shell2$"
} }
], ],
"type": "con" "type": "con"
@ -73,4 +73,4 @@
], ],
"percent": 0.5, "percent": 0.5,
"type": "con" "type": "con"
} }

View File

@ -2,7 +2,7 @@
. ~/.i3/env . ~/.i3/env
i3-msg "workspace 4:Work; append_layout ~/.i3/layouts/workspace4-work.json" i3-msg "workspace 4:Work; append_layout ~/.i3/layouts/workspace4-work.json"
i3-msg "workspace 4:Work; exec urxvt -name vim -e vim" i3-msg "workspace 4:Work; exec termite -t vim -e vim"
i3-msg "workspace 4:Work; exec urxvt -name shell1" i3-msg "workspace 4:Work; exec termite -t shell1"
i3-msg "workspace 4:Work; exec urxvt -name shell2" i3-msg "workspace 4:Work; exec termite -t shell2"
i3-msg "workspace 4:Work; move workspace to output $PRIMARY" i3-msg "workspace 4:Work; move workspace to output $PRIMARY"