update dotfiles
This commit is contained in:
parent
d3474e33f5
commit
25075231f1
5 changed files with 25 additions and 5 deletions
|
|
@ -253,8 +253,8 @@ bindsym $mod+w exec firefox
|
||||||
# program launcher rofi
|
# program launcher rofi
|
||||||
bindsym $mod+d exec "rofi -modi drun,run -show drun"
|
bindsym $mod+d exec "rofi -modi drun,run -show drun"
|
||||||
# screenshot
|
# screenshot
|
||||||
bindsym Print exec --no-startup-id spectacle -r
|
bindsym $mod+p exec --no-startup-id spectacle -r
|
||||||
bindsym Shift+Print exec --no-startup-id spectacle -f
|
bindsym $mod+Shift+p exec --no-startup-id spectacle -f
|
||||||
|
|
||||||
# wallpaper
|
# wallpaper
|
||||||
exec_always feh --bg-fill /home/ipu/Pictures/Wallpapers/anime-kita.png
|
exec_always feh --bg-fill /home/ipu/Pictures/Wallpapers/anime-kita.png
|
||||||
|
|
@ -277,7 +277,7 @@ mode "$mode_system" {
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
}
|
}
|
||||||
|
|
||||||
bindsym $mod+Pause mode "$mode_system"
|
bindsym $mod+Delete mode "$mode_system"
|
||||||
|
|
||||||
# class border|backgr|text|indicator|child_border
|
# class border|backgr|text|indicator|child_border
|
||||||
client.focused $lightgray $lightgray $bg $purple $lightgray
|
client.focused $lightgray $lightgray $bg $purple $lightgray
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,15 @@ return {
|
||||||
require("neorg").setup {
|
require("neorg").setup {
|
||||||
load = {
|
load = {
|
||||||
["core.defaults"] = {},
|
["core.defaults"] = {},
|
||||||
["core.concealer"] = {},
|
["core.concealer"] = {
|
||||||
|
config = {
|
||||||
|
icons = {
|
||||||
|
code_block = {
|
||||||
|
conceal = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
["core.dirman"] = {
|
["core.dirman"] = {
|
||||||
config = {
|
config = {
|
||||||
workspaces = {
|
workspaces = {
|
||||||
|
|
|
||||||
|
|
@ -14,5 +14,6 @@ return {
|
||||||
require("telescope").load_extension("fzf")
|
require("telescope").load_extension("fzf")
|
||||||
vim.keymap.set("n", "<space>ff", require("telescope.builtin").find_files)
|
vim.keymap.set("n", "<space>ff", require("telescope.builtin").find_files)
|
||||||
vim.keymap.set("n", "<space>fh", require("telescope.builtin").help_tags)
|
vim.keymap.set("n", "<space>fh", require("telescope.builtin").help_tags)
|
||||||
|
vim.keymap.set("n", "<space>fg", require("telescope.builtin").live_grep)
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# /home/ipu/.config/tmuxinator/learn-go.yml
|
# /home/ipu/.config/tmuxinator/learn-go.yml
|
||||||
|
|
||||||
name: learn-go
|
name: learn-go
|
||||||
root: ~/Code/my/bootdev/go-learn/go-http-server/
|
root: ~/Code/my/bootdev/go-learn/go-file-storage/
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
- editor:
|
- editor:
|
||||||
|
|
|
||||||
11
tmux/.config/tmuxinator/learn-web.yml
Normal file
11
tmux/.config/tmuxinator/learn-web.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
# /home/ipu/.config/tmuxinator/learn-web.yml
|
||||||
|
|
||||||
|
name: learn-web
|
||||||
|
root: ~/Code/my/freecodecamp/
|
||||||
|
|
||||||
|
windows:
|
||||||
|
- editor:
|
||||||
|
- nvim .
|
||||||
|
- shell:
|
||||||
|
-
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue