From: Maximilian Friedersdorff Date: Mon, 23 Jul 2018 15:06:50 +0000 (+0100) Subject: Merge branch 'master' of git.friedersdorff.com:max/dotfiles X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=ced1d875c880c2d594c393eef57b29d84f94f91a;p=max%2Fdotfiles.git Merge branch 'master' of git.friedersdorff.com:max/dotfiles --- ced1d875c880c2d594c393eef57b29d84f94f91a diff --cc i3/.config/i3/config.base index 484d2a6,0be5498..e4795ab --- a/i3/.config/i3/config.base +++ b/i3/.config/i3/config.base @@@ -179,42 -176,3 +176,5 @@@ hide_edge_borders bot focus_follows_mouse no focus_on_window_activation urgent + +for_window [class="^rdesktop"] move workspace number 9; floating disable - - - - - - # Start i3bar to display a workspace bar (plus the system information i3status - # finds out, if available) - bar { - id bar_left - status_command conky-i3bar - position top - output "DVI-I-1" - font pango:Liberation Mono 10 - colors { - background $black_super - focused_background $black - focused_workspace $black_super $yellow_super $black - active_workspace $black_super $blue_super $black - inactive_workspace $black_super $black_super $white_super - urgent_workspace $black $red_super $white - } - } - - bar { - id bar_right - position top - output "HDMI-4" - font pango:Liberation Mono 10 - colors { - background $black_super - focused_background $black - focused_workspace $black_super $yellow_super $black - active_workspace $black_super $blue_super $black - inactive_workspace $black_super $black_super $white_super - urgent_workspace $black $red_super $white - } - }