gonna pull new
This commit is contained in:
parent
e17b45eebb
commit
a3300335e9
@ -1 +1 @@
|
|||||||
Subproject commit aa50bff9b5cf24bcda810c1d77b03a5c804ea400
|
Subproject commit aa356070999de2018c35f2be291cfd06efdff0b8
|
@ -20,11 +20,11 @@ gaps inner 10
|
|||||||
smart_gaps on
|
smart_gaps on
|
||||||
|
|
||||||
# setup screens
|
# setup screens
|
||||||
exec_always killall kanshi; kanshi
|
exec_always "killall kanshi; kanshi"
|
||||||
# background
|
# background
|
||||||
exec_always wallpaper.sh
|
exec_always wallpaper.sh
|
||||||
# waybar
|
# waybar
|
||||||
exec_always killall waybar; waybar
|
exec_always "killall waybar; waybar"
|
||||||
|
|
||||||
workspace 1 output DP-2
|
workspace 1 output DP-2
|
||||||
workspace 2 output DP-3
|
workspace 2 output DP-3
|
||||||
@ -50,8 +50,8 @@ exec swayidle -w \
|
|||||||
lock 'swaylock-blur'
|
lock 'swaylock-blur'
|
||||||
|
|
||||||
# lock the screen
|
# lock the screen
|
||||||
# bindsym $mod+q exec swaylock-blur
|
bindsym $mod+q exec swaylock-blur
|
||||||
bindsym $mod+q exec sleep 1 && killall -SIGUSR1 swayidle
|
# bindsym $mod+q exec sleep 1 && killall -SIGUSR1 swayidle
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
@ -77,10 +77,10 @@ bindsym $mod+k focus up
|
|||||||
bindsym $mod+l focus right
|
bindsym $mod+l focus right
|
||||||
|
|
||||||
# move focused window
|
# move focused window
|
||||||
bindsym $mod+Shift+j move left
|
bindsym $mod+Shift+h move left
|
||||||
bindsym $mod+Shift+k move down
|
bindsym $mod+Shift+j move down
|
||||||
bindsym $mod+Shift+l move up
|
bindsym $mod+Shift+k move up
|
||||||
bindsym $mod+Shift+semicolon move right
|
bindsym $mod+Shift+l move right
|
||||||
|
|
||||||
# split in horizontal orientation
|
# split in horizontal orientation
|
||||||
#bindsym $mod+h split h
|
#bindsym $mod+h split h
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
Subproject commit b9a2d846efff427fd13b7e95d83a5761666329ac
|
Subproject commit 36cce9a088c8cd7d7b1a3adccc74cf2a130c51e0
|
2
src/fzf
2
src/fzf
@ -1 +1 @@
|
|||||||
Subproject commit d21d5c9510170d74a7f959309da720b6df72ca01
|
Subproject commit a714e76ae17985708dde9e87ad59002c1616906f
|
@ -9,6 +9,8 @@ set -g display-panes-time 5000
|
|||||||
# setup automatic renaming
|
# setup automatic renaming
|
||||||
set -g automatic-rename on
|
set -g automatic-rename on
|
||||||
|
|
||||||
|
# count from 1 for easier pane switching
|
||||||
|
setw -g pane-base-index 1
|
||||||
#set -g default-shell $SHELL
|
#set -g default-shell $SHELL
|
||||||
|
|
||||||
# keybinds
|
# keybinds
|
||||||
|
@ -14,6 +14,9 @@ set -g automatic-rename on
|
|||||||
# escape sequence delay
|
# escape sequence delay
|
||||||
set -g escape-time 10
|
set -g escape-time 10
|
||||||
|
|
||||||
|
# start from 1 for pane numbering
|
||||||
|
setw -g pane-base-index 1
|
||||||
|
|
||||||
#set -g default-shell $SHELL
|
#set -g default-shell $SHELL
|
||||||
|
|
||||||
# keybinds
|
# keybinds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user