From 3edfb5af32501d7342c64dd5919a9044e5330055 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 16 Jun 2019 15:10:50 -0400 Subject: [PATCH] Initial support for desktop --- i3/config | 15 +++++++++++++-- polybar/config | 10 +++++----- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/i3/config b/i3/config index b0b4566..343a39b 100644 --- a/i3/config +++ b/i3/config @@ -23,7 +23,7 @@ font pango:NimbusSans Bold 10 floating_modifier $mod # start a terminal -bindsym $mod+Return exec kitty +bindsym $mod+Return exec alacritty # kill focused window bindsym $mod+q kill @@ -123,6 +123,17 @@ bindsym $mod+Shift+8 move container to workspace $ws8 bindsym $mod+Shift+9 move container to workspace $ws9 bindsym $mod+Shift+0 move container to workspace $ws10 +workspace $ws1 output DP-2 +workspace $ws2 output DP-4 +workspace $ws3 output DVI-D-0 +workspace $ws4 output DP-2 +workspace $ws5 output DP-4 +workspace $ws6 output DVI-D-0 +workspace $ws7 output DP-2 +workspace $ws8 output DP-4 +workspace $ws9 output DVI-D-0 +workspace $ws10 output DP-2 + # reload the configuration file bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) @@ -217,4 +228,4 @@ for_window [title="emacs@*"] move to workspace $ws2 for_window [class="jetbrains-studio"] move to workspace $ws3 for_window [title="Google Play Music Desktop Player"] move to workspace $ws10 -exec --no-startup-id "firefox" \ No newline at end of file +exec --no-startup-id "firefox" diff --git a/polybar/config b/polybar/config index 1b490e1..c921d68 100644 --- a/polybar/config +++ b/polybar/config @@ -172,11 +172,11 @@ label-connected-underline = ${colors.blue} label-disconnected = No Wifi :( label-disconnected-underline = ${colors.pink} -[module/stocks] -type = custom/script -exec = python ~/git/Stock/stocks.py -format-underline = ${colors.blue} -interval = 60 +;[module/stocks] +;type = custom/script +;exec = python ~/git/Stock/stocks.py +;format-underline = ${colors.blue} +;interval = 60 [settings]