Browse Source

updated i3 and sway configs

master
Josh Fabean 3 years ago
parent
commit
b9afb378ed
2 changed files with 4 additions and 5 deletions
  1. +1
    -4
      .config/i3/arch-config
  2. +3
    -1
      .config/sway/articuno-sway

+ 1
- 4
.config/i3/arch-config View File

@ -12,7 +12,7 @@ exec --no-startup-id xset b off
exec --no-startup-id setxkbmap -option caps:escape
exec --no-startup-id nightshift -l 39.0315533:-94.4954291 -d
# exec --no-startup-id setxkbmap -model apple_laptop -layout us -variant dvp
exec --no-startup-id /home/joshfabean/.screenlayout/desktop-computer-dual.sh
exec --no-startup-id /home/joshfabean/.screenlayout/dual-screen.sh
font pango:JetBrains Mono, FontAwesome 12
@ -52,9 +52,6 @@ bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
#change screen layout
bindsym $mod+Shift+m exec --no-startup-id /home/joshfabean/.screenlayout/desktop-computer-dual.sh
bindsym $mod+Shift+n exec --no-startup-id /home/joshfabean/.screenlayout/desktop-computer-single.sh
# move focused window
bindsym $mod+Shift+j move left


+ 3
- 1
.config/sway/articuno-sway View File

@ -158,6 +158,8 @@ 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
for_window [title="Qalculate!"] floating enable
for_window [title="Steam"] floating enable
for_window [title="Origin"] floating enable
###########################
## Assign Workspaces
@ -264,7 +266,7 @@ output DP-1 pos 0 1080 res 3440x1440
#output DP-1 bg ~/Wallpapers/xp-sunrise.png stretch
#output DP-2 bg ~/Wallpapers/xp-sunrise.png stretch
#output * bg ~/Pictures/Wallpapers/calvin-hobbes-stars.jpg fill
#output * bg ~/Pictures/Wallpapers/scenic-view-of-forest-during-night-time-1252869.jpg fill
output * bg ~/Pictures/Wallpapers/scenic-view-of-forest-during-night-time-1252869.jpg fill
bindsym $mod+Shift+m exec --no-startup-id "sway output output DP-1 pos 2880 0 res 1920x1080 && sway ouput DP-2 res 1920x1080"
##############################


Loading…
Cancel
Save