diff --git a/config/X11/xinitrc b/config/X11/xinitrc index 782964ad..a6d3c223 100755 --- a/config/X11/xinitrc +++ b/config/X11/xinitrc @@ -1,10 +1,11 @@ #!/bin/sh setxkbmap -option "ctrl:nocaps" -xwallpaper --zoom ~/Pictures/wallpaper.png & +xwallpaper --zoom ~/.local/share/dotfiles/images/wallpaper.jpg & picom --config ~/.config/picom/picom.conf & # libinput-gestures & #discord --start-minimized & +xrandr --output HDMI-2 --mode 2560x1440 --refresh 120 export _JAVA_AWT_WM_NONREPARENTING=1 conky & unclutter & diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml index 87a8aad9..6cef9e97 100644 --- a/config/alacritty/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -50,6 +50,7 @@ colors: window: startup_mode: Maximized title: Alacritty + opacity: 0.8 font: normal: @@ -64,7 +65,7 @@ font: bold_italic: family: Hack Nerd Font Mono style: Bold Italic - size: 10 + size: 15 offset: x: 0 y: 0 @@ -72,7 +73,6 @@ font: x: 0 y: -1 -background_opacity: 0.8 mouse: launcher: diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc index 3d8dac50..b134de74 100755 --- a/config/bspwm/bspwmrc +++ b/config/bspwm/bspwmrc @@ -4,8 +4,9 @@ export SXHKD_SHELL="/bin/sh" sxhkd & xsetroot -cursor_name left_ptr & -bspc monitor eDP1 -d I II III IV V VI VII VIII IX X -bspc monitor HDMI1 -d XI XII XIII XIV XV XVI XVII XVIII XIX XX +# bspc monitor eDP1 -d I II III IV V VI VII VIII IX X +# bspc monitor HDMI1 -d XI XII XIII XIV XV XVI XVII XVIII XIX XX +bspc monitor HDMI-2 -d I II III IV V VI VII VIII IX X bspc config border_width 2 diff --git a/config/fish/fish_variables b/config/fish/fish_variables index 72bbf591..d3a692ff 100644 --- a/config/fish/fish_variables +++ b/config/fish/fish_variables @@ -56,6 +56,6 @@ SETUVAR fish_pager_color_description:B3A06D\x1eyellow SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_selected_background:\x2dr -SETUVAR fish_user_paths:/opt/homebrew/Cellar/arm\x2dgcc\x2dbin\x408/8\x2d2019\x2dq3\x2dupdate_2/bin\x1e/Users/fs0c131y/\x2ecargo/bin\x1e/Users/fs0c131y/\x2elocal/bin +SETUVAR fish_user_paths:/home/fs0c131y/\x2ecargo/bin\x1e/opt/homebrew/Cellar/arm\x2dgcc\x2dbin\x408/8\x2d2019\x2dq3\x2dupdate_2/bin\x1e/Users/fs0c131y/\x2ecargo/bin\x1e/Users/fs0c131y/\x2elocal/bin SETUVAR nvm_data:/Users/fs0c131y/\x2elocal/share/nvm SETUVAR nvm_mirror:https\x3a//nodejs\x2eorg/dist diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index c2669bce..63d578ac 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -82,7 +82,7 @@ return require('lazy').setup({ "williamboman/mason-lspconfig.nvim", config = function() require("mason-lspconfig").setup({ - ensure_installed = { "sumneko_lua", "rust_analyzer", "gopls" }, + ensure_installed = { "sumneko_lua", "rust_analyzer" }, automatic_installation = true, }) end diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index c5452252..fe5a8243 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -36,7 +36,7 @@ configuration { kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab,Alt+h"; kb-row-left: "Control+Page_Up,Control+Alt+h"; kb-row-right: "Control+Page_Down,Control+Alt+l"; - kb-row-up: "Up,Control+p,ISO_Left_Tab,Alt+k"; + kb-row-up: "Up,Control+p,Alt+k"; kb-row-down: "Down,Control+n,Alt+j"; kb-select-1: ""; kb-select-2: ""; diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index 4e39aee4..c7a1c888 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -2,7 +2,7 @@ super + Escape pkill -USR1 -x sxhkd super + Return - alacritty + wezterm super + shift + Return kitty @@ -12,7 +12,9 @@ super + shift + r super + d rofi -show - #dmenu_run + +super + space + rofi -show super + {_,shift + } + q bspc node -{c,k} diff --git a/config/wezterm/wezterm.lua b/config/wezterm/wezterm.lua index 96d213a6..44929b29 100644 --- a/config/wezterm/wezterm.lua +++ b/config/wezterm/wezterm.lua @@ -39,7 +39,7 @@ return { window_background_opacity = 0.8, cursor_blink_rate = 880, default_cursor_style = "BlinkingBlock", - default_prog = { "/opt/homebrew/bin/fish", "-l" }, + default_prog = { "/usr/bin/fish", "-l" }, window_padding = { left = 0, right = 0,