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
|
||||
bindsym $mod+d exec "rofi -modi drun,run -show drun"
|
||||
# screenshot
|
||||
bindsym Print exec --no-startup-id spectacle -r
|
||||
bindsym Shift+Print exec --no-startup-id spectacle -f
|
||||
bindsym $mod+p exec --no-startup-id spectacle -r
|
||||
bindsym $mod+Shift+p exec --no-startup-id spectacle -f
|
||||
|
||||
# wallpaper
|
||||
exec_always feh --bg-fill /home/ipu/Pictures/Wallpapers/anime-kita.png
|
||||
|
|
@ -277,7 +277,7 @@ mode "$mode_system" {
|
|||
bindsym Escape mode "default"
|
||||
}
|
||||
|
||||
bindsym $mod+Pause mode "$mode_system"
|
||||
bindsym $mod+Delete mode "$mode_system"
|
||||
|
||||
# class border|backgr|text|indicator|child_border
|
||||
client.focused $lightgray $lightgray $bg $purple $lightgray
|
||||
|
|
|
|||
|
|
@ -7,7 +7,15 @@ return {
|
|||
require("neorg").setup {
|
||||
load = {
|
||||
["core.defaults"] = {},
|
||||
["core.concealer"] = {},
|
||||
["core.concealer"] = {
|
||||
config = {
|
||||
icons = {
|
||||
code_block = {
|
||||
conceal = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
["core.dirman"] = {
|
||||
config = {
|
||||
workspaces = {
|
||||
|
|
|
|||
|
|
@ -14,5 +14,6 @@ return {
|
|||
require("telescope").load_extension("fzf")
|
||||
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>fg", require("telescope.builtin").live_grep)
|
||||
end
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# /home/ipu/.config/tmuxinator/learn-go.yml
|
||||
|
||||
name: learn-go
|
||||
root: ~/Code/my/bootdev/go-learn/go-http-server/
|
||||
root: ~/Code/my/bootdev/go-learn/go-file-storage/
|
||||
|
||||
windows:
|
||||
- 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