Compare commits
No commits in common. "c2df999cbbe930af1f3df0fd50b0f9148ba61bc5" and "9868f6210d944035e693c50bce31808fe1adafc1" have entirely different histories.
c2df999cbb
...
9868f6210d
|
@ -1,4 +1,4 @@
|
|||
profile desk {
|
||||
output "Ancor Communications Inc VE248 DCLMQS000292" enable mode 1920x1080 position 0,0
|
||||
output "Ancor Communications Inc VE248 DCLMQS000288" enable mode 1920x1080 position 1920,0
|
||||
output "Ancor Communications Inc VE248 DCLMQS000288" enable mode 1920x1080 position 0,0
|
||||
output "Ancor Communications Inc VE248 DCLMQS000292" enable mode 1920x1080 position 1920,0
|
||||
}
|
||||
|
|
|
@ -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;
|
|
@ -1,4 +1,4 @@
|
|||
music_directory "~/Music"
|
||||
music_directory "~/media/audio"
|
||||
playlist_directory "~/.config/mpd/playlists/"
|
||||
|
||||
auto_update "yes"
|
||||
|
|
|
@ -29,7 +29,7 @@ color listfocus_unread yellow default bold
|
|||
color info red black bold
|
||||
color article white default bold
|
||||
|
||||
browser browser.sh
|
||||
browser linkhandler
|
||||
macro , open-in-browser
|
||||
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
|
||||
|
|
|
@ -4,7 +4,7 @@ local capabilities = require("plugins.configs.lspconfig").capabilities
|
|||
local lspconfig = require "lspconfig"
|
||||
|
||||
-- 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
|
||||
lspconfig[lsp].setup {
|
||||
|
|
|
@ -5,12 +5,10 @@
|
|||
-- pattern = "*",
|
||||
-- command = "tabdo wincmd =",
|
||||
-- })
|
||||
local opt = vim.opt --equivalent to :set
|
||||
local opt = vim.opt
|
||||
|
||||
opt.tabstop = 4
|
||||
opt.shiftwidth = 4
|
||||
opt.expandtab = true
|
||||
|
||||
opt.colorcolumn = "80"
|
||||
|
||||
opt.textwidth = 80
|
||||
|
|
|
@ -9,5 +9,4 @@ M.general = {
|
|||
|
||||
-- more keybinds!
|
||||
|
||||
|
||||
return M
|
||||
|
|
|
@ -50,10 +50,10 @@ exec_always {
|
|||
# Example configuration:
|
||||
#
|
||||
exec swayidle -w \
|
||||
timeout 900 'swaylock &' \
|
||||
timeout 900 'waylock &' \
|
||||
timeout 1200 'swaymsg "output * dpms off"' \
|
||||
resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep 'swaylock &'
|
||||
before-sleep 'waylock &'
|
||||
|
||||
# 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
|
||||
|
@ -98,8 +98,8 @@ xwayland enable
|
|||
# Basics:
|
||||
#
|
||||
# Start a terminal
|
||||
bindsym $mod+Return exec sh open-terminal.sh main
|
||||
bindsym $mod+Shift+Return exec sh open-terminal.sh
|
||||
bindsym $mod+Return exec $term -e distrobox enter main
|
||||
bindsym $mod+Shift+Return exec $term
|
||||
|
||||
# Kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
@ -303,15 +303,10 @@ gaps outer 10
|
|||
#border
|
||||
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
|
||||
for_window [class="Matplotlib"] floating enable
|
||||
#for_window [class="Steam"] floating enable
|
||||
|
||||
|
||||
#input config
|
||||
input type:pointer accel_profile flat
|
||||
input type:pointer pointer_accel -0.5
|
||||
|
|
|
@ -60,8 +60,7 @@ export SFEED_URL_FILE="$HOME/.local/share/sfeed/read"
|
|||
|
||||
#set programs
|
||||
export EDITOR=nvim
|
||||
#export BROWSER="browser.sh"
|
||||
export BROWSER="com.brave.Browser"
|
||||
export BROWSER="browser.sh"
|
||||
|
||||
|
||||
#lf icons
|
||||
|
|
|
@ -141,6 +141,4 @@ source $ZSH/oh-my-zsh.sh
|
|||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh
|
||||
|
||||
[ -f ~/.zprofile.local ] && source ~/.zprofile.local
|
||||
|
||||
cd "$HOME"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 373cbb591a4ecf0a2559c0bbc050a350c3b1871b
|
||||
Subproject commit 992a388711923272e6a947712f6811f4fc5967a4
|
Loading…
Reference in New Issue