swayidle
This commit is contained in:
parent
fd50ca3299
commit
7c6da42aa4
@ -11,6 +11,5 @@ font-size = 14
|
||||
# theme = light:xcodelight,dark:xcodedark
|
||||
theme = Monokai Classic
|
||||
# window-decoration = false
|
||||
>>>>>>> master
|
||||
gtk-adwaita = false
|
||||
# window-decoration = server
|
||||
|
||||
@ -11,7 +11,8 @@ local config = {
|
||||
-- 💀
|
||||
'jdtls', -- or '/path/to/java17_or_newer/bin/java'
|
||||
-- depends on if `java` is in your $PATH env variable and if it points to the right version.
|
||||
|
||||
'--java-executable',
|
||||
'/usr/lib/jvm/java-23-openjdk/bin/java',
|
||||
-- '-Declipse.application=org.eclipse.jdt.ls.core.id1',
|
||||
-- '-Dosgi.bundles.defaultStartLevel=4',
|
||||
-- '-Declipse.product=org.eclipse.jdt.ls.core.product',
|
||||
|
||||
@ -270,16 +270,16 @@ return require('packer').startup(function(use)
|
||||
end
|
||||
}
|
||||
|
||||
-- use 'nvim-tree/nvim-web-devicons'
|
||||
use 'nvim-tree/nvim-web-devicons'
|
||||
|
||||
use({
|
||||
"utilyre/barbecue.nvim",
|
||||
tag = "*",
|
||||
requires = {
|
||||
"SmiteshP/nvim-navic",
|
||||
-- "nvim-tree/nvim-web-devicons", -- optional dependency
|
||||
"nvim-tree/nvim-web-devicons", -- optional dependency
|
||||
},
|
||||
-- after = "nvim-web-devicons", -- keep this if you're using NvChad
|
||||
after = "nvim-web-devicons", -- keep this if you're using NvChad
|
||||
config = function()
|
||||
require("barbecue").setup()
|
||||
end,
|
||||
@ -318,7 +318,7 @@ return require('packer').startup(function(use)
|
||||
|
||||
use {
|
||||
'goolord/alpha-nvim',
|
||||
-- requires = { 'nvim-tree/nvim-web-devicons' },
|
||||
requires = { 'nvim-tree/nvim-web-devicons' },
|
||||
config = function ()
|
||||
require'alpha'.setup(require'alpha.themes.startify'.config)
|
||||
end
|
||||
|
||||
@ -28,7 +28,7 @@ wheel_scroll_lines=3
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96\0\0\0\0\0\0\0\0\n\0\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96)
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xbc\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xbc\0\0\0\0\0\0\0\0\x5\xe0\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xbc)
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xba\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xba\0\0\0\0\0\0\0\0\x5\xe0\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xba)
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=1
|
||||
|
||||
@ -51,7 +51,6 @@ font "Ubuntu 10"
|
||||
# Example configuration:
|
||||
#
|
||||
exec swayidle -w \
|
||||
# timeout 15 'swaylock -f -c 000000' \
|
||||
timeout 360 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
||||
timeout 600 'systemctl suspend-then-hibernate' \
|
||||
before-sleep 'swaylock -f -c 000000'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user