mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-24 22:56:29 +00:00
Change compose key and link mako config
This commit is contained in:
parent
d96f44eb05
commit
dcb6f7040a
5 changed files with 36 additions and 2 deletions
|
@ -82,6 +82,7 @@ printf "\033[33m[info] Linking config files\033[39m"
|
|||
ln -s $PWD/kitty/ ~/.config/kitty
|
||||
ln -s $PWD/alacritty ~/.config/alacritty
|
||||
ln -s $PWD/nyxt/ ~/.config/next
|
||||
ln -s $PWD/mako/ ~/.config/mako
|
||||
ln -s $PWD/.urlview ~/.urlview
|
||||
ln -s $PWD/.gitconfig ~/.gitconfig
|
||||
ln -s $PWD/git-commit-template.txt ~/.gitcommit_template
|
||||
|
|
30
entropy/mako/config
Normal file
30
entropy/mako/config
Normal file
|
@ -0,0 +1,30 @@
|
|||
sort=-time
|
||||
layer=overlay
|
||||
background-color=#2e3440
|
||||
width=350
|
||||
height=110
|
||||
border-size=2
|
||||
border-color=#88c0d0
|
||||
# border-radius=15
|
||||
icons=1
|
||||
max-icon-size=64
|
||||
default-timeout=5000
|
||||
ignore-timeout=1
|
||||
font=Fira Mono 11
|
||||
|
||||
group-by=summary
|
||||
|
||||
[urgency=low]
|
||||
border-color=#cccccc
|
||||
|
||||
[urgency=normal]
|
||||
border-color=#d08770
|
||||
|
||||
[urgency=high]
|
||||
border-color=#bf616a
|
||||
default-timeout=0
|
||||
|
||||
[category=mpd]
|
||||
default-timeout=2000
|
||||
group-by=category
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
|
||||
# Configure keymap in X11
|
||||
services.xserver.layout = "gb";
|
||||
services.xserver.xkbOptions = "eurosign:e,ctrl:nocaps,compose:prsc";
|
||||
services.xserver.xkbOptions = "eurosign:e,ctrl:nocaps,compose:ralt";
|
||||
# enable touchpad support
|
||||
services.xserver.libinput.enable = true;
|
||||
|
||||
|
|
|
@ -28,4 +28,7 @@
|
|||
];
|
||||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
# high-resolution display
|
||||
hardware.video.hidpi.enable = lib.mkDefault true;
|
||||
}
|
||||
|
|
|
@ -74,7 +74,7 @@ exec kanshi
|
|||
# default to gb keymap
|
||||
input * {
|
||||
xkb_layout "gb,de"
|
||||
xkb_options "eurosign:e,ctrl:nocaps,compose:prsc"
|
||||
xkb_options "eurosign:e,ctrl:nocaps,compose:ralt"
|
||||
}
|
||||
|
||||
input "2:7:SynPS/2_Synaptics_TouchPad" {
|
||||
|
|
Loading…
Reference in a new issue