random changes i guess?

main
Ayush Mukherjee 1 year ago
parent 3056d26281
commit 843c686b6e

@ -27,6 +27,9 @@ export XDG_CURRENT_DESKTOP=Sway
export XDG_SESSION_DESKTOP=Sway
export WLR_NO_HARDWARE_CURSORS=1
# for electron apps
export ELECTRON_OZONE_PLATFORM_HINT=wayland
# fix for slow loads on igpu-only mode
#
export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json:/usr/share/glvnd/egl_vendor.d/10_nvidia.json

@ -19,7 +19,7 @@ require("packer").startup(function()
})
use({
"nvim-telescope/telescope.nvim",
tag = "0.1.0",
tag = "0.1.4",
})
use({
"williamboman/mason.nvim",
@ -64,8 +64,7 @@ local function nmap(shortcut, command)
map("n", shortcut, command)
end
local use
builtin = require("telescope.builtin")
local builtin = require("telescope.builtin")
nmap("<C-P>", builtin.find_files)
require("lualine").setup({
@ -120,3 +119,5 @@ nmap("<C-G>", "<cmd>Goyo<cr>")
require("user.cmp")
require("user.lsp")
vim.g.mapleader = " "

@ -27,4 +27,5 @@ vim.cmd([[
syntax on
syntax enable
hi CursorLine cterm=NONE ctermbg=237 ctermfg=NONE
set clipboard+=unnamedplus
]])

@ -2,14 +2,14 @@
output eDP-1 {
#mode 1920x1080@60.004Hz
mode 1920x1080@144.003Hz
scale 1.0
scale 1.15
adaptive_sync on
}
output DP-1 {
mode 2560x1440@144.000Hz
scale 1.0
adaptive_sync on
scale 1.10
adaptive_sync off
}
output HDMI-A-2 {
@ -259,10 +259,10 @@ bindsym --release $mod+s exec grim /tmp/ss.png && wl-copy </tmp/ss.png && mv /tm
bindsym --release $mod+Shift+s exec grim -g "$(slurp)" /tmp/ss.png && wl-copy </tmp/ss.png && mv /tmp/ss.png ~/Pictures/Screenshots/Screenshot-$(date +%s).png
# Vol Up
bindsym XF86AudioRaiseVolume exec /usr/bin/bash -c "pamixer --allow-boost -i 5 && notify-send -u low 'Vol Up' $(pamixer --get-volume-human)"
bindsym XF86AudioRaiseVolume exec "pamixer --allow-boost -i 5; notify-send -u low 'Vol Up' $(pamixer --get-volume-human)"
# Vol Down
bindsym XF86AudioLowerVolume exec /usr/bin/bash -c "pamixer --allow-boost -d 5 && notify-send -u low 'Vol Down' $(pamixer --get-volume-human)"
bindsym XF86AudioLowerVolume exec "pamixer --allow-boost -d 5; notify-send -u low 'Vol Down' $(pamixer --get-volume-human)"
# Media Controls! Through playerctl
bindsym XF86AudioPlay exec playerctl play-pause
@ -281,7 +281,7 @@ bindsym $mod+n exec firefox
# Mod + b (old: min) notesnook
#bindsym $mod+b exec "min --use-gl=desktop --enable-features=VaapiVideoDecoder,VaapiVideoEncoder,CanvasOopRasterization --ozone-platform-hint=auto --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --disable-features=UseSkiaRenderer,UseChromeOSDirectVideoDecoder --canvas-oop-rasterization"
bindsym $mod+b exec "notesnook --ozone-platform=wayland --ozone-platform-hint=wayland"
bindsym $mod+b exec "notesnook --ozone-platform-hint=x11"
# Mod + Shift + b mercury
bindsym $mod+Shift+b exec "mercury-browser"
@ -289,6 +289,9 @@ bindsym $mod+Shift+b exec "mercury-browser"
# Mod + m pantheon files
bindsym $mod+m exec io.elementary.files
# Mod + Shift + m cider 2
bindsym $mod+Shift+m exec cider --ozone-platform-hint=wayland
# emotes via rofi script
bindsym $mod+Shift+x exec /usr/local/bin/emotes

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 MiB

After

Width:  |  Height:  |  Size: 2.5 MiB

Loading…
Cancel
Save