diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 1174eae..694b5e4 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -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 diff --git a/nvim/lua/chadrc.lua b/nvim/lua/chadrc.lua index 73e8a48..3bfd112 100644 --- a/nvim/lua/chadrc.lua +++ b/nvim/lua/chadrc.lua @@ -5,8 +5,8 @@ local M = {} M.ui = { - theme = "oxocarbon", - theme_toggle = {"catppuccin", "oxocarbon",}, + theme = "palenight", + theme_toggle = {"catppuccin", "palenight",}, statusline = { theme = "default" diff --git a/nvim/lua/plugins/init.lua b/nvim/lua/plugins/init.lua index 901e804..f169a27 100644 --- a/nvim/lua/plugins/init.lua +++ b/nvim/lua/plugins/init.lua @@ -40,6 +40,8 @@ return { end, }, + -- {"sindrets/diffview.nvim", lazy = false}, + -- { -- "williamboman/mason.nvim", -- opts = {