From 037dd74ac4782a91055ea5e86d8ca28bbfc0bd0a Mon Sep 17 00:00:00 2001 From: Josh Fabean Date: Thu, 12 Mar 2020 12:32:40 -0500 Subject: [PATCH] updates and fixes --- .config/sway/golem-sway | 11 ++++++++--- .tmux.conf | 6 +++++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.config/sway/golem-sway b/.config/sway/golem-sway index 9307252..de840fe 100644 --- a/.config/sway/golem-sway +++ b/.config/sway/golem-sway @@ -3,7 +3,7 @@ set $mod Mod4 set $alt Mod1 -font pango:FiraCode, FontAwesome 12, Noto +font JetBrains Mono, FontAwesome 12 bindsym $mod+F7 exec --no-startup-id xset r rate 250 25 && xset b off && setxkbmap -option caps:escape @@ -245,9 +245,14 @@ client.urgent #dc322f #b71c1c #fdf6e3 #dc322f #dc322f ############################ ## Displays ############################ -output DVI-D-1 pos 0 0 res 1920x1080 +#HOME +output HDMI-A-2 pos 0 0 res 1920x1080 output DP-1 pos 1920 0 res 1920x1200 -output DP-2 pos 3840 0 res 1920x1200 +#FFICE +#output DVI-D-1 pos 0 0 res 1920x1080 +#output HDMI-A-1 pos 0 0 res 1920x1080 +#output DP-1 pos 1920 0 res 1920x1200 +#output DP-2 pos 3840 0 res 1920x1200 # background images #output eDP-1 bg ~/Wallpapers/xp-sunrise.png stretch #output DP-1 bg ~/Wallpapers/xp-sunrise.png stretch diff --git a/.tmux.conf b/.tmux.conf index b33084b..298e240 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -64,7 +64,11 @@ bind -n M-Left if-shell "$is_vim" "send-keys M-Left" "select-pane -L" bind -n M-Down if-shell "$is_vim" "send-keys M-Down" "select-pane -D" bind -n M-Up if-shell "$is_vim" "send-keys M-Up" "select-pane -U" bind -n M-Right if-shell "$is_vim" "send-keys M-Right" "select-pane -R" -bind -n M-\ if-shell "$is_vim" "send-keys M-\\" "select-pane -l" +#bind -n M-\ if-shell "$is_vim" "send-keys M-\\" "select-pane -l" + +# quick pane cycling +unbind ^B +bind ^B select-pane -t :.+ # Split windows like Vim. bind v split-window -h