This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# move window to prev and next space | |
#shift + alt - p : yabai -m window --space prev; | |
#shift + alt - n : yabai -m window --space next; | |
shift + alt - n : ~/scripts/clear_space0.sh; | |
ctrl + alt - right : yabai -m display --focus 1 | |
ctrl + alt - left : yabai -m display --focus 2 | |
# move currently focused window to next space | |
alt + cmd - right : yabai -m window --space next | |
alt + cmd - left : yabai -m window --space prev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Place a copy of this config to ~/.aerospace.toml | |
# After that, you can edit ~/.aerospace.toml to your liking | |
# It's not necessary to copy all keys to your config. | |
# If the key is missing in your config, "default-config.toml" will serve as a fallback | |
# You can use it to add commands that run after login to macOS user session. | |
# 'start-at-login' needs to be 'true' for 'after-login-command' to work | |
# Available commands: https://nikitabobko.github.io/AeroSpace/commands | |
after-login-command = [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Read the docs: https://www.lunarvim.org/docs/configuration | |
-- Example configs: https://github.com/LunarVim/starter.lvim | |
-- Video Tutorials: https://www.youtube.com/watch?v=sFA9kX-Ud_c&list=PLhoH5vyxr6QqGu0i7tt_XoVK9v-KvZ3m6 | |
-- Forum: https://www.reddit.com/r/lunarvim/ | |
-- Discord: https://discord.com/invite/Xb9B4Ny | |
local opts = { noremap = true, silent = true } | |
local map = vim.api.nvim_set_keymap | |
lvim.leader = "," | |
-- Enable formatting on save |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"contactsReturned": false, | |
"relationships": [ | |
{ | |
"identity": 106243532, | |
"labels": "Person", | |
"warmth_version": 1, | |
"linkedin_connections": 65535, | |
"load_source": "coresignal", | |
"warmth_trigger_date": 1699024241178, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"linkedin_id": "urn:li:fs_profileView:ACoAAEmyxIsBT7wzSvWyuQAL19EaDEVebiGYm14", | |
"firstname": "macbeth", | |
"lastname": "el kahtani", | |
"profile_url": "https://www.linkedin.com/in/macbeth-el-kahtani-7771032a6", | |
"avatar_url": "https://media.licdn.com/dms/image/D4E03AQEGTicXa7prJQ/profile-displayphoto-shrink_800_800/0/1702895338460?e=1711584000&v=beta&t=4ICqRjEsjjwdPNSLRFR4lcFL-Ni5xX2yUBxosAMI_n0", | |
"country": "Lebanon", | |
"location": "Beirut, Beirut Governorate", | |
"number_of_connections": "", | |
"about": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"positionGroupView": { | |
"paging": { | |
"start": 0, | |
"count": 5, | |
"total": 1, | |
"links": [] | |
}, | |
"entityUrn": "urn:li:fs_positionGroupView:ACoAAEmyxIsBT7wzSvWyuQAL19EaDEVebiGYm14", | |
"profileId": "ACoAAEmyxIsBT7wzSvWyuQAL19EaDEVebiGYm14", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"estimate": { | |
"created_at": 1705672766, | |
"object": "estimate", | |
"subscription_estimate": { | |
"status": "active", | |
"next_billing_at": 1708351166, | |
"object": "subscription_estimate", | |
"currency_code": "USD" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"list": [ | |
{ | |
"subscription_entitlement": { | |
"subscription_id": "169uU9TvVIss979N1", | |
"feature_id": "threepaths", | |
"feature_name": "three_paths", | |
"feature_description": "vie three warm paths only", | |
"feature_type": "SWITCH", | |
"value": "true", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"list": [ | |
{ | |
"subscription": { | |
"id": "169uU9TvVIss979N1", | |
"billing_period": 1, | |
"billing_period_unit": "month", | |
"customer_id": "169lhYTvVIsiD75s4", | |
"status": "active", | |
"current_term_start": 1705159370, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Working Directory" : "\/Users\/abdullah", | |
"Prompt Before Closing 2" : false, | |
"Selected Text Color" : { | |
"Red Component" : 0.81176470588235294, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.81568627450980391, | |
"Alpha Component" : 1, | |
"Green Component" : 0.82352941176470584 | |
}, |
NewerOlder