Skip to content

Commit

Permalink
remove old .emacs and updated multi monitor xorg and i3 configs
Browse files Browse the repository at this point in the history
  • Loading branch information
YYY authored and YYY committed Jul 28, 2019
1 parent a5b19fd commit d3b3f80
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 459 deletions.
16 changes: 16 additions & 0 deletions .config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

set $mod Mod4
default_border none
workspace_layout tabbed

# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
Expand Down Expand Up @@ -78,6 +79,11 @@ bindsym $mod+a focus parent
# focus the child container
#bindsym $mod+d focus child

# Define monitors
set $monitor_one "DP-4"
set $monitor_two "DP-0"
set $monitor_three "DP-2"

# Define names for default workspaces for which we configure key bindings later on.
# We use variables to avoid repeating the names in multiple places.
set $ws1 "1"
Expand All @@ -91,6 +97,16 @@ set $ws8 "8"
set $ws9 "9"
set $ws10 "10"

# Bind workspaces to monitors
workspace $ws1 output $monitor_one
workspace $ws2 output $monitor_two
workspace $ws3 output $monitor_three

# assign applications to workspac
assign [class=".*firefox.*"] $ws1
assign [class="[eE]macs"] $ws2
assign [class="[uU][UR]xvt"] $ws3

# switch to workspace
bindsym $mod+1 workspace $ws1
bindsym $mod+2 workspace $ws2
Expand Down
Loading

0 comments on commit d3b3f80

Please sign in to comment.