More x stuff in home-managre
This commit is contained in:
parent
930dbf18a4
commit
ec07703ecb
2 changed files with 9 additions and 5 deletions
|
|
@ -1,9 +1,16 @@
|
||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [ clipit ncmpcpp pandoc unzip wirelesstools xcape xsel anki pavucontrol blueman gifsicle networkmanager paprefs steam pinentry vlc nitrogen wine yarn spotify signal-desktop google-chrome emacs-all-the-icons-fonts python3 python37Packages.pip veracrypt bashmount exfat exfat-utils neomutt i3lock-pixeled p4v killall calc cargo cava diceware magic-wormhole xorg.xmodmap zip cacert dropbox-cli keepassx2 wireshark-qt vdirsyncer slack riot-web retroarch gimp blender khal khard mu
|
home.packages = with pkgs; [ clipit ncmpcpp pandoc unzip wirelesstools xsel anki pavucontrol blueman gifsicle networkmanager paprefs steam pinentry vlc nitrogen wine yarn spotify signal-desktop google-chrome emacs-all-the-icons-fonts python3 python37Packages.pip veracrypt bashmount exfat exfat-utils neomutt i3lock-pixeled p4v killall calc cargo cava diceware magic-wormhole xorg.xmodmap zip cacert dropbox-cli keepassx2 wireshark-qt vdirsyncer slack riot-web retroarch gimp blender khal khard mu
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.xcape = {
|
||||||
|
enable = true;
|
||||||
|
mapExpression = {
|
||||||
|
Control_L = "Escape";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.mpd = {
|
services.mpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
musicDirectory = "/home/dustinswan/Music";
|
musicDirectory = "/home/dustinswan/Music";
|
||||||
|
|
|
||||||
5
xprofile
5
xprofile
|
|
@ -1,11 +1,8 @@
|
||||||
xrandr --output DP-4 --rotate left
|
xrandr --output DP-4 --rotate left
|
||||||
setxkbmap -option ctrl:nocaps -option compose:ralt
|
setxkbmap -option ctrl:nocaps -option compose:ralt
|
||||||
xcape -e 'Control_L=Escape'
|
# xcape -e 'Control_L=Escape'
|
||||||
xmodmap -e "keycode 96 = dead_greek dead_greek dead_greek dead_greek"
|
xmodmap -e "keycode 96 = dead_greek dead_greek dead_greek dead_greek"
|
||||||
# compton -b --inactive-opacity 0.90
|
|
||||||
sh ~/dotfiles/logitech_linux_mouse.sh
|
sh ~/dotfiles/logitech_linux_mouse.sh
|
||||||
xsetroot -solid black -cursor_name left_ptr
|
xsetroot -solid black -cursor_name left_ptr
|
||||||
nitrogen --restore &
|
nitrogen --restore &
|
||||||
# feh --bg-fill ~/Sync/Pictures/Wallpaper/space2.jpg
|
# feh --bg-fill ~/Sync/Pictures/Wallpaper/space2.jpg
|
||||||
# qsyncthingtray &
|
|
||||||
# xscreensaver &
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue