This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Hide close button on inactive tabs */ | |
.tab-close-button:not([selected]) {display: none !important;} | |
/* Reverse tab content */ | |
.tab-content {direction: rtl !important;} | |
/* Center tab text */ | |
.tab-label {margin-inline: auto !important;} | |
/* Prevent centered text from bouncing on hover; make room for title */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/epiphany/src/ephy-tab-view.c 2022-03-23 01:38:14.194274466 +0900 | |
+++ b/epiphany/src/ephy-tab-view.c 2022-03-23 01:45:29.172981958 +0900 | |
@@ -580,20 +580,22 @@ | |
static gboolean | |
is_layout_reversed (void) | |
{ | |
- GtkSettings *settings; | |
- g_autofree char *layout = NULL; | |
- g_auto (GStrv) parts = NULL; | |
+ //GtkSettings *settings; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Alsa Resampler | |
defaults.pcm.rate_converter "speexrate_best" | |
# Use PulseAudio by default | |
pcm.!default { | |
type pulse | |
fallback "sysdefault" | |
hint { | |
show on | |
description "Default ALSA Output (currently PulseAudio Sound Server)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Xcursor.theme: elementary | |
Xcursor.size: 48 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Maintainer: Packaging Tester <test@pacman> | |
pkgname=testpkg | |
pkgver=1 | |
pkgrel=1 | |
pkgdesc="A package for testing" | |
arch=('any') | |
url="https://www.archlinux.org/pacman/" | |
license=('GPL') | |
makedepends=('pacman') |