Compare commits

..

5 Commits

9 changed files with 197 additions and 56 deletions

View File

@@ -28,8 +28,10 @@ monitor= eDP-1,1920x1080@60.04900,0x0,1
monitor= desc:Hewlett Packard HP 24es 3CM6310XHM,1920x1080@60.00,-1920x-1440,1 monitor= desc:Hewlett Packard HP 24es 3CM6310XHM,1920x1080@60.00,-1920x-1440,1
monitor= desc:AOC Q3279WG5B 0x00005175, 2560x1440@74.97,0x-1440,1 monitor= desc:AOC Q3279WG5B 0x00005175, 2560x1440@74.97,0x-1440,1
monitor= desc:Acer Technologies VG272U P 0x033000FF, 2560x1440@59.95100,0x-1440,1
monitor = , preferred, auto, 1, mirror, eDP-1
#monitor = , preferred, auto, 1, mirror, eDP-1
#monitor= DP-3,1600x1200@60.00,auto,auto #monitor= DP-3,1600x1200@60.00,auto,auto
################### ###################
@@ -232,10 +234,7 @@ input {
} }
# https://wiki.hyprland.org/Configuring/Variables/#gestures # https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures { gesture = 3, horizontal, workspace
workspace_swipe = true
workspace_swipe_fingers = 3
}
# Example per-device config # Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
@@ -379,3 +378,14 @@ opengl {
#bind = $mainMod, S, togglespecialworkspace, magic #bind = $mainMod, S, togglespecialworkspace, magic
#bind = $mainMod, S, movetoworkspace, special:magic #bind = $mainMod, S, movetoworkspace, special:magic
#bind = $mainMod, S, togglespecialworkspace, magic #bind = $mainMod, S, togglespecialworkspace, magic
plugin {
hyprexpo {
columns = 3
gap_size = 10
bg_col = rgb(111111)
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
skip_empty = true
gesture_distance = 300 # how far is the "max" for the gesture
}
}

View File

@@ -1,51 +1,56 @@
# vim:ft=kitty ## name: Rosé Pine Moon
## author: mvllow
## name: Adwaita darker
## license: MIT ## license: MIT
## author: Emil Löfquist (https://github.com/ewal) ## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine-moon.conf
## upstream: https://github.com/ewal/kitty-adwaita/blob/main/adwaita_darker.conf ## blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
## blurb: Adwaita darker - based on https://github.com/Mofiqul/adwaita.nvim
foreground #e0def4
background #232136 background #232136
foreground #deddda selection_foreground #e0def4
selection_background #44415a
selection_background #1c1c1c cursor #56526e
selection_foreground #c0bfbc cursor_text_color #e0def4
url_color #1a5fb4 url_color #c4a7e7
wayland_titlebar_color system active_tab_foreground #e0def4
macos_titlebar_color system active_tab_background #393552
inactive_tab_foreground #6e6a86
inactive_tab_background #232136
cursor #deddda active_border_color #3e8fb0
cursor_text_color #000000 inactive_border_color #44415a
active_border_color #1e1e1e # black
inactive_border_color #282828 color0 #393552
bell_border_color #ed333b color8 #6e6a86
visual_bell_color none
active_tab_background #101010 # red
active_tab_foreground #fcfcfc color1 #eb6f92
inactive_tab_background #1c1c1c color9 #eb6f92
inactive_tab_foreground #b0afac
tab_bar_background none
tab_bar_margin_color none
color0 #000000 # green
color1 #ed333b color2 #3e8fb0
color2 #57e389 color10 #3e8fb0
color3 #ff7800
color4 #62a0ea # yellow
color5 #9141ac color3 #f6c177
color6 #5bc8af color11 #f6c177
color7 #deddda
# blue
color4 #9ccfd8
color12 #9ccfd8
# magenta
color5 #c4a7e7
color13 #c4a7e7
# cyan
color6 #ea9a97
color14 #ea9a97
# white
color7 #e0def4
color15 #e0def4
color8 #9a9996
color9 #f66151
color10 #8ff0a4
color11 #ffa348
color12 #99c1f1
color13 #dc8add
color14 #93ddc2
color15 #f6f5f4

View File

@@ -3,21 +3,21 @@ window_padding_width 5
window_border_width 0 window_border_width 0
tab_bar_edge top tab_bar_edge top
active_tab_foreground #fff # active_tab_foreground #fff
active_tab_font_style bold-italic active_tab_font_style bold-italic
active_tab_background #8631B4 # active_tab_background #8631B4
inactive_tab_foreground #c2c2c2 # inactive_tab_foreground #c2c2c2
inactive_tab_background #955bb4 # inactive_tab_background #955bb4
# BEGIN_KITTY_THEME # BEGIN_KITTY_THEME
# Adwaita darker # Rosé Pine Moon
include current-theme.conf include current-theme.conf
# END_KITTY_THEME # END_KITTY_THEME
active_tab_foreground #fff # active_tab_foreground #fff
active_tab_font_style bold-italic active_tab_font_style bold-italic
active_tab_background #8631B4 # active_tab_background #8631B4
inactive_tab_foreground #c2c2c2 # inactive_tab_foreground #c2c2c2
inactive_tab_background #955bb4 # inactive_tab_background #955bb4
# BEGIN_KITTY_FONTS # BEGIN_KITTY_FONTS

View File

@@ -9,6 +9,7 @@ vim.o.wrap = false -- Disable line wrapping
vim.o.cursorline = true -- Highlight the current line vim.o.cursorline = true -- Highlight the current line
vim.o.termguicolors = true -- Enable 24-bit RGB colors vim.o.termguicolors = true -- Enable 24-bit RGB colors
vim.o.clipboard = "unnamedplus" vim.o.clipboard = "unnamedplus"
vim.filetype.add({extension = {svx = "markdown"}})
-- Syntax highlighting and filetype plugins -- Syntax highlighting and filetype plugins
vim.cmd('syntax enable') vim.cmd('syntax enable')

View File

@@ -31,5 +31,5 @@ require("lazy").setup({
-- colorscheme that will be used when installing plugins. -- colorscheme that will be used when installing plugins.
install = { colorscheme = {"tokyonight", "habamax" } }, install = { colorscheme = {"tokyonight", "habamax" } },
-- automatically check for plugin updates -- automatically check for plugin updates
checker = { enabled = true }, checker = { enabled = true, notify = false },
}) })

View File

@@ -1 +1,2 @@
alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"' alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
alias ssh='kitty +kitten ssh'

3
.gitmodules vendored
View File

@@ -7,3 +7,6 @@
[submodule ".config/zsh_custom/plugins/zsh-syntax-highlighting"] [submodule ".config/zsh_custom/plugins/zsh-syntax-highlighting"]
path = .config/zsh_custom/plugins/zsh-syntax-highlighting path = .config/zsh_custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting
[submodule ".config/zsh_custom/plugins/zsh-autosuggestions"]
path = .config/zsh_custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions

120
.zshrc Normal file
View File

@@ -0,0 +1,120 @@
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
# Path to your Oh My Zsh installation.
export ZSH="$HOME/.oh-my-zsh"
export ZSH_CUSTOM="$HOME/.config/zsh_custom"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time Oh My Zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="powerlevel10k/powerlevel10k"
# Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load
# a theme from this variable instead of looking in $ZSH/themes/
# If set to an empty array, this variable will have no effect.
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
# Uncomment the following line to use hyphen-insensitive completion.
# Case-sensitive completion must be off. _ and - will be interchangeable.
# HYPHEN_INSENSITIVE="true"
# Uncomment one of the following lines to change the auto-update behavior
zstyle ':omz:update' mode disabled # disable automatic updates
# zstyle ':omz:update' mode auto # update automatically without asking
# zstyle ':omz:update' mode reminder # just remind me to update when it's time
# Uncomment the following line to change how often to auto-update (in days).
# zstyle ':omz:update' frequency 13
# Uncomment the following line if pasting URLs and other text is messed up.
# DISABLE_MAGIC_FUNCTIONS="true"
# Uncomment the following line to disable colors in ls.
# DISABLE_LS_COLORS="true"
# Uncomment the following line to disable auto-setting terminal title.
# DISABLE_AUTO_TITLE="true"
# Uncomment the following line to enable command auto-correction.
# ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion.
# You can also set it to another string to have that shown instead of the default red dots.
# e.g. COMPLETION_WAITING_DOTS="%F{yellow}waiting...%f"
# Caution: this setting can cause issues with multiline prompts in zsh < 5.7.1 (see #5765)
# COMPLETION_WAITING_DOTS="true"
# Uncomment the following line if you want to disable marking untracked files
# under VCS as dirty. This makes repository status check for large repositories
# much, much faster.
# DISABLE_UNTRACKED_FILES_DIRTY="true"
# Uncomment the following line if you want to change the command execution time
# stamp shown in the history command output.
# You can set one of the optional three formats:
# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
# or set a custom format using the strftime function format specifications,
# see 'man strftime' for details.
# HIST_STAMPS="mm/dd/yyyy"
# Would you like to use another custom folder than $ZSH/custom?
# ZSH_CUSTOM=/path/to/new-custom-folder
# Which plugins would you like to load?
# Standard plugins can be found in $ZSH/plugins/
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(
git
zsh-syntax-highlighting
zsh-autosuggestions
)
source $ZSH/oh-my-zsh.sh
# User configuration
# export MANPATH="/usr/local/man:$MANPATH"
# You may need to manually set your language environment
# export LANG=en_US.UTF-8
# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='vim'
# else
# export EDITOR='nvim'
# fi
# Compilation flags
# export ARCHFLAGS="-arch $(uname -m)"
# Set personal aliases, overriding those provided by Oh My Zsh libs,
# plugins, and themes. Aliases can be placed here, though Oh My Zsh
# users are encouraged to define aliases within a top-level file in
# the $ZSH_CUSTOM folder, with .zsh extension. Examples:
# - $ZSH_CUSTOM/aliases.zsh
# - $ZSH_CUSTOM/macos.zsh
# For a full list of active aliases, run `alias`.
#
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
# To customize prompt, run `p10k configure` or edit ~/.config/zsh_custom/10-p10k.zsh.
[[ ! -f ~/.config/zsh_custom/10-p10k.zsh ]] || source ~/.config/zsh_custom/10-p10k.zsh