Added OC workspace and default term is now gnome-terminal again

This commit is contained in:
Jesper Fussing Moerk 2018-03-01 13:22:04 +01:00
parent 719b31d9c2
commit c94b73643c
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ set $mod Mod4
floating_modifier $mod floating_modifier $mod
# start a terminal # start a terminal
bindsym $mod+Return exec urxvt bindsym $mod+Return exec gnome-terminal
# kill focused window # kill focused window
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
@ -77,7 +77,7 @@ bindsym $mod+3 workspace "3: IDE"
bindsym $mod+4 workspace "4: Work" bindsym $mod+4 workspace "4: Work"
bindsym $mod+5 workspace "5: Media" bindsym $mod+5 workspace "5: Media"
bindsym $mod+6 workspace "6: REST" bindsym $mod+6 workspace "6: REST"
bindsym $mod+7 workspace 7 bindsym $mod+7 workspace "7: OC"
bindsym $mod+8 workspace 8 bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9 bindsym $mod+9 workspace 9
bindsym $mod+0 workspace 10 bindsym $mod+0 workspace 10

View File

@ -30,6 +30,7 @@ i3-msg 'workspace "6: REST"; append_layout ~/.config/i3/layouts/work-workspace6-
i3-msg 'workspace "6: REST"; exec gnome-terminal --profile default --title=http-prompt -cd /home/jfm/Customers/TDC/ApiTest -e http-prompt' i3-msg 'workspace "6: REST"; exec gnome-terminal --profile default --title=http-prompt -cd /home/jfm/Customers/TDC/ApiTest -e http-prompt'
i3-msg 'workspace "6: REST"; move workspace to output DP-2-1' i3-msg 'workspace "6: REST"; move workspace to output DP-2-1'
sleep 2 sleep 2
i3-msg 'workspace "7: OC"; move workspace to output DP-2-2'
feh --bg-scale --zoom fill ~/.config/i3/wallpaper/fedora_simple.jpg feh --bg-scale --zoom fill ~/.config/i3/wallpaper/fedora_simple.jpg
~/.config/polybar/work-polybar.sh ~/.config/polybar/work-polybar.sh