Skip to content

Commit

Permalink
feat: Added validation logic to register user
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksion committed Jun 16, 2020
1 parent e410d92 commit f1890c3
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .skhdrc
Expand Up @@ -37,26 +37,26 @@ shift + ctrl - left : chunkc tiling::window --warp-floating bottom-left
shift + ctrl - right : chunkc tiling::window --warp-floating bottom-right

# send window to desktop
shift + alt - x : chunkc tiling::window --send-to-desktop $(chunkc get _last_active_desktop)
shift + alt - z : chunkc tiling::window --send-to-desktop prev
shift + alt - c : chunkc tiling::window --send-to-desktop next
shift + alt - 1 : chunkc tiling::window --send-to-desktop 1
shift + alt - 2 : chunkc tiling::window --send-to-desktop 2
shift + alt - 3 : chunkc tiling::window --send-to-desktop 3
shift + alt - 4 : chunkc tiling::window --send-to-desktop 4
shift + alt - 5 : chunkc tiling::window --send-to-desktop 5
shift + alt - 6 : chunkc tiling::window --send-to-desktop 6
#shift + alt - x : chunkc tiling::window --send-to-desktop $(chunkc get _last_active_desktop)
#shift + alt - z : chunkc tiling::window --send-to-desktop prev
#shift + alt - c : chunkc tiling::window --send-to-desktop next
#shift + alt - 1 : chunkc tiling::window --send-to-desktop 1
#shift + alt - 2 : chunkc tiling::window --send-to-desktop 2
#shift + alt - 3 : chunkc tiling::window --send-to-desktop 3
#shift + alt - 4 : chunkc tiling::window --send-to-desktop 4
#shift + alt - 5 : chunkc tiling::window --send-to-desktop 5
#shift + alt - 6 : chunkc tiling::window --send-to-desktop 6

# send window to desktop and switch desktop
shift + cmd - x : `id=$(chunkc get _last_active_desktop); chunkc tiling::window -d $id; khd -p "cmd + alt - $id" &> /dev/null`
#shift + cmd - x : `id=$(chunkc get _last_active_desktop); chunkc tiling::window -d $id; khd -p "cmd + alt - $id" &> /dev/null`
# shift + cmd - z : chunkc tiling::window -d prev; khd -p "cmd + alt - z"
shift + cmd - c : chunkc tiling::window -d next; khd -p "cmd + alt - c"
shift + cmd - 1 : chunkc tiling::window -d 1; khd -p "cmd + alt - 1"
shift + cmd - 2 : chunkc tiling::window -d 2; khd -p "cmd + alt - 2"
shift + cmd - 3 : chunkc tiling::window -d 3; khd -p "cmd + alt - 3"
#shift + cmd - c : chunkc tiling::window -d next; khd -p "cmd + alt - c"
#shift + cmd - 1 : chunkc tiling::window -d 1; khd -p "cmd + alt - 1"
#shift + cmd - 2 : chunkc tiling::window -d 2; khd -p "cmd + alt - 2"
#shift + cmd - 3 : chunkc tiling::window -d 3; khd -p "cmd + alt - 3"
# shift + cmd - 4 : chunkc tiling::window -d 4; khd -p "cmd + alt - 4"
shift + cmd - 5 : chunkc tiling::window -d 5; khd -p "cmd + alt - 5"
shift + cmd - 6 : chunkc tiling::window -d 6; khd -p "cmd + alt - 6"
#shift + cmd - 5 : chunkc tiling::window -d 5; khd -p "cmd + alt - 5"
#shift + cmd - 6 : chunkc tiling::window -d 6; khd -p "cmd + alt - 6"

# switch to last active desktop
cmd + alt - x : `id=$(chunkc get _last_active_desktop); khd -p "cmd + alt - $id" &> /dev/null`
Expand All @@ -69,11 +69,11 @@ ctrl + alt - 2 : chunkc tiling::monitor -f 2
ctrl + alt - 3 : chunkc tiling::monitor -f 3

# send window to monitor and follow focus
ctrl + cmd - z : chunkc tiling::window --send-to-monitor prev; chunkc tiling::monitor -f prev
ctrl + cmd - c : chunkc tiling::window --send-to-monitor next; chunkc tiling::monitor -f next
ctrl + cmd - 1 : chunkc tiling::window --send-to-monitor 1; chunkc tiling::monitor -f 1
ctrl + cmd - 2 : chunkc tiling::window --send-to-monitor 2; chunkc tiling::monitor -f 2
ctrl + cmd - 3 : chunkc tiling::window --send-to-monitor 3; chunkc tiling::monitor -f 3
# ctrl + cmd - z : chunkc tiling::window --send-to-monitor prev; chunkc tiling::monitor -f prev
# ctrl + cmd - c : chunkc tiling::window --send-to-monitor next; chunkc tiling::monitor -f next
# ctrl + cmd - 1 : chunkc tiling::window --send-to-monitor 1; chunkc tiling::monitor -f 1
# ctrl + cmd - 2 : chunkc tiling::window --send-to-monitor 2; chunkc tiling::monitor -f 2
# ctrl + cmd - 3 : chunkc tiling::window --send-to-monitor 3; chunkc tiling::monitor -f 3

# increase region size
shift + alt - a : chunkc tiling::window --use-temporary-ratio 0.1 --adjust-window-edge west
Expand Down Expand Up @@ -143,4 +143,4 @@ select < l : osascript -e "tell application \"LimeChat\" to activate"; skhd -k "
select < m : osascript -e "tell application \"Messages\" to activate"; skhd -k "escape"
select < o : osascript -e "tell application \"Firefox\" to activate"; skhd -k "escape"
select < p : osascript -e "tell application \"Spotify\" to activate"; skhd -k "escape"
select < w : osascript -e "tell application \"Workflowy\" to activate"; skhd -k "escape"
select < w : osascript -e "tell application \"Workflowy\" to activate"; skhd -k "escape"

0 comments on commit f1890c3

Please sign in to comment.