gonna pull new

sway
spinach 9 months ago
parent e17b45eebb
commit a3300335e9

@ -1 +1 @@
Subproject commit aa50bff9b5cf24bcda810c1d77b03a5c804ea400
Subproject commit aa356070999de2018c35f2be291cfd06efdff0b8

@ -20,11 +20,11 @@ gaps inner 10
smart_gaps on
# setup screens
exec_always killall kanshi; kanshi
exec_always "killall kanshi; kanshi"
# background
exec_always wallpaper.sh
# waybar
exec_always killall waybar; waybar
exec_always "killall waybar; waybar"
workspace 1 output DP-2
workspace 2 output DP-3
@ -50,8 +50,8 @@ exec swayidle -w \
lock 'swaylock-blur'
# lock the screen
# bindsym $mod+q exec swaylock-blur
bindsym $mod+q exec sleep 1 && killall -SIGUSR1 swayidle
bindsym $mod+q exec swaylock-blur
# bindsym $mod+q exec sleep 1 && killall -SIGUSR1 swayidle
# kill focused window
bindsym $mod+Shift+q kill
@ -77,10 +77,10 @@ bindsym $mod+k focus up
bindsym $mod+l focus right
# move focused window
bindsym $mod+Shift+j move left
bindsym $mod+Shift+k move down
bindsym $mod+Shift+l move up
bindsym $mod+Shift+semicolon move right
bindsym $mod+Shift+h move left
bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right
# split in horizontal orientation
#bindsym $mod+h split h

Binary file not shown.

Binary file not shown.

@ -1 +1 @@
Subproject commit b9a2d846efff427fd13b7e95d83a5761666329ac
Subproject commit 36cce9a088c8cd7d7b1a3adccc74cf2a130c51e0

@ -1 +1 @@
Subproject commit d21d5c9510170d74a7f959309da720b6df72ca01
Subproject commit a714e76ae17985708dde9e87ad59002c1616906f

@ -9,6 +9,8 @@ set -g display-panes-time 5000
# setup automatic renaming
set -g automatic-rename on
# count from 1 for easier pane switching
setw -g pane-base-index 1
#set -g default-shell $SHELL
# keybinds

@ -14,6 +14,9 @@ set -g automatic-rename on
# escape sequence delay
set -g escape-time 10
# start from 1 for pane numbering
setw -g pane-base-index 1
#set -g default-shell $SHELL
# keybinds

Loading…
Cancel
Save