Browse Source

trb init

trb
chodylal 2 months ago
parent
commit
62f8d3f3e1
  1. 12
      .config/i3/config
  2. 2
      .config/i3/py3status.conf
  3. 6
      .config/nvim/lazy-lock.json
  4. 2
      .dotfiles.d/init/init-shell.sh

12
.config/i3/config

@ -85,9 +85,8 @@ bindsym $mod+Control+Right move workspace to output right
#------------------------------------------------
# monitors - use "xrandr --listmonitors" to obtain your output names
set $leftOutput eDP
set $rightOutput HDMI-A-0
set $leftOutput HDMI-1
set $rightOutput eDP-1
# setup monitors
exec --no-startup-id xrandr --output $rightOutput --primary
exec --no-startup-id xrandr --output $leftOutput --left-of $rightOutput
@ -138,7 +137,7 @@ exec_always --no-startup-id sleep 2 && xrandr --output $leftOutput --left-of $ri
# start a terminal
#bindsym $mod+Return exec i3-sensible-terminal
#bindsym $mod+Return exec terminator -p ratflow-terminator
bindsym $mod+Return exec kitty
bindsym $mod+Return exec /home/chodylal/.local/kitty.app/bin/kitty
# start dmenu (a program launcher)
#bindsym $mod+d exec dmenu_run
@ -338,14 +337,15 @@ bindsym Shift+$mod+p exec /home/chodak/.screenlayout/edp.sh
#------------------------------------------------
# regenerate and reload i3 configuration file
bindsym $mod+Shift+c exec rfreload
# bindsym $mod+Shift+c exec rfreload
# suspend
bindsym $mod+Escape exec systemctl suspend
# regenerate i3 configuration file and restart i3 (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r exec rfreload --restart
# bindsym $mod+Shift+r exec rfreload --restart
bindsym $mod+Shift+r exec i3-msg reload
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"

2
.config/i3/py3status.conf

@ -37,7 +37,7 @@ networkmanager {
external_script top {
cache_timeout = 10
script_path = "/usr/share/ratflow/scripts/top"
script_path = "~/.config/i3/scripts/top"
}
netdata {

6
.config/nvim/lazy-lock.json

@ -7,7 +7,7 @@
"diffview.nvim": { "branch": "main", "commit": "4516612fe98ff56ae0415a259ff6361a89419b0a" },
"flash.nvim": { "branch": "main", "commit": "fcea7ff883235d9024dc41e638f164a450c14ca2" },
"friendly-snippets": { "branch": "main", "commit": "6cd7280adead7f586db6fccbd15d2cac7e2188b9" },
"gitsigns.nvim": { "branch": "main", "commit": "6d808f99bd63303646794406e270bd553ad7792e" },
"gitsigns.nvim": { "branch": "main", "commit": "dd3f588bacbeb041be6facf1742e42097f62165d" },
"grug-far.nvim": { "branch": "main", "commit": "21790e59dd0109a92a70cb874dd002af186314f5" },
"hybrid-theme": { "branch": "main", "commit": "f67e65511ec856fa0ce7d1b71d6bb02b59063d49" },
"just-runner.nvim": { "branch": "main", "commit": "f29d405aa828900df242600720a2b0e57261489f" },
@ -16,14 +16,14 @@
"lualine.nvim": { "branch": "master", "commit": "131a558e13f9f28b15cd235557150ccb23f89286" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "0c2823e0418f3d9230ff8b201c976e84de1cb401" },
"mason.nvim": { "branch": "main", "commit": "cb8445f8ce85d957416c106b780efd51c6298f89" },
"mini.ai": { "branch": "main", "commit": "43eb2074843950a3a25aae56a5f41362ec043bfa" },
"mini.ai": { "branch": "main", "commit": "7e10ce8468c0fce4f527ae2c0e5c484f7667f73d" },
"mini.files": { "branch": "main", "commit": "3e247eb12ca8c05622ceb8745f9004f761b22ef8" },
"mini.icons": { "branch": "main", "commit": "bac6317300e205335df425296570d84322730067" },
"mini.pairs": { "branch": "main", "commit": "42387c7fe68fc0b6e95eaf37f1bb76e7bffaa0d9" },
"noice.nvim": { "branch": "main", "commit": "7bfd942445fb63089b59f97ca487d605e715f155" },
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
"nvim-lint": { "branch": "master", "commit": "eab58b48eb11d7745c11c505e0f3057165902461" },
"nvim-lspconfig": { "branch": "master", "commit": "f7e89f3d19fb436e1fbeff3bf4291eef35da94e3" },
"nvim-lspconfig": { "branch": "master", "commit": "31026a13eefb20681124706a79fc1df6bf11ab27" },
"nvim-treesitter": { "branch": "main", "commit": "4916d6592ede8c07973490d9322f187e07dfefac" },
"nvim-treesitter-textobjects": { "branch": "main", "commit": "851e865342e5a4cb1ae23d31caf6e991e1c99f1e" },
"nvim-ts-autotag": { "branch": "main", "commit": "88c1453db4ba7dd24131086fe51fdf74e587d275" },

2
.dotfiles.d/init/init-shell.sh

@ -3,7 +3,7 @@
SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
# ubuntu
sudo apt update -y
#sudo apt update -y
sudo apt install -y zsh eza unzip locales
source "${SCRIPT_DIR}/ensure-locale.sh"

Loading…
Cancel
Save