Marty Oehme
6ac552d3d5
Added a simple wayland configuration. Currently set up simple wayland configuration based on river window manager and waybar. Rivercarro is the layout manager, being the same in principle as rivertile, the default layout manager for river, only it comes with smart gaps (gaps turn off if there is only one window open) and monocle mode (give one window all space). Runs `keyd` in the background to replace the old `xcape` capslock switching (capslock is escape and if held control). Uses `swaybg` to set a wallpaper. Added powermenu and lockscreen scripts. Improved lockscreen script to detect and work for wayland. Moved old rofi mode 'powermenu' to more general powermenu script, which works with any rofi-like selector (dmenu, bemenu, wofi, etc.) Loses some of its design quality but since it was wonky anyway, and I rarely see the menu, we could repurpose its functionality for a more general powermenu concept. Currently hardcoded for `bemenu` but can be easily swapped and possibly even extended back to rofi. Fixed file upload link sharing to clipboard. Updated rofi-pass to pass-pick. Made rofi-pass universal and less integrated to rofi - that's also the reason for the name change. `pass-pick` works with rofi (default), bemenu or dmenu. In theory it should also work with any other picker that contains a stdin listing function similar to dmenu. It has been definitely tested both on rofi and bemenu. The best user experience still reigns on rofi, where available keys are displayed on the picker and the keys themselves make the most sense. But all functions can be reached from bemenu as well, though the key mappings are more arbitrary and can not be changed as in rofi. The autofilling tool works with both xdotool and ydotool, so should work both on X11 and on Wayland. Ydotool ideally requires its daemon to be running, otherwise some of the typing may get gut off. Otherwise no change should be necessary. Updated qutebrowser open_download for bemenu. Updated download opening script to work with both rofi and bemenu. Prefers original rofi implementation but works with both, and can be set to use a custom dmenu-like file picker as well. Add brightnessctl and removed custom audio / brightness scripts since they became unnecessary. Updated bootstrap script to include system files: With `keyd` taking its configuration from the `/etc` directory and not home, a second stow stage was necessary. These stow files are in a module called `system-packages` inside the top-level `bootstrap` stow package. They will not be installed by the default dotfile stow invocation but have been integrated as an extra step into the install script. Installing this module requires sudo privileges! Switched vifm überzug to sixel graphics rendering. überzug relies on X11 functionality to work, while sixel does not. Unfortunately, alacritty does not work with sixel graphics yet, only foot does (somewhat). Waybar currently runs the gruvbox dark soft color scheme. Added the old polybar archupdates script to waybar and extended it to output json format with additional metadata that waybar can read. Can still output the old plaintext format that polybar expects. Added a wireguard connection to waybar,shows if currently connected to either a wireguard or tun VPN service. If so, shows an icon in the waybar - that can be hovered over to show the full assigned IP address. Added an upcoming event display to waybar, a simple event indicator to show upcoming events on the calendar, on hovering over it the tooltip lists all upcoming events. Added `screenshot` script to take simple screenshots and rectangle region shots of the current output. Can be invoked through the river shortcut PrintScr: `PrintScr` - Fullscreen screenshot `Mod+PrintScr` - Region screenshot `Shift+PrintScr` - Fullscreen screenshot and file upload `Mod+Shift+PrintScr` - Region screenshot and file upload Extended `sharefile` to take paths through stdin and make use of `fd` if it is found on the system.
242 lines
8.9 KiB
Bash
Executable file
242 lines
8.9 KiB
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
mod="Mod4"
|
|
modemod="Mod1"
|
|
term=${TERMINAL:-foot}
|
|
|
|
## OPTIONS
|
|
riverctl spawn "dbus-update-activation-environment SEATD_SOCK DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river"
|
|
riverctl focus-follows-cursor normal
|
|
riverctl attach-mode bottom
|
|
|
|
# Set background and border color
|
|
riverctl background-color 0x000000
|
|
riverctl border-width 1
|
|
riverctl border-color-focused 0xffffff
|
|
riverctl border-color-unfocused 0x586e75
|
|
# Set repeat rate
|
|
riverctl set-repeat 75 300
|
|
# Make certain views start floating
|
|
riverctl float-filter-add app-id float
|
|
# riverctl float-filter-add title "popup title with spaces"
|
|
# # Set app-ids and titles of views which should use client side decorations
|
|
# riverctl csd-filter-add app-id "gedit"
|
|
riverctl csd-filter-add app-id "zathura"
|
|
|
|
## DEBUG
|
|
# Reload river configuration
|
|
riverctl map normal $mod+Shift F12 spawn "$HOME/.config/river/init"
|
|
|
|
## HOTKEYS
|
|
# close focused view
|
|
riverctl map normal $mod+Shift C close
|
|
|
|
# Open terminal
|
|
riverctl map normal $mod Return spawn "$term"
|
|
|
|
# Open run menu
|
|
riverctl map normal $mod Space spawn "bemenu-run"
|
|
|
|
# Toggle status bar
|
|
riverctl map normal $mod F7 spawn "killall -SIGUSR1 waybar"
|
|
|
|
# Switch to lockscreen
|
|
riverctl map normal $mod X spawn "lockscreen"
|
|
|
|
# Open logout script
|
|
riverctl map normal $mod backspace spawn "powermenu"
|
|
|
|
# Open Bookmark search
|
|
riverctl map normal None XF86Search spawn "qutedmenu"
|
|
|
|
# Open clipboard history
|
|
riverctl map normal $mod+Shift Space spawn "clipman pick --tool=bemenu"
|
|
|
|
# Open floting calculator
|
|
riverctl map normal $mod+Shift R spawn "$term --class float -e qalc"
|
|
|
|
# Desktop theming
|
|
# shellcheck disable=SC2016
|
|
riverctl map normal $mod F8 spawn 'styler set $(styler list themes | bemenu)'
|
|
|
|
# Password dropdown frontend
|
|
riverctl map normal $mod+Shift P spawn "pass-pick"
|
|
|
|
# File upload
|
|
riverctl map normal $mod+Shift U spawn "$term --class float -e sharefile | xargs notify-send"
|
|
|
|
# # Screenshot
|
|
riverctl map normal None Print spawn "screenshot"
|
|
riverctl map normal Shift Print spawn "screenshot | sharefile -"
|
|
riverctl map normal $mod Print spawn "screenshot region"
|
|
riverctl map normal $mod+Shift Print spawn "screenshot region | sharefile -"
|
|
|
|
# # Clear clipboard
|
|
# riverctl map normal $mod BackSpace spawn 'wl-copy -c && printf ''|xclip -selection c'
|
|
|
|
# # PixelColor script
|
|
# riverctl map normal "Mod1" C spawn 'bash ~/.config/bin/pixelcolor'
|
|
|
|
# MOVEMENT
|
|
# focus the next/previous view in the layout stack
|
|
riverctl map normal $mod J focus-view next
|
|
riverctl map normal $mod K focus-view previous
|
|
|
|
# swap the focused view with the next/previous view in the layout stack
|
|
riverctl map normal $mod+Shift J swap next
|
|
riverctl map normal $mod+Shift K swap previous
|
|
|
|
# bump the focused view to the top of the layout stack
|
|
riverctl map normal $mod+Shift Return zoom
|
|
|
|
# decrease/increase the main ratio of layout
|
|
riverctl map normal $mod+Shift H send-layout-cmd rivercarro "main-ratio -0.05"
|
|
riverctl map normal $mod+Shift L send-layout-cmd rivercarro "main-ratio +0.05"
|
|
|
|
# increment/decrement the main count of layout
|
|
riverctl map normal $mod+Control H send-layout-cmd rivercarro "main-count +1"
|
|
riverctl map normal $mod+Control L send-layout-cmd rivercarro "main-count -1"
|
|
|
|
# change layout orientation
|
|
riverctl map normal $mod Up send-layout-cmd rivercarro "main-location top"
|
|
riverctl map normal $mod Right send-layout-cmd rivercarro "main-location right"
|
|
riverctl map normal $mod Down send-layout-cmd rivercarro "main-location bottom"
|
|
riverctl map normal $mod Left send-layout-cmd rivercarro "main-location left"
|
|
|
|
# Mod+F to toggle fullscreen
|
|
riverctl map normal $mod F toggle-fullscreen
|
|
|
|
# toggle float
|
|
riverctl map normal $mod+Shift v toggle-float
|
|
# Mod + Left Mouse Button to move views
|
|
riverctl map-pointer normal $mod BTN_LEFT move-view
|
|
# Mod + Right Mouse Button to resize views
|
|
riverctl map-pointer normal $mod BTN_RIGHT resize-view
|
|
|
|
### Begin resize and moving mode, for floating windows
|
|
riverctl declare-mode interact_float
|
|
riverctl map normal $modemod R enter-mode interact_float
|
|
riverctl map interact_float $modemod R enter-mode normal
|
|
|
|
# resize views on screen
|
|
riverctl map interact_float $mod H resize horizontal -100
|
|
riverctl map interact_float $mod J resize vertical 100
|
|
riverctl map interact_float $mod K resize vertical -100
|
|
riverctl map interact_float $mod L resize horizontal 100
|
|
|
|
# move views around screen
|
|
riverctl map interact_float None H move left 100
|
|
riverctl map interact_float None J move down 100
|
|
riverctl map interact_float None K move up 100
|
|
riverctl map interact_float None L move right 100
|
|
|
|
# snap views to screen edges
|
|
riverctl map interact_float $mod+Shift H snap left
|
|
riverctl map interact_float $mod+Shift J snap down
|
|
riverctl map interact_float $mod+Shift K snap up
|
|
riverctl map interact_float $mod+Shift L snap right
|
|
### End resize and moving mode
|
|
|
|
# focus the next/previous output
|
|
riverctl map normal $mod Period focus-output next
|
|
riverctl map normal $mod Comma focus-output previous
|
|
|
|
# send the focused view to the next/previous output
|
|
riverctl map normal $mod+Shift Period send-to-output next
|
|
riverctl map normal $mod+Shift Comma send-to-output previous
|
|
|
|
# set up 10 tags (with '0' opening the 10th one)
|
|
for i in $(seq 0 9); do
|
|
tags=$((1 << (i - 1)))
|
|
if [ "$i" -eq 0 ]; then tags=$((1 << 9)); fi
|
|
|
|
# Mod+[1-9] to focus tag [0-8]
|
|
riverctl map normal $mod "$i" set-focused-tags $tags
|
|
|
|
# Mod+Shift+[1-9] to tag focused view with tag [0-8]
|
|
riverctl map normal $mod+Shift "$i" set-view-tags $tags
|
|
|
|
# Mod+Ctrl+[1-9] to toggle focus of tag [0-8]
|
|
riverctl map normal $mod+Control "$i" toggle-focused-tags $tags
|
|
|
|
# Mod+Shift+Ctrl+[1-9] to toggle tag [0-8] of focused view
|
|
riverctl map normal $mod+Shift+Control "$i" toggle-view-tags $tags
|
|
done
|
|
|
|
# focus all tags
|
|
all_tags=$(((1 << 32) - 1))
|
|
riverctl map normal $mod equal set-focused-tags $all_tags
|
|
# tag focused view with all tags
|
|
riverctl map normal $mod+Shift equal set-view-tags $all_tags
|
|
|
|
# Various media key mapping examples for both normal and locked mode which do
|
|
# not have a modifier
|
|
for mode in normal locked; do
|
|
# Eject the optical drive
|
|
riverctl map $mode None XF86Eject spawn 'eject -T'
|
|
|
|
riverctl map $mode None XF86AudioRaiseVolume spawn 'pactl set-sink-volume @DEFAULT_SINK@ +5%'
|
|
riverctl map $mode None XF86AudioLowerVolume spawn 'pactl set-sink-volume @DEFAULT_SINK@ -5%'
|
|
riverctl map $mode None XF86AudioMute spawn 'pactl set-sink-mute @DEFAULT_SINK@ toggle'
|
|
|
|
# Control MPRIS aware media players with playerctl (https://github.com/altdesktop/playerctl)
|
|
riverctl map $mode None XF86AudioMedia spawn 'playerctl play-pause'
|
|
riverctl map $mode None XF86AudioPlay spawn 'playerctl play-pause'
|
|
riverctl map $mode None XF86AudioPrev spawn 'playerctl previous'
|
|
riverctl map $mode None XF86AudioNext spawn 'playerctl next'
|
|
|
|
# You can control screen backlight brighness with light (https://github.com/haikarainen/light); but we prefer brightnessctl
|
|
riverctl map $mode None XF86MonBrightnessUp spawn 'brightnessctl set 10%+'
|
|
riverctl map $mode None XF86MonBrightnessDown spawn 'brightnessctl set 10%-'
|
|
done
|
|
|
|
# The scratchpad will live on an unused tag. Which tags are used depends on your
|
|
# config, but rivers default uses the first 9 tags.
|
|
scratch_tag=$((1 << 20))
|
|
# Toggle the scratchpad with Super+P
|
|
riverctl map normal $mod grave toggle-focused-tags ${scratch_tag}
|
|
# Send windows to the scratchpad with Super+Shift+P
|
|
riverctl map normal $mod+Shift grave set-view-tags ${scratch_tag}
|
|
# Set spawn tagmask to ensure new windows don't have the scratchpad tag unless
|
|
# explicitly set.
|
|
all_but_scratch_tag=$((((1 << 32) - 1) ^ scratch_tag))
|
|
riverctl spawn-tagmask ${all_but_scratch_tag}
|
|
|
|
# set up scratch pad for todo and 'drop-down' terminal
|
|
# call scratchpads to current workspace -- scratchpads started on i3 starting (see end of file)
|
|
# bindsym $mod+t [class="scratchpad" title="dropdown-todo"] scratchpad show
|
|
# bindsym $mod+Shift+Return [class="scratchpad" title="dropdown-terminal"] scratchpad show
|
|
|
|
## INPUT
|
|
# device (touchscreen)
|
|
# enable touch clicking for touchpads
|
|
for pad in $(riverctl list-inputs | grep -i touchpad); do
|
|
riverctl input "$pad" events enabled
|
|
riverctl input "$pad" tap enabled
|
|
done
|
|
for pad in $(riverctl list-inputs | grep -i touchscreen); do
|
|
riverctl input "$pad" events enabled
|
|
riverctl input "$pad" tap enabled
|
|
riverctl input "$pad" drag enabled
|
|
riverctl input "$pad" pointer-accel 0.5
|
|
done
|
|
|
|
setxkbmap -option "compose:menu"
|
|
exec swaybg -i ~/pictures/wall.jpg -o '*' -m fill &
|
|
# killall mako
|
|
# mako &
|
|
killall waybar
|
|
exec waybar &
|
|
|
|
killall clipman
|
|
exec wl-paste -t text --watch clipman store &
|
|
# bash ~/.config/bin/gtktheme # setting our gtk variables
|
|
# killall polkit-gnome-authentication-agent-1
|
|
# /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
|
# Set and exec into the default layout generator, rivercarro.
|
|
# River will send the process group of the init executable SIGTERM on exit.
|
|
riverctl default-layout rivercarro &
|
|
# start layouting engine
|
|
killall rivercarro
|
|
exec rivercarro -main-ratio 0.65 -view-padding 6 -outer-padding 6 &
|
|
# brightnessctl set 100%
|