Updates after first setup
This commit is contained in:
parent
7046266957
commit
469af65de8
@ -1,5 +1,7 @@
|
|||||||
|
base-devel
|
||||||
bc
|
bc
|
||||||
bitwarden
|
bitwarden
|
||||||
|
brightnessctl
|
||||||
chezmoi
|
chezmoi
|
||||||
colordiff
|
colordiff
|
||||||
ctags
|
ctags
|
||||||
@ -26,7 +28,13 @@ nvm
|
|||||||
obsidian
|
obsidian
|
||||||
ripgrep
|
ripgrep
|
||||||
ripgrep-all
|
ripgrep-all
|
||||||
|
sway
|
||||||
|
swaybg
|
||||||
|
swayidle
|
||||||
|
swayimg
|
||||||
swaync
|
swaync
|
||||||
|
sway-contrib
|
||||||
|
telegram-desktop
|
||||||
thunar
|
thunar
|
||||||
thunar-archive-plugin
|
thunar-archive-plugin
|
||||||
thunar-media-tags-plugin
|
thunar-media-tags-plugin
|
||||||
@ -36,5 +44,8 @@ thunar-volman
|
|||||||
trash-cli
|
trash-cli
|
||||||
ttf-iosevka-nerd
|
ttf-iosevka-nerd
|
||||||
watchexec
|
watchexec
|
||||||
|
waybar
|
||||||
wev
|
wev
|
||||||
|
wmenu
|
||||||
|
xorg-xwayland
|
||||||
zsh
|
zsh
|
||||||
|
|||||||
@ -37,7 +37,27 @@ output * bg wallpaper.jpg fit
|
|||||||
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
||||||
#
|
#
|
||||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
# 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
|
### Idle configuration
|
||||||
#
|
#
|
||||||
@ -69,7 +89,7 @@ output Virtual-1 resolution 1920x1080
|
|||||||
#
|
#
|
||||||
# You can also configure each device individually.
|
# You can also configure each device individually.
|
||||||
# Read `man 5 sway-input` for more information about this section.
|
# 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"
|
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+Down move down
|
||||||
bindsym $mod+Shift+Up move up
|
bindsym $mod+Shift+Up move up
|
||||||
bindsym $mod+Shift+Right move right
|
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:
|
# Workspaces:
|
||||||
#
|
#
|
||||||
|
|||||||
@ -6,9 +6,8 @@ set -euo pipefail
|
|||||||
|
|
||||||
if ! command -v paru; then
|
if ! command -v paru; then
|
||||||
echo "Installing paru..."
|
echo "Installing paru..."
|
||||||
pushd "$(mktemp -d)"
|
git clone https://aur.archlinux.org/paru.git "$HOME/.paru"
|
||||||
git clone https://aur.archlinux.org/paru.git
|
cd "$HOME/.paru"
|
||||||
cd paru
|
|
||||||
makepkg -si
|
makepkg -si
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user