From b9afb378ed505d14ba3a8bf19169baa6ffe83ea4 Mon Sep 17 00:00:00 2001 From: Josh Fabean Date: Thu, 9 Jul 2020 11:29:40 -0500 Subject: [PATCH] updated i3 and sway configs --- .config/i3/arch-config | 5 +---- .config/sway/articuno-sway | 4 +++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.config/i3/arch-config b/.config/i3/arch-config index 5a5bfc8..8d0c7f8 100644 --- a/.config/i3/arch-config +++ b/.config/i3/arch-config @@ -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 diff --git a/.config/sway/articuno-sway b/.config/sway/articuno-sway index 6495587..aa1658a 100644 --- a/.config/sway/articuno-sway +++ b/.config/sway/articuno-sway @@ -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" ##############################