Skip to content

Commit

Permalink
Adds Crius.
Browse files Browse the repository at this point in the history
  • Loading branch information
jevandezande committed Jun 27, 2024
1 parent ccd5ff6 commit 9ebd384
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/i3/crius.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Screen location
exec --no-startup-id xrandr --output DisplayPort-10 --above eDP
exec --no-startup-id xrandr --output DisplayPort-11 --right-of DisplayPort-10

# Main on laptop
workspace 0 output eDP
# Odd on left, even on right
workspace 1 output DisplayPort-10
workspace 3 output DisplayPort-10
workspace 5 output DisplayPort-10
workspace 7 output DisplayPort-10
workspace 9 output DisplayPort-10
workspace 2 output DisplayPort-11
workspace 4 output DisplayPort-11
workspace 6 output DisplayPort-11
workspace 8 output DisplayPort-11

exec --no-startup-id setxkbmap -option compose:caps
# setxkbmap -option compose:caps
1 change: 1 addition & 0 deletions config/i3/visual.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ include `hostname`.conf

# Turn off borders for certain windows
for_window [class="firefox"] border none
for_window [class="brave"] border none
for_window [class="zoom"] border none

# for_window [class="zoom"] floating enable
Expand Down
Empty file added zsh/profiles/crius.zsh
Empty file.
4 changes: 4 additions & 0 deletions zsh/systems.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ then
source ~/.zsh/profiles/schrodinger.zsh
source ~/.zsh/profiles/themis.zsh

elif [ $HOST = 'crius' ]
then
source ~/.zsh/profiles/crius.zsh

elif [ -n "$HOST" ]
then
echo "Cannot find the proper host and associated system profile. Host: $HOST"
Expand Down

0 comments on commit 9ebd384

Please sign in to comment.