update
This commit is contained in:
parent
bba186407d
commit
9193275f83
|
@ -9,17 +9,17 @@ autogenerated = 0 # remove this line to remove the warning
|
||||||
monitor=eDP-1,1920x1080@60,auto,1.5
|
monitor=eDP-1,1920x1080@60,auto,1.5
|
||||||
# monitor=eDP-1,disable
|
# monitor=eDP-1,disable
|
||||||
monitor=HDMI-A-1,2560x1440@144,auto,1
|
monitor=HDMI-A-1,2560x1440@144,auto,1
|
||||||
|
# monitor=HDMI-A-1,1920x1080@60,auto,1
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
||||||
# Execute your favorite apps at launch
|
# Execute your favorite apps at launch
|
||||||
exec-once = waybar & hyprpaper & hypridle & wlsunset -l 55.7 -L 37.9247
|
exec-once = waybar & hyprpaper & hypridle & wlsunset -l 55.7 -L 37.9247 & swaync -c ~/.config/swaync/config.json
|
||||||
|
|
||||||
# Source a file (multi-file configs)
|
# Source a file (multi-file configs)
|
||||||
# source = ~/.config/hypr/myColors.conf
|
# source = ~/.config/hypr/myColors.conf
|
||||||
|
|
||||||
# Set programs that you use
|
# Set programs that you use
|
||||||
$terminal = gnome-terminal
|
$terminal = kitty
|
||||||
$fileManager = nemo
|
$fileManager = nemo
|
||||||
$menu = wofi --show drun
|
$menu = wofi --show drun
|
||||||
$screenlock = hyprlock
|
$screenlock = hyprlock
|
||||||
|
@ -59,7 +59,7 @@ general {
|
||||||
|
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
|
|
||||||
cursor_inactive_timeout = 1
|
# cursor_inactive_timeout = 1
|
||||||
resize_on_border = false
|
resize_on_border = false
|
||||||
hover_icon_on_border = 0
|
hover_icon_on_border = 0
|
||||||
|
|
||||||
|
@ -67,6 +67,10 @@ general {
|
||||||
allow_tearing = false
|
allow_tearing = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cursor {
|
||||||
|
inactive_timeout = 1
|
||||||
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
|
@ -199,6 +203,7 @@ bind = $mainMod, TAB, workspace, e+1
|
||||||
bind = $mainMod, F, fullscreen
|
bind = $mainMod, F, fullscreen
|
||||||
# Screenshoter
|
# Screenshoter
|
||||||
bind = , Print, exec, grim -g "$(slurp)" - | wl-copy
|
bind = , Print, exec, grim -g "$(slurp)" - | wl-copy
|
||||||
|
bind = $mainMod, Print, exec, grim - | wl-copy
|
||||||
# notifications
|
# notifications
|
||||||
bind = $mainMod, N, exec, swaync-client -t
|
bind = $mainMod, N, exec, swaync-client -t
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
M.ui = {
|
M.ui = {
|
||||||
theme = "oxocarbon",
|
theme = "palenight",
|
||||||
theme_toggle = {"catppuccin", "oxocarbon",},
|
theme_toggle = {"catppuccin", "palenight",},
|
||||||
|
|
||||||
statusline = {
|
statusline = {
|
||||||
theme = "default"
|
theme = "default"
|
||||||
|
|
|
@ -40,6 +40,8 @@ return {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- {"sindrets/diffview.nvim", lazy = false},
|
||||||
|
|
||||||
-- {
|
-- {
|
||||||
-- "williamboman/mason.nvim",
|
-- "williamboman/mason.nvim",
|
||||||
-- opts = {
|
-- opts = {
|
||||||
|
|
Loading…
Reference in New Issue