Browse Source

updates and fixes

master
Josh Fabean 4 years ago
parent
commit
037dd74ac4
2 changed files with 13 additions and 4 deletions
  1. +8
    -3
      .config/sway/golem-sway
  2. +5
    -1
      .tmux.conf

+ 8
- 3
.config/sway/golem-sway View File

@ -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


+ 5
- 1
.tmux.conf View File

@ -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


Loading…
Cancel
Save