[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 #!/bin/sh
setxkbmap -option "ctrl:nocaps" setxkbmap -option "ctrl:nocaps"
xwallpaper --zoom ~/Pictures/wallpaper.png & xwallpaper --zoom ~/.local/share/dotfiles/images/wallpaper.jpg &
picom --config ~/.config/picom/picom.conf & picom --config ~/.config/picom/picom.conf &
# libinput-gestures & # libinput-gestures &
#discord --start-minimized & #discord --start-minimized &
xrandr --output HDMI-2 --mode 2560x1440 --refresh 120
export _JAVA_AWT_WM_NONREPARENTING=1 export _JAVA_AWT_WM_NONREPARENTING=1
conky & conky &
unclutter & unclutter &

View File

@@ -50,6 +50,7 @@ colors:
window: window:
startup_mode: Maximized startup_mode: Maximized
title: Alacritty title: Alacritty
opacity: 0.8
font: font:
normal: normal:
@@ -64,7 +65,7 @@ font:
bold_italic: bold_italic:
family: Hack Nerd Font Mono family: Hack Nerd Font Mono
style: Bold Italic style: Bold Italic
size: 10 size: 15
offset: offset:
x: 0 x: 0
y: 0 y: 0
@@ -72,7 +73,6 @@ font:
x: 0 x: 0
y: -1 y: -1
background_opacity: 0.8
mouse: mouse:
launcher: launcher:

View File

@@ -4,8 +4,9 @@ export SXHKD_SHELL="/bin/sh"
sxhkd & sxhkd &
xsetroot -cursor_name left_ptr & xsetroot -cursor_name left_ptr &
bspc monitor eDP1 -d I II III IV V VI VII VIII IX X # 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 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 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_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_pager_color_selected_background:\x2dr 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_data:/Users/fs0c131y/\x2elocal/share/nvm
SETUVAR nvm_mirror:https\x3a//nodejs\x2eorg/dist SETUVAR nvm_mirror:https\x3a//nodejs\x2eorg/dist

View File

@@ -82,7 +82,7 @@ return require('lazy').setup({
"williamboman/mason-lspconfig.nvim", "williamboman/mason-lspconfig.nvim",
config = function() config = function()
require("mason-lspconfig").setup({ require("mason-lspconfig").setup({
ensure_installed = { "sumneko_lua", "rust_analyzer", "gopls" }, ensure_installed = { "sumneko_lua", "rust_analyzer" },
automatic_installation = true, automatic_installation = true,
}) })
end end

View File

@@ -36,7 +36,7 @@ configuration {
kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab,Alt+h"; kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab,Alt+h";
kb-row-left: "Control+Page_Up,Control+Alt+h"; kb-row-left: "Control+Page_Up,Control+Alt+h";
kb-row-right: "Control+Page_Down,Control+Alt+l"; 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-row-down: "Down,Control+n,Alt+j";
kb-select-1: ""; kb-select-1: "";
kb-select-2: ""; kb-select-2: "";

View File

@@ -2,7 +2,7 @@ super + Escape
pkill -USR1 -x sxhkd pkill -USR1 -x sxhkd
super + Return super + Return
alacritty wezterm
super + shift + Return super + shift + Return
kitty kitty
@@ -12,7 +12,9 @@ super + shift + r
super + d super + d
rofi -show rofi -show
#dmenu_run
super + space
rofi -show
super + {_,shift + } + q super + {_,shift + } + q
bspc node -{c,k} bspc node -{c,k}

View File

@@ -39,7 +39,7 @@ return {
window_background_opacity = 0.8, window_background_opacity = 0.8,
cursor_blink_rate = 880, cursor_blink_rate = 880,
default_cursor_style = "BlinkingBlock", default_cursor_style = "BlinkingBlock",
default_prog = { "/opt/homebrew/bin/fish", "-l" }, default_prog = { "/usr/bin/fish", "-l" },
window_padding = { window_padding = {
left = 0, left = 0,
right = 0, right = 0,