Compare commits
21 Commits
8a85e3cf8b
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 72935ac389 | |||
| 00224acc15 | |||
| 46f5116347 | |||
| 2115aff639 | |||
| 21c90c6d03 | |||
| 8e11d7ed04 | |||
| b497e885ee | |||
| 9d3f3d04af | |||
| 62e518fbe2 | |||
| ebf8ad121b | |||
| 9a9064d173 | |||
| d30901f052 | |||
| 54706440cd | |||
| 1ca2f10f09 | |||
| 4b31754f09 | |||
| 55c5238c74 | |||
| 870ce279c6 | |||
| 79780f3c50 | |||
| 3dcbfe7d27 | |||
| 7687fd009a | |||
| c106245c14 |
@@ -1 +1 @@
|
||||
open -n -a "alacritty.app"
|
||||
open -n -a "kitty.app"
|
||||
|
||||
+11
-3
@@ -4,11 +4,9 @@ set $left h
|
||||
set $down j
|
||||
set $up k
|
||||
set $right l
|
||||
set $term alacritty
|
||||
set $term kitty
|
||||
set $just just --justfile ~/.config/i3/justfile
|
||||
|
||||
for_window [class=".*"] fullscreen disable
|
||||
for_window [class=".*"] floating disable
|
||||
floating_minimum_size -1 x -1
|
||||
floating_maximum_size -1 x -1
|
||||
|
||||
@@ -135,7 +133,17 @@ bindsym --release XF86MonBrightnessUp exec --no-startup-id brightnessctl set 5%+
|
||||
# Screenshot (use scrot instead of grim)
|
||||
bindsym Print exec scrot ~/Pictures/screenshot-%Y-%m-%d-%H%M%S.png
|
||||
|
||||
|
||||
#class border background text indicator child_border
|
||||
client.focused #ffffff #ffffff #000000 #ffffff #ffffff
|
||||
|
||||
# Status bar (use i3bar + i3status)
|
||||
bar {
|
||||
status_command i3status
|
||||
|
||||
colors {
|
||||
#class border background text
|
||||
focused_workspace #ffffff #ffffff #000000
|
||||
inactive_workspace #333333 #333333 #ffffff
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,6 +6,6 @@ reset-wallpaper:
|
||||
xsetroot -solid black
|
||||
|
||||
program-picker:
|
||||
dmenu_run -p 'start program'
|
||||
rofi -show drun
|
||||
|
||||
|
||||
|
||||
+15
-15
@@ -35,24 +35,24 @@
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "swap alt and cmd",
|
||||
"manipulators": [
|
||||
{
|
||||
"from": { "key_code": "left_option" },
|
||||
"to": [{ "key_code": "left_command" }],
|
||||
"type": "basic"
|
||||
},
|
||||
{
|
||||
"from": { "key_code": "left_command" },
|
||||
"to": [{ "key_code": "left_option" }],
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": [
|
||||
{
|
||||
"identifiers": {
|
||||
"is_keyboard": true,
|
||||
"product_id": 21042,
|
||||
"vendor_id": 1155
|
||||
},
|
||||
"simple_modifications": [
|
||||
{
|
||||
"from": { "key_code": "grave_accent_and_tilde" },
|
||||
"to": [{ "key_code": "non_us_backslash" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "KarabinerTS",
|
||||
"selected": true,
|
||||
"virtual_hid_keyboard": { "keyboard_type_v2": "iso" }
|
||||
+15
-15
@@ -35,24 +35,24 @@
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "swap alt and cmd",
|
||||
"manipulators": [
|
||||
{
|
||||
"from": { "key_code": "left_option" },
|
||||
"to": [{ "key_code": "left_command" }],
|
||||
"type": "basic"
|
||||
},
|
||||
{
|
||||
"from": { "key_code": "left_command" },
|
||||
"to": [{ "key_code": "left_option" }],
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": [
|
||||
{
|
||||
"identifiers": {
|
||||
"is_keyboard": true,
|
||||
"product_id": 21042,
|
||||
"vendor_id": 1155
|
||||
},
|
||||
"simple_modifications": [
|
||||
{
|
||||
"from": { "key_code": "grave_accent_and_tilde" },
|
||||
"to": [{ "key_code": "non_us_backslash" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "KarabinerTS",
|
||||
"selected": true,
|
||||
"virtual_hid_keyboard": { "keyboard_type_v2": "iso" }
|
||||
@@ -51,6 +51,23 @@
|
||||
"to": [{ "key_code": "non_us_backslash" }]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"identifiers": {
|
||||
"is_keyboard": true,
|
||||
"product_id": 8467,
|
||||
"vendor_id": 16700
|
||||
},
|
||||
"simple_modifications": [
|
||||
{
|
||||
"from": { "key_code": "left_option" },
|
||||
"to": [{ "key_code": "left_command" }]
|
||||
},
|
||||
{
|
||||
"from": { "key_code": "left_command" },
|
||||
"to": [{ "key_code": "left_option" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "KarabinerTS",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -23,6 +23,8 @@ bind-key c-p switch-client -l
|
||||
bind c-g popup -E -w 100% -h 100% -d "#{pane_current_path}" -b rounded lazygit
|
||||
bind c-t popup -E -w 100% -h 100% -b rounded -d "#{pane_current_path}"
|
||||
bind c-s popup -E -w 100% -h 100% -b rounded "sesh"
|
||||
bind c-b popup -E -w 100% -h 100% -b rounded "btop"
|
||||
bind c-f popup -E -w 100% -h 100% -b rounded "xplr"
|
||||
bind c-x confirm-before -p "Kill current session #S? (y/n)" kill-session
|
||||
|
||||
bind j command-prompt -p "Join window:" "join-pane -h -s %1"
|
||||
|
||||
+7
-6
@@ -62,12 +62,13 @@ set wildignore=*.o,*.obj,.git/**,tags,*.pyc
|
||||
set noswapfile
|
||||
set makeprg=just
|
||||
syntax on
|
||||
tnoremap <c-w>c <c-\><c-n><c-w>c
|
||||
xnoremap H ^
|
||||
xnoremap L $
|
||||
nnoremap Q @@
|
||||
nnoremap ,m :make<CR>
|
||||
nnoremap - :E<CR>
|
||||
tnoremap <silent> <c-w>c <c-\><c-n><c-w>c
|
||||
xnoremap <silent> H ^
|
||||
xnoremap <silent> L $
|
||||
nnoremap <silent> Q @@
|
||||
nnoremap <silent> ,m :make<CR>
|
||||
nnoremap <silent> - :E<CR>
|
||||
nnoremap <silent> _ :execute 'Explore ' . fnameescape(getcwd())<CR>
|
||||
|
||||
if has('clipboard')
|
||||
set clipboard^=unnamed,unnamedplus
|
||||
|
||||
Reference in New Issue
Block a user