Compare commits

..

No commits in common. "c2df999cbbe930af1f3df0fd50b0f9148ba61bc5" and "9868f6210d944035e693c50bce31808fe1adafc1" have entirely different histories.

11 changed files with 12 additions and 34 deletions

View File

@ -1,4 +1,4 @@
profile desk { profile desk {
output "Ancor Communications Inc VE248 DCLMQS000292" enable mode 1920x1080 position 0,0 output "Ancor Communications Inc VE248 DCLMQS000288" enable mode 1920x1080 position 0,0
output "Ancor Communications Inc VE248 DCLMQS000288" enable mode 1920x1080 position 1920,0 output "Ancor Communications Inc VE248 DCLMQS000292" enable mode 1920x1080 position 1920,0
} }

View File

@ -1,11 +0,0 @@
[Default Applications]
inode/directory=thunar.desktop
application/x-gnome-saved-search=thunar.desktop
video/=mpv.desktop
image/=imv.desktop
video/quicktime=com.brave.Browser.desktop
[Added Associations]
video/quicktime=com.brave.Browser.desktop;
image/png=imv.desktop;
image/webp=imv.desktop;

View File

@ -1,4 +1,4 @@
music_directory "~/Music" music_directory "~/media/audio"
playlist_directory "~/.config/mpd/playlists/" playlist_directory "~/.config/mpd/playlists/"
auto_update "yes" auto_update "yes"

View File

@ -29,7 +29,7 @@ color listfocus_unread yellow default bold
color info red black bold color info red black bold
color article white default bold color article white default bold
browser browser.sh browser linkhandler
macro , open-in-browser macro , open-in-browser
macro t set browser "qndl" ; open-in-browser ; set browser linkhandler macro t set browser "qndl" ; open-in-browser ; set browser linkhandler
macro a set browser "tsp yt-dlp --embed-metadata -xic -f bestaudio/best --restrict-filenames" ; open-in-browser ; set browser linkhandler macro a set browser "tsp yt-dlp --embed-metadata -xic -f bestaudio/best --restrict-filenames" ; open-in-browser ; set browser linkhandler

View File

@ -4,7 +4,7 @@ local capabilities = require("plugins.configs.lspconfig").capabilities
local lspconfig = require "lspconfig" local lspconfig = require "lspconfig"
-- if you just want default config for the servers then put them in a table -- if you just want default config for the servers then put them in a table
local servers = { "html", "cssls", "tsserver", "clangd", "hls", "gopls" } local servers = { "html", "cssls", "tsserver", "clangd", "hls" }
for _, lsp in ipairs(servers) do for _, lsp in ipairs(servers) do
lspconfig[lsp].setup { lspconfig[lsp].setup {

View File

@ -5,12 +5,10 @@
-- pattern = "*", -- pattern = "*",
-- command = "tabdo wincmd =", -- command = "tabdo wincmd =",
-- }) -- })
local opt = vim.opt --equivalent to :set local opt = vim.opt
opt.tabstop = 4 opt.tabstop = 4
opt.shiftwidth = 4 opt.shiftwidth = 4
opt.expandtab = true opt.expandtab = true
opt.colorcolumn = "80" opt.colorcolumn = "80"
opt.textwidth = 80

View File

@ -9,5 +9,4 @@ M.general = {
-- more keybinds! -- more keybinds!
return M return M

View File

@ -50,10 +50,10 @@ exec_always {
# Example configuration: # Example configuration:
# #
exec swayidle -w \ exec swayidle -w \
timeout 900 'swaylock &' \ timeout 900 'waylock &' \
timeout 1200 'swaymsg "output * dpms off"' \ timeout 1200 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \ resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock &' before-sleep 'waylock &'
# This will lock your screen after 300 seconds of inactivity, then turn off # This will lock your screen after 300 seconds of inactivity, then turn off
# your displays after another 300 seconds, and turn your screens back on when # your displays after another 300 seconds, and turn your screens back on when
@ -98,8 +98,8 @@ xwayland enable
# Basics: # Basics:
# #
# Start a terminal # Start a terminal
bindsym $mod+Return exec sh open-terminal.sh main bindsym $mod+Return exec $term -e distrobox enter main
bindsym $mod+Shift+Return exec sh open-terminal.sh bindsym $mod+Shift+Return exec $term
# Kill focused window # Kill focused window
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
@ -303,15 +303,10 @@ gaps outer 10
#border #border
default_border pixel 2 default_border pixel 2
#for_window [shell="^((?!xdg_shell).)*$"] title_format "%title :: %shell"
for_window [shell=".*"] title_format "%title :: %shell"
#set windows to float by default #set windows to float by default
for_window [class="Matplotlib"] floating enable for_window [class="Matplotlib"] floating enable
#for_window [class="Steam"] floating enable #for_window [class="Steam"] floating enable
#input config #input config
input type:pointer accel_profile flat input type:pointer accel_profile flat
input type:pointer pointer_accel -0.5 input type:pointer pointer_accel -0.5

View File

@ -60,8 +60,7 @@ export SFEED_URL_FILE="$HOME/.local/share/sfeed/read"
#set programs #set programs
export EDITOR=nvim export EDITOR=nvim
#export BROWSER="browser.sh" export BROWSER="browser.sh"
export BROWSER="com.brave.Browser"
#lf icons #lf icons

View File

@ -141,6 +141,4 @@ source $ZSH/oh-my-zsh.sh
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh [[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh
[ -f ~/.zprofile.local ] && source ~/.zprofile.local
cd "$HOME" cd "$HOME"

@ -1 +1 @@
Subproject commit 373cbb591a4ecf0a2559c0bbc050a350c3b1871b Subproject commit 992a388711923272e6a947712f6811f4fc5967a4