Browse Source

more updates

master
Josh Fabean 3 years ago
parent
commit
adb03b2739
3 changed files with 15 additions and 10 deletions
  1. +1
    -0
      .config/fish/config.fish
  2. +2
    -0
      .config/swappy/config
  3. +12
    -10
      .config/sway/articuno-sway

+ 1
- 0
.config/fish/config.fish View File

@ -46,6 +46,7 @@ export LIBVA_DRIVER_NAME=vdpau
export EDITOR=nvim
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
export LC_ALL="en_US.UTF-8"
export N_PREFIX=/home/joshfabean/.n
function fish_prompt
powerline-rs --shell bare $status


+ 2
- 0
.config/swappy/config View File

@ -4,3 +4,5 @@ show_panel=false
line_size=5
text_size=20
text_font=sans-serif
date_format=%Y-%m-%d_%H-%M-%S-%N
file_output_name=Swappshot-$date_format.png

+ 12
- 10
.config/sway/articuno-sway View File

@ -147,19 +147,21 @@ for_window [class="Plexamp"] floating enable
for_window [class="blueman-manager"] floating enable
for_window [class="^Bluetooth Devices"] floating enable
# https://github.com/ValveSoftware/steam-for-linux/issues/1040
for_window [class="^Steam$" title="^Friends$"] floating enable
for_window [class="^Steam$" title="Steam - News"] floating enable
for_window [class="^Steam$" title=".* - Chat"] floating enable
for_window [class="^Steam$" title="^Settings$"] floating enable
for_window [class="^Steam$" title=".* - event started"] floating enable
for_window [class="^Steam$" title=".* CD key"] floating enable
#for_window [class="^Steam$" title="^Friends$"] floating enable
#for_window [class="^Steam$" title="Steam - News"] floating enable
#for_window [class="^Steam$" title=".* - Chat"] floating enable
#for_window [class="^Steam$" title="^Settings$"] floating enable
#for_window [class="^Steam$" title=".* - event started"] floating enable
#for_window [class="^Steam$" title=".* CD key"] floating enable
for_window [class="^Steam$" title="^Steam - Self Updater$"] floating enable
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="Steam"] floating enable
for_window [title="Origin"] floating enable
#for_window [title="Zoom"] floating enable
#for_window [title="Zoom Cloud Meetings"] floating enable
###########################
## Assign Workspaces
@ -252,8 +254,8 @@ client.urgent #dc322f #b71c1c #fdf6e3 #dc322f #dc322f
## Displays
############################
#HOME
output HDMI-A-1 pos 440 0 res 2560x1080
output DP-1 pos 0 1080 res 3440x1440
output HDMI-A-1 pos 0 0 res 3440x1440
output DP-1 pos 0 1440 res 3440x1440
# background images
#output * bg ~/Pictures/Wallpapers/calvin-hobbes-stars.jpg fill
output * bg ~/Pictures/Wallpapers/scenic-view-of-forest-during-night-time-1252869.jpg fill
@ -269,7 +271,7 @@ exec --no-startup-id pcmanfm -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
exec autotiling
#############################
## Media Keys


Loading…
Cancel
Save