From 480adc3c65740e68827255a5e8cb113e0cc04d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Mon, 17 Oct 2022 11:11:30 +0200 Subject: [PATCH] sync --- .../herbstluftwm/executable_panel-handler | 6 +++--- dot_config/hypr/hyprland.conf | 17 ++++++++++++++++- dot_config/nvim/lua/configs/neotree.lua | 3 ++- dot_config/nvim/lua/configs/packages.lua | 2 -- dot_config/picom/picom.conf | 4 ++-- 5 files changed, 23 insertions(+), 9 deletions(-) diff --git a/dot_config/herbstluftwm/executable_panel-handler b/dot_config/herbstluftwm/executable_panel-handler index 2593018..82fe4b5 100644 --- a/dot_config/herbstluftwm/executable_panel-handler +++ b/dot_config/herbstluftwm/executable_panel-handler @@ -1,10 +1,10 @@ #!/bin/bash hc() { - #t="$EPOCHREALTIME" + # t="$EPOCHREALTIME" herbstclient "$@" - #t2="$EPOCHREALTIME" - #echo "hc: $( bc<<<"$t2 - $t")" >&2 + # t2="$EPOCHREALTIME" + # echo "hc: $( bc<<<"$t2 - $t")" >&2 } panel_height=18 # bgcolor=$(hc get frame_border_normal_color) diff --git a/dot_config/hypr/hyprland.conf b/dot_config/hypr/hyprland.conf index ffa7eec..7232b47 100644 --- a/dot_config/hypr/hyprland.conf +++ b/dot_config/hypr/hyprland.conf @@ -51,7 +51,8 @@ input { kb_options= kb_rules= - follow_mouse=1 + # use mouse without focus + follow_mouse=2 touchpad { natural_scroll=no @@ -62,6 +63,7 @@ input { general { main_mod=SUPER + layout = master gaps_in=5 gaps_out=5 @@ -154,6 +156,19 @@ bind=SUPER,left,movefocus,l bind=SUPER,right,movefocus,r bind=SUPER,up,movefocus,u bind=SUPER,down,movefocus,d +bind=SUPER,h,movefocus,l +bind=SUPER,l,movefocus,r +bind=SUPER,k,movefocus,u +bind=SUPER,j,movefocus,d + +bind=SUPER_SHIFT,left,movewindow,l +bind=SUPER_SHIFT,right,movewindow,r +bind=SUPER_SHIFT,up,movewindow,u +bind=SUPER_SHIFT,down,movewindow,d +bind=SUPER_SHIFT,h,movewindow,l +bind=SUPER_SHIFT,l,movewindow,r +bind=SUPER_SHIFT,k,movewindow,u +bind=SUPER_SHIFT,j,movewindow,d bind=SUPER,1,moveworkspacetomonitor,1 current bind=SUPER,1,workspace,1 diff --git a/dot_config/nvim/lua/configs/neotree.lua b/dot_config/nvim/lua/configs/neotree.lua index e33952a..0fc1618 100644 --- a/dot_config/nvim/lua/configs/neotree.lua +++ b/dot_config/nvim/lua/configs/neotree.lua @@ -151,6 +151,7 @@ function M.setup() --"*/src/*/tsconfig.json", }, always_show = { -- remains visible even if other settings would normally hide it + ".config", --".gitignored", }, never_show = { -- remains hidden even if visible is toggled to true, this overrides always_show @@ -158,7 +159,7 @@ function M.setup() --"thumbs.db" }, never_show_by_pattern = { -- uses glob style patterns - --".null-ls_*", + ".null-ls_*", }, }, follow_current_file = false, -- This will find and focus the file in the active buffer every diff --git a/dot_config/nvim/lua/configs/packages.lua b/dot_config/nvim/lua/configs/packages.lua index 2b46cc7..7ce81f9 100644 --- a/dot_config/nvim/lua/configs/packages.lua +++ b/dot_config/nvim/lua/configs/packages.lua @@ -124,8 +124,6 @@ function M.setup() use { 'ziglang/zig.vim', ft = 'zig' } - use_rocks { 'inspect' } - if packer_bootstrap then require('packer').sync() end diff --git a/dot_config/picom/picom.conf b/dot_config/picom/picom.conf index 805bcfe..e96bbb8 100644 --- a/dot_config/picom/picom.conf +++ b/dot_config/picom/picom.conf @@ -209,8 +209,8 @@ blur-background-exclude = [ # Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`. # `xrender` is the default one. # -# backend = "glx" -backend = "xrender"; +backend = "glx" +# backend = "xrender"; # Enable/disable VSync. # vsync = false