Compare commits
No commits in common. "8ee886dfa09ff40a7d341ae85c7ceb30774d3711" and "435937ddb84b304481521a66ec8db329cf418951" have entirely different histories.
8ee886dfa0
...
435937ddb8
11
users/price/dots/.config/hypr/scripts/disable-laptop-screen.bash
Executable file
11
users/price/dots/.config/hypr/scripts/disable-laptop-screen.bash
Executable file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
main() {
|
||||
local mon_count
|
||||
mon_count="$(hyprctl monitors -j | jq length)"
|
||||
if ((mon_count > 1)); then
|
||||
hyprctl dpms off eDP-1
|
||||
fi
|
||||
}
|
||||
|
||||
main
|
@ -2,20 +2,8 @@ return {
|
||||
{
|
||||
"jedrzejboczar/exrc.nvim",
|
||||
opts = {
|
||||
on_vim_enter = true,
|
||||
on_dir_changed = {
|
||||
enabled = true,
|
||||
use_ui_select = false,
|
||||
},
|
||||
trust_on_write = true,
|
||||
use_telescope = true,
|
||||
min_log_level = vim.log.levels.DEBUG,
|
||||
lsp = {
|
||||
auto_setup = false,
|
||||
},
|
||||
commands = {
|
||||
instant_edit_single = true,
|
||||
},
|
||||
-- Already handled by Neovim just fine imo
|
||||
on_vim_enter = false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user