From f1890c30c1a73b5353e69605fb01e3d457c8d36a Mon Sep 17 00:00:00 2001 From: Aleksander Rendtslev Date: Tue, 16 Jun 2020 01:54:40 -0500 Subject: [PATCH] feat: Added validation logic to register user --- .skhdrc | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.skhdrc b/.skhdrc index b011cce..98f2db3 100644 --- a/.skhdrc +++ b/.skhdrc @@ -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` @@ -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 @@ -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" \ No newline at end of file +select < w : osascript -e "tell application \"Workflowy\" to activate"; skhd -k "escape"