feat(work): add new kb

This commit is contained in:
lucas barbieri 2024-11-26 08:56:28 -03:00
parent 98e6133453
commit db21801596
4 changed files with 37 additions and 15 deletions

View File

@ -3,7 +3,7 @@ set $left h
set $down j set $down j
set $up k set $up k
set $right l set $right l
set $term LC_ALL=C alacritty set $term alacritty
set $menu fuzzel set $menu fuzzel
mode "resize" { mode "resize" {
@ -93,4 +93,8 @@ bindsym $mod+Alt+x exec XL_SECRET_PROVIDER=FILE flatpak run --parent-expose-pids
bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
# brightness
bindsym $mod+F9 exec brightnessctl set 5%-
bindsym $mod+F10 exec brightnessctl set 5%+
# vim: ts=2 sts=2 sw=2 ft=swayconfig # vim: ts=2 sts=2 sw=2 ft=swayconfig

View File

@ -27,6 +27,12 @@ input "1267:12721:ELAN050A:00_04F3:31B1_Touchpad" {
tap enabled tap enabled
} }
input "1267:12721:ELAN050A:00_04F3:31B1_Mouse" {
accel_profile flat
dwt enabled
pointer_accel 0.5
}
input "1241:6185:LogoTech_Gaming_Keyboard" { input "1241:6185:LogoTech_Gaming_Keyboard" {
xkb_layout br xkb_layout br
xkb_variant abnt2 xkb_variant abnt2
@ -43,6 +49,12 @@ input "6700:11555:USB_USB_Keyboard" {
xkb_options ctrl:nocaps xkb_options ctrl:nocaps
} }
input "10874:27160:CASUE_CASUE_USB_Keyboard" {
xkb_layout br
xkb_variant abnt2
xkb_options ctrl:nocaps
}
input "1356:2508:Sony_Interactive_Entertainment_Wireless_Controller_Touchpad" { input "1356:2508:Sony_Interactive_Entertainment_Wireless_Controller_Touchpad" {
map_to_output DISABLED map_to_output DISABLED
} }

View File

@ -4,17 +4,22 @@ exec {
gsettings set $gnome-schema icon-theme "Reversal-black-dark" gsettings set $gnome-schema icon-theme "Reversal-black-dark"
gsettings set $gnome-schema cursor-theme 'Simp1e-Adw' gsettings set $gnome-schema cursor-theme 'Simp1e-Adw'
gsettings set $gnome-schema font-name 'CozetteVector 12' gsettings set $gnome-schema font-name 'CozetteVector 12'
xrandr --output HDMI-A-1 --primary
waybar & waybar &
autotiling & autotiling &
gammastep -t 4500:3500 -l -23.5475:-46.63611 -b 1.0:0.7 & gammastep -t 4500:3500 -l -23.5475:-46.63611 -b 1.0:0.7 &
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway DISPLAY dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway DISPLAY
rm -rf ~/tmp/* rm -rf ~/tmp/*
~/scripts/swww.sh ~/scripts/swww.sh
# otd-daemon blueman-applet &
~/scripts/weechat.sh # ~/scripts/weechat.sh
dunst & dunst &
nextcloud --background swayidle -w \
timeout 300 'swaylock -f --image ~/pics/white.jpg' \
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f --image ~/pics/white.jpg'
teams-for-linux &
flatpak run com.mattermost.Desktop
bitwarden-desktop-bin
} }
# vim: ts=2 sts=2 sw=2 ft=swayconfig # vim: ts=2 sts=2 sw=2 ft=swayconfig

View File

@ -50,5 +50,6 @@ for_window [title="^Steam Keyboard$"] floating enable
for_window [class="Mattermost"] move to workspace 7 for_window [class="Mattermost"] move to workspace 7
for_window [class="teams-for-linux"] move to workspace 8 for_window [class="teams-for-linux"] move to workspace 8
for_window [class="Bitwarden"] move to workspace 9
# vim: ts=2 sts=2 sw=2 ft=swayconfig # vim: ts=2 sts=2 sw=2 ft=swayconfig