[fix] Update monitor setting for the new monitor

This commit is contained in:
Uttarayan
2023-02-10 01:41:41 +05:30
parent 0e0516089b
commit 38d2b66252
8 changed files with 15 additions and 11 deletions

View File

@@ -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 &

View File

@@ -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:

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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: "";

View File

@@ -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}

View File

@@ -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,