More x home-manager stuff
This commit is contained in:
parent
c1f733f190
commit
988c51abd3
2 changed files with 20 additions and 17 deletions
|
|
@ -1,15 +1,17 @@
|
||||||
{pkgs, lib, ... }:
|
{pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
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
|
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 xcape
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xcape = {
|
home.keyboard.options = [ "ctrl:nocaps" "compose:ralt" ];
|
||||||
enable = true;
|
|
||||||
mapExpression = {
|
# services.xcape = {
|
||||||
Control_L = "Escape";
|
# enable = true;
|
||||||
};
|
# mapExpression = {
|
||||||
};
|
# Control_L = "Escape";
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
|
||||||
services.mpd = {
|
services.mpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -134,7 +136,16 @@
|
||||||
|
|
||||||
xsession = {
|
xsession = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profileExtra = builtins.readFile ~/dotfiles/xprofile;
|
initExtra = ''
|
||||||
|
xmodmap -e "keycode 96 = dead_greek dead_greek dead_greek dead_greek"
|
||||||
|
xcape -e 'Control_L=Escape'
|
||||||
|
'';
|
||||||
|
profileExtra = ''
|
||||||
|
xrandr --output DP-0 --rotate left
|
||||||
|
sh ~/dotfiles/logitech_linux_mouse.sh
|
||||||
|
nitrogen --restore &
|
||||||
|
xsetroot -solid black -cursor_name left_ptr
|
||||||
|
'';
|
||||||
windowManager.i3 = {
|
windowManager.i3 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.i3-gaps;
|
package = pkgs.i3-gaps;
|
||||||
|
|
|
||||||
8
xprofile
8
xprofile
|
|
@ -1,8 +0,0 @@
|
||||||
xrandr --output DP-4 --rotate left
|
|
||||||
setxkbmap -option ctrl:nocaps -option compose:ralt
|
|
||||||
# xcape -e 'Control_L=Escape'
|
|
||||||
xmodmap -e "keycode 96 = dead_greek dead_greek dead_greek dead_greek"
|
|
||||||
sh ~/dotfiles/logitech_linux_mouse.sh
|
|
||||||
xsetroot -solid black -cursor_name left_ptr
|
|
||||||
nitrogen --restore &
|
|
||||||
# feh --bg-fill ~/Sync/Pictures/Wallpaper/space2.jpg
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue