Browse Source

Merge branch 'master' of github.com:fabean/dotfiles

master
Josh Fabean 6 years ago
parent
commit
0223f61cc3
2 changed files with 16 additions and 3 deletions
  1. +15
    -2
      .config/i3/config
  2. +1
    -1
      i3blocks/agenda

+ 15
- 2
.config/i3/config View File

@ -33,7 +33,7 @@ bindsym $mod+F9 exec --no-startup-id rofi -fullscreen -show run
bindsym $mod+space exec --no-startup-id rofi -show run
# screenshot
bindsym $mod+Shift+Control+3 exec --no-startup-id deepin-screenshot
bindsym $mod+Shift+Control+4 exec --no-startup-id deepin-screenshot
# change focus
bindsym $mod+j focus left
@ -139,11 +139,24 @@ for_window [class="Android SDK Manager" instance="Android SDK Manager"] floating
for_window [class="Cb-exit" instance="cb-exit"] floating enable
for_window [class="Cb-exit" instance="cb-exit"] border none
for_window [class="^Pavucontrol$"] floating enable
for_window [instance="crx_gaedmjdfmmahhbjefcbgaolhhanlaolb"] floating enable
for_window [class="Google-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating enable
for_window [class="chrome_app_list"] floating enable
# https://github.com/ValveSoftware/steam-for-linux/issues/1040
for_window [class="^Steam$" title="^Friends$"] floating enable
for_window [class="^Steam$" title="Steam - News"] floating enable
for_window [class="^Steam$" title=".* - Chat"] floating enable
for_window [class="^Steam$" title="^Settings$"] floating enable
for_window [class="^Steam$" title=".* - event started"] floating enable
for_window [class="^Steam$" title=".* CD key"] floating enable
for_window [class="^Steam$" title="^Steam - Self Updater$"] floating enable
for_window [class="^Steam$" title="^Screenshot Uploader$"] floating enable
for_window [class="^Steam$" title="^Steam Guard - Computer Authorization Required$"] floating enable
for_window [title="^Steam Keyboard$"] floating enable
assign [class="Slack"] $workSpace3
new_window 1pixel


+ 1
- 1
i3blocks/agenda View File

@ -1,3 +1,3 @@
#!/bin/sh
gcalcli agenda --calendar josh@codekoalas.com --calendar joshfabean@gmail.com --nocolor now | head -2 | tail -1
gcalcli agenda --calendar josh@codekoalas.com --calendar joshfabean@gmail.com --nocolor --noallday --nostarted now | head -2 | tail -1

Loading…
Cancel
Save