Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.25 KB

fedora.md

File metadata and controls

46 lines (37 loc) · 1.25 KB

WQHD monitor not in HiDPI mode:

gsettings set org.gnome.desktop.interface scaling-factor 1
  • default is super for spotlight, but sometimes

  • Luan goes with the default gnome

  • use vanilla terminal with tmux, all splitting done with tmux

  • cut-and-paste with rofi

  • rofi paste alt+v

  • may have problems with wayland, get ready to switch back to X

  • ./.config/autostart/rofi-clipboard-manager.desktop

  • input sources can add extra question

#!/usr/bin/env xdg-open

[Desktop Entry]
Type=Application
Name=rofi clipboard manager
Exec=/home/luan/workspace/rofi-clipboard-manager/mclip.py daemon

X-Desktop-File-Install-Version=0.23

install the new UAA CLI

go get code.cloudfoundry.org/uaa-cli
cd $GOPATH/src/code.cloudfoundry.org/uaa-cli
make && make install
uaa -h