From d53c46e1824dce3aeeef5ccad52cf1cb315e84ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sun, 10 Jan 2021 04:56:37 +0300 Subject: Miscellaneous changes Audio recordings location, sway mice and display config, fixed emoji list. --- dotfiles/.config/sway/config | 8 +++++++- dotfiles/.local/share/script-data/emoji | 6 +++--- dotfiles/.profile | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'dotfiles') diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 6a08d03..cba44d1 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -109,6 +109,12 @@ bindswitch --reload --locked lid:on exec "swaysession suspend" # Trackpoint (Thinkpad) input 2:10:TPPS/2_IBM_TrackPoint pointer_accel 1 +# Desktop mouse +input 6127:24766:GamingMouseI_Gaming_Mouse { + accel_profile flat + pointer_accel -0.5 +} + # Outputs output "*" background ~/.config/wall1.png fill output "HDMI-A-2" background ~/.config/wall2.png fill @@ -116,7 +122,7 @@ output "HDMI-A-2" background ~/.config/wall2.png fill output "eDP-1" scale 1.6 pos 0 0 scale_filter linear # Two monitor layout output "HDMI-A-1" pos 0 0 -output "HDMI-A-2" pos 1920 200 +output "HDMI-A-2" pos 1920 0 # Keymaps input type:keyboard { diff --git a/dotfiles/.local/share/script-data/emoji b/dotfiles/.local/share/script-data/emoji index dae4e8a..82ee264 100644 --- a/dotfiles/.local/share/script-data/emoji +++ b/dotfiles/.local/share/script-data/emoji @@ -899,9 +899,9 @@ 🎖 military medal; U+1F396 🏆 trophy; U+1F3C6 🏅 sports medal; U+1F3C5 -1st place medal; U+1F947 🥇 -2nd place medal; U+1F948 🥈 -3rd place medal; U+1F949 🥉 +🥇 1st place medal; U+1F947 +🥈 2nd place medal; U+1F948 +🥉 3rd place medal; U+1F949 ⚽ soccer ball; U+26BD ⚾ baseball; U+26BE 🥎 softball; U+1F94E diff --git a/dotfiles/.profile b/dotfiles/.profile index d79efe3..34d7b73 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -1,7 +1,7 @@ export PATH=$PATH:$HOME/.local/bin export SCROT_DIR=$HOME/pics/screenshots/ export VREC_DIR=$HOME/vids/recordings/ -export AREC_DIR=$HOME/docs/audio/recordings/ +export AREC_DIR=$HOME/audio/recordings/ #export GDK_BACKEND=wayland export EGL_PLATFORM=wayland export CLUTTER_PLATFORM=wayland -- cgit v1.2.3