Updates after first setup
This commit is contained in:
parent
7046266957
commit
469af65de8
@ -1,5 +1,7 @@
|
||||
base-devel
|
||||
bc
|
||||
bitwarden
|
||||
brightnessctl
|
||||
chezmoi
|
||||
colordiff
|
||||
ctags
|
||||
@ -26,7 +28,13 @@ nvm
|
||||
obsidian
|
||||
ripgrep
|
||||
ripgrep-all
|
||||
sway
|
||||
swaybg
|
||||
swayidle
|
||||
swayimg
|
||||
swaync
|
||||
sway-contrib
|
||||
telegram-desktop
|
||||
thunar
|
||||
thunar-archive-plugin
|
||||
thunar-media-tags-plugin
|
||||
@ -36,5 +44,8 @@ thunar-volman
|
||||
trash-cli
|
||||
ttf-iosevka-nerd
|
||||
watchexec
|
||||
waybar
|
||||
wev
|
||||
wmenu
|
||||
xorg-xwayland
|
||||
zsh
|
||||
|
||||
@ -37,7 +37,27 @@ output * bg wallpaper.jpg fit
|
||||
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
||||
#
|
||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||
output Virtual-1 resolution 1920x1080
|
||||
|
||||
# External displays
|
||||
|
||||
output "Acer Technologies CB272 0x1360141A" {
|
||||
resolution 1920x1080
|
||||
position 0 0
|
||||
}
|
||||
|
||||
output "Hewlett Packard HP 22cwa 6CM74621LS" {
|
||||
resolution 1920x1080
|
||||
position 1920 0
|
||||
}
|
||||
|
||||
# Laptop internal display
|
||||
|
||||
output "Chimei Innolux Corporation 0x14E4 Unknown" {
|
||||
resolution 1920x1080
|
||||
position 3840 0
|
||||
}
|
||||
bindswitch --reload --locked lid:on output "Chimei Innolux Corporation 0x14E4 Unknown" disable
|
||||
bindswitch --reload --locked lid:off output "Chimei Innolux Corporation 0x14E4 Unknown" enable
|
||||
|
||||
### Idle configuration
|
||||
#
|
||||
@ -69,7 +89,7 @@ output Virtual-1 resolution 1920x1080
|
||||
#
|
||||
# You can also configure each device individually.
|
||||
# Read `man 5 sway-input` for more information about this section.
|
||||
input "1:1:AT_Translated_Set_2_keyboard" {
|
||||
input "9456:320:Metadot_-_Das_Keyboard_Das_Keyboard" {
|
||||
xkb_options "altwin:swap_alt_win,ctrl:nocaps,compose:rwin"
|
||||
}
|
||||
|
||||
@ -122,6 +142,15 @@ input "1:1:AT_Translated_Set_2_keyboard" {
|
||||
bindsym $mod+Shift+Down move down
|
||||
bindsym $mod+Shift+Up move up
|
||||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# Move focus between displays
|
||||
bindsym $mod+BracketLeft focus output left
|
||||
bindsym $mod+BracketRight focus output right
|
||||
|
||||
# Move focused window between displays
|
||||
bindsym $mod+Shift+BracketLeft move container to output left
|
||||
bindsym $mod+Shift+BracketRight move container to output right
|
||||
|
||||
#
|
||||
# Workspaces:
|
||||
#
|
||||
|
||||
@ -6,9 +6,8 @@ set -euo pipefail
|
||||
|
||||
if ! command -v paru; then
|
||||
echo "Installing paru..."
|
||||
pushd "$(mktemp -d)"
|
||||
git clone https://aur.archlinux.org/paru.git
|
||||
cd paru
|
||||
git clone https://aur.archlinux.org/paru.git "$HOME/.paru"
|
||||
cd "$HOME/.paru"
|
||||
makepkg -si
|
||||
popd
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user