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,disable
|
||||
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
|
||||
|
||||
# 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 = ~/.config/hypr/myColors.conf
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = gnome-terminal
|
||||
$terminal = kitty
|
||||
$fileManager = nemo
|
||||
$menu = wofi --show drun
|
||||
$screenlock = hyprlock
|
||||
|
@ -59,7 +59,7 @@ general {
|
|||
|
||||
layout = dwindle
|
||||
|
||||
cursor_inactive_timeout = 1
|
||||
# cursor_inactive_timeout = 1
|
||||
resize_on_border = false
|
||||
hover_icon_on_border = 0
|
||||
|
||||
|
@ -67,6 +67,10 @@ general {
|
|||
allow_tearing = false
|
||||
}
|
||||
|
||||
cursor {
|
||||
inactive_timeout = 1
|
||||
}
|
||||
|
||||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
|
@ -199,6 +203,7 @@ bind = $mainMod, TAB, workspace, e+1
|
|||
bind = $mainMod, F, fullscreen
|
||||
# Screenshoter
|
||||
bind = , Print, exec, grim -g "$(slurp)" - | wl-copy
|
||||
bind = $mainMod, Print, exec, grim - | wl-copy
|
||||
# notifications
|
||||
bind = $mainMod, N, exec, swaync-client -t
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
local M = {}
|
||||
|
||||
M.ui = {
|
||||
theme = "oxocarbon",
|
||||
theme_toggle = {"catppuccin", "oxocarbon",},
|
||||
theme = "palenight",
|
||||
theme_toggle = {"catppuccin", "palenight",},
|
||||
|
||||
statusline = {
|
||||
theme = "default"
|
||||
|
|
|
@ -40,6 +40,8 @@ return {
|
|||
end,
|
||||
},
|
||||
|
||||
-- {"sindrets/diffview.nvim", lazy = false},
|
||||
|
||||
-- {
|
||||
-- "williamboman/mason.nvim",
|
||||
-- opts = {
|
||||
|
|
Loading…
Reference in New Issue