Browse Source

updated sway

master
Josh Fabean 4 years ago
parent
commit
0781f18a96
1 changed files with 6 additions and 21 deletions
  1. +6
    -21
      .config/sway/golem-sway

+ 6
- 21
.config/sway/golem-sway View File

@ -169,11 +169,11 @@ assign [class="Plexamp"] 3
## Gaps
##########################
# new_window 1pixel
default_border pixel 2
default_border pixel 0
#Hide border if 1 window
hide_edge_borders both
set $default_gaps_inner 5
set $default_gaps_outer 0
set $default_gaps_outer 5
gaps inner $default_gaps_inner
gaps outer $default_gaps_outer
smart_gaps on
@ -221,20 +221,6 @@ bindsym $mod+Control+Left resize shrink width 5 px or 5 ppt
# finds out, if available)
bar {
swaybar_command waybar
# position top
# status_command i3blocks
# font pango:Liberation 10, FontAwesome 12
# strip_workspace_numbers yes
#
# colors {
# separator #586e75
# background #0c1014
# statusline #aea79f
# focused_workspace #091f2e #091f2e #ffffff
# active_workspace #073642 #073642 #ffffff
# inactive_workspace #0c1014 #0c1014 #aea79f
# urgent_workspace #77216f #77216f #ffffff
# }
}
# class border backgr. text indicator child_border
@ -249,7 +235,7 @@ client.urgent #dc322f #b71c1c #fdf6e3 #dc322f #dc322f
#HOME
output HDMI-A-2 pos 0 0 res 1920x1080
#output DP-1 pos 1920 0 res 1920x1200
output DP-1 pos 1920 0 res 2560x1080
output DP-1 pos 1920 0 res 3440x1440
#FFICE
#output DVI-D-1 pos 0 0 res 1920x1080
#output HDMI-A-1 pos 0 0 res 1920x1080
@ -259,19 +245,18 @@ output DP-1 pos 1920 0 res 2560x1080
#output eDP-1 bg ~/Wallpapers/xp-sunrise.png stretch
#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/calvin-hobbes-stars.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"
##############################
## Startup Things
##############################
exec --no-startup-id pcmanfm -d
# exec --no-startup-id nm-applet
# exec --no-startup-id xss-lock -- i3lock-fancy
#exec --no-startup-id xset r rate 250 25
#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 nightshift -l 39.0315533:-94.4954291 -d
#exec --no-startup-id setxkbmap -model apple_laptop -layout us -variant dvp
exec --no-startup-id mako


Loading…
Cancel
Save