diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-01-10 04:56:37 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-01-10 04:56:37 +0300 |
commit | d53c46e1824dce3aeeef5ccad52cf1cb315e84ef (patch) | |
tree | 2496addc936e0d303fd1bce82bc6504e3f73ca86 | |
parent | 6fde13917c88f14bf790e4d92c8a850f28b8135b (diff) | |
download | swayrice-d53c46e1824dce3aeeef5ccad52cf1cb315e84ef.tar.gz swayrice-d53c46e1824dce3aeeef5ccad52cf1cb315e84ef.zip |
Miscellaneous changes
Audio recordings location, sway mice and display config, fixed emoji
list.
-rw-r--r-- | dotfiles/.config/sway/config | 8 | ||||
-rw-r--r-- | dotfiles/.local/share/script-data/emoji | 6 | ||||
-rw-r--r-- | dotfiles/.profile | 2 |
3 files changed, 11 insertions, 5 deletions
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 |