feat(lap): update my old laptop

This commit is contained in:
jabuxas 2025-02-11 18:51:09 -03:00
parent f2790b7255
commit ddb1d86a7f
5 changed files with 20 additions and 16 deletions

View File

@ -1 +0,0 @@
source "$HOME/.cargo/env.fish"

View File

@ -40,4 +40,4 @@ SETUVAR fish_pager_color_selected_background:\x2d\x2dbackground\x3dbrblack
SETUVAR fish_pager_color_selected_completion:\x1d SETUVAR fish_pager_color_selected_completion:\x1d
SETUVAR fish_pager_color_selected_description:\x1d SETUVAR fish_pager_color_selected_description:\x1d
SETUVAR fish_pager_color_selected_prefix:\x1d SETUVAR fish_pager_color_selected_prefix:\x1d
SETUVAR fish_user_paths:/jbx/repos/configs\x1e/jbx\x1e/jbx/uni/phaser\x2dgame\x1e/jbx/\x2econfig/nvim\x1e/jbx/repos/spire\x1e/jbx/repos/abyss\x1e/jbx/repos/poo\x1e/jbx/uni/aula\x2d01\x1e/jbx/uni/aula\x2d02\x1e/jbx/\x2elocal/bin\x1e/yang/\x2elocal/bin SETUVAR fish_user_paths:/home/lucas/uni/projeto\x2d1\x2dlucas\x1e/home/lucas/uni/2024\x2d02\x2dprojeto\x2d01\x2djabuxas\x1e/home/lucas/repos/configs\x1e/home/lucas/repos/abyss\x1e/home/lucas/uni/meu\x2dprimeiro\x2dcss\x2dexterno\x2djabuxas\x1e/home/lucas/\x2elocal/bin\x1e/home/lucas/uni/poo\x1e/home/lucas\x1e/jbx/repos/configs\x1e/jbx\x1e/jbx/uni/phaser\x2dgame\x1e/jbx/\x2econfig/nvim\x1e/jbx/repos/spire\x1e/jbx/repos/abyss\x1e/jbx/repos/poo\x1e/jbx/uni/aula\x2d01\x1e/jbx/uni/aula\x2d02\x1e/jbx/\x2elocal/bin\x1e/yang/\x2elocal/bin

View File

@ -16,7 +16,7 @@ mode "resize" {
} }
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
bindsym $mod+b exec firefox bindsym $mod+b exec ~/down/zen-x86_64.AppImage
bindsym $mod+Shift+b exec qutebrowser bindsym $mod+Shift+b exec qutebrowser
bindsym $mod+Shift+apostrophe exec ~/scripts/switch.fish bindsym $mod+Shift+apostrophe exec ~/scripts/switch.fish
bindsym $mod+Return exec $term bindsym $mod+Return exec $term
@ -81,19 +81,19 @@ bindsym $mod+Control+s scratchpad show
bindsym $mod+Shift+s exec flatpak run com.valvesoftware.Steam bindsym $mod+Shift+s exec flatpak run com.valvesoftware.Steam
bindsym $mod+e exec pcmanfm bindsym $mod+e exec pcmanfm
bindsym Home exec ~/.local/bin/way-print.sh p bindsym Print exec ~/.local/bin/way-print.sh p
bindsym $mod+Home exec ~/.local/bin/print-tmp.sh bindsym $mod+Print exec ~/.local/bin/print-tmp.sh
bindsym Shift+Home exec ~/.local/bin/way-print.sh s bindsym Shift+Print exec ~/.local/bin/way-print.sh s
bindsym Control+Shift+Home exec ~/.local/bin/way-print.sh t bindsym Control+Shift+Print exec ~/.local/bin/way-print.sh t
bindsym Control+Home exec ~/.local/bin/print-window.sh bindsym Control+Print exec ~/.local/bin/print-window.sh
# audio # audio
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%-
bindsym XF86AudioMute exec wpctl set-sink-mute @DEFAULT_SINK@ toggle bindsym XF86AudioMute exec wpctl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioMicMute exec wpctl set-source-mute @DEFAULT_SOURCE@ toggle bindsym XF86AudioMicMute exec wpctl set-source-mute @DEFAULT_SOURCE@ toggle
bindsym XF86MonBrightnessDown exec brightnessctl set 5%- bindsym XF86MonBrightnessDown exec sudo brightnessctl set 5%-
bindsym XF86MonBrightnessUp exec brightnessctl set 5%+ bindsym XF86MonBrightnessUp exec sudo brightnessctl set 5%+
bindsym XF86AudioPlay exec playerctl play-pause bindsym XF86AudioPlay exec playerctl play-pause
bindsym XF86AudioNext exec playerctl next bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous bindsym XF86AudioPrev exec playerctl previous

View File

@ -19,14 +19,20 @@ input "2:14:ETPS/2_Elantech_Touchpad" {
} }
input "1:1:AT_Translated_Set_2_keyboard" { input "1:1:AT_Translated_Set_2_keyboard" {
xkb_layout br xkb_layout us
xkb_variant abnt2 xkb_variant intl
xkb_options ctrl:nocaps xkb_options ctrl:nocaps
} }
input "1241:6185:LogoTech_Gaming_Keyboard" { input "1241:6185:LogoTech_Gaming_Keyboard" {
xkb_layout br xkb_layout us
xkb_variant abnt2 xkb_variant intl
xkb_options ctrl:nocaps
}
input "1133:50504:Logitech_USB_Receiver" {
xkb_layout us
xkb_variant intl
xkb_options ctrl:nocaps xkb_options ctrl:nocaps
} }

View File

@ -7,8 +7,7 @@ exec_always {
} }
exec { exec {
pipewire & gentoo-pipewire-launcher &
pipewire-pulse &
waybar & waybar &
autotiling & autotiling &
gammastep -t 4500:3500 -l -23.5475:-46.63611 & gammastep -t 4500:3500 -l -23.5475:-46.63611 &