mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 08:20:59 +02:00
Compare commits
No commits in common. "1eabf5b21f5546c3e595a6627f5f9ebb80227833" and "d8954dd588cb1dab1acbe9f86e72683130b8f6d9" have entirely different histories.
1eabf5b21f
...
d8954dd588
@ -1 +0,0 @@
|
|||||||
{"browser_binary": "/usr/bin/firefox-developer-edition"}
|
|
12
.config/sway/blue
Normal file
12
.config/sway/blue
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Work computer
|
||||||
|
|
||||||
|
set $left_disp "Dell Inc. DELL U2719D 3PFNP83"
|
||||||
|
set $right_disp "Dell Inc. DELL U2719D JNFNP83"
|
||||||
|
set $chat_workspace 10
|
||||||
|
|
||||||
|
output $left_disp pos 0 0
|
||||||
|
output $right_disp pos 2560 0
|
||||||
|
|
||||||
|
input * {
|
||||||
|
xkb_numlock disabled
|
||||||
|
}
|
@ -358,10 +358,6 @@ input 1267:32:Elan_TrackPoint {
|
|||||||
accel_profile "flat"
|
accel_profile "flat"
|
||||||
}
|
}
|
||||||
|
|
||||||
input 1267:12693:ELAN0676:00_04F3:3195_Touchpad {
|
|
||||||
natural_scroll enabled
|
|
||||||
}
|
|
||||||
|
|
||||||
input 1133:16534:Logitech_ERGO_M575 {
|
input 1133:16534:Logitech_ERGO_M575 {
|
||||||
pointer_accel 0.5
|
pointer_accel 0.5
|
||||||
scroll_method on_button_down
|
scroll_method on_button_down
|
||||||
@ -369,5 +365,4 @@ input 1133:16534:Logitech_ERGO_M575 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
exec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway
|
|
||||||
include autostart
|
include autostart
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
# Work computer
|
|
||||||
|
|
||||||
set $left_disp "Dell Inc. DELL U2724DE C9YPBP3"
|
|
||||||
set $right_disp "Dell Inc. DELL U2724D J3XFCP3"
|
|
||||||
set $chat_workspace 10
|
|
||||||
|
|
||||||
output $left_disp pos 0 0
|
|
||||||
output $left_disp mode 2560x1440@120.000Hz
|
|
||||||
output $right_disp pos 2560 0
|
|
||||||
output $right_disp mode 2560x1440@120.000Hz
|
|
||||||
|
|
||||||
set $laptop "LG Display 0x06ED Unknown"
|
|
||||||
bindswitch lid:on output $laptop disable
|
|
||||||
bindswitch lid:off output $laptop enable
|
|
||||||
|
|
||||||
input * {
|
|
||||||
xkb_numlock disabled
|
|
||||||
}
|
|
16
.zshrc
16
.zshrc
@ -98,14 +98,14 @@ function config {
|
|||||||
# git based dotfiles setup end
|
# git based dotfiles setup end
|
||||||
|
|
||||||
# GRML profiles
|
# GRML profiles
|
||||||
zstyle ':chpwd:profiles:/home/arti/code/messente(|/|/*)' profile messente
|
zstyle ':chpwd:profiles:/home/arti/code/krakul(|/|/*)' profile krakul
|
||||||
function chpwd_profile_messente() {
|
function chpwd_profile_krakul() {
|
||||||
[[ ${profile} == ${CHPWD_PROFILE} ]] && return 1
|
[[ ${profile} == ${CHPWD_PROFILE} ]] && return 1
|
||||||
|
|
||||||
export GIT_AUTHOR_EMAIL="arti.zirk@messente.com"
|
export GIT_AUTHOR_EMAIL="arti@krakul.eu"
|
||||||
export GIT_COMMITTER_EMAIL="arti.zirk@messente.com"
|
export GIT_COMMITTER_EMAIL="arti@krakul.eu"
|
||||||
}
|
}
|
||||||
function chpwd_leave_profile_messente() {
|
function chpwd_leave_profile_krakul() {
|
||||||
[[ ${profile} == ${CHPWD_PROFILE} ]] && return 1
|
[[ ${profile} == ${CHPWD_PROFILE} ]] && return 1
|
||||||
|
|
||||||
unset GIT_AUTHOR_EMAIL \
|
unset GIT_AUTHOR_EMAIL \
|
||||||
@ -121,11 +121,11 @@ zstyle ':completion:*:*:git:*' user-commands subrepo:'perform git-subrepo operat
|
|||||||
# First clear grml-zsh-config provided directory hashes
|
# First clear grml-zsh-config provided directory hashes
|
||||||
hash -d -r
|
hash -d -r
|
||||||
# shorten dir name in prompt
|
# shorten dir name in prompt
|
||||||
hash -d messente=~/code/messente
|
hash -d krakul=~/code/krakul
|
||||||
function hash_projects() {
|
function hash_projects() {
|
||||||
# hash everything under messente projects
|
# hash everything under krakul projects
|
||||||
local project_folder
|
local project_folder
|
||||||
for project_folder in ~/code/messente/*; do
|
for project_folder in ~/code/krakul/*; do
|
||||||
hash -d "${project_folder:t}"="${project_folder}"
|
hash -d "${project_folder:t}"="${project_folder}"
|
||||||
done
|
done
|
||||||
unset project_folder
|
unset project_folder
|
||||||
|
Loading…
Reference in New Issue
Block a user