diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-06-21 14:56:35 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-06-21 14:56:35 +0000 |
commit | 03d1f4c0e4792f530a21677e19305adbcb14789e (patch) | |
tree | d72a387c27a8e8309b3c3cfb7afac682b833c383 /.config | |
parent | 32bfefb810b16920b2882e638045959991b46aa6 (diff) | |
download | dotfiles-03d1f4c0e4792f530a21677e19305adbcb14789e.tar dotfiles-03d1f4c0e4792f530a21677e19305adbcb14789e.tar.gz dotfiles-03d1f4c0e4792f530a21677e19305adbcb14789e.tar.bz2 dotfiles-03d1f4c0e4792f530a21677e19305adbcb14789e.tar.lz dotfiles-03d1f4c0e4792f530a21677e19305adbcb14789e.tar.xz dotfiles-03d1f4c0e4792f530a21677e19305adbcb14789e.tar.zst dotfiles-03d1f4c0e4792f530a21677e19305adbcb14789e.zip |
Thinkpad gentoo settings added
Diffstat (limited to '.config')
-rw-r--r-- | .config/sway/config | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index 933acfd..11d4c6f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -58,7 +58,7 @@ default_border pixel 8 xwayland enable # Applications -set $term $(which foot || which alacritty) +set $term $(which footclient || which alacritty) # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. set $menu wofi --show drun -Iai -w 3 @@ -75,7 +75,7 @@ set $toggle_bar killall -SIGUSR1 waybar ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg /usr/share/backgrounds/background.png fill +output * bg ~/Pictures/wall.png fill output eDP-1 pos 1920 0 output HDMI-A-1 pos 0 0 @@ -95,6 +95,7 @@ exec swayidle -w \ ### Input configuration input "2821:6228:Asus_Keyboard" xkb_layout us,no +input "1:1:AT_Translated_Set_2_keyboard" xkb_layout no # You can get the names of your inputs by running: swaymsg -t get_inputs # Read `man 5 sway-input` for more information about this section. @@ -303,6 +304,8 @@ exec blueman-applet exec thunar --daemon #exec pipewire #exec pipewire-pulse +exec gentoo-pipewire-launcher +exec foot --server exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 |