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
| Name: android-udev-rules | |
| Version: 20250525 | |
| Release: 1%{?dist} | |
| Summary: These rules refer to Run Apps on a Hardware Device - Android Studio and include many suggestions from the Archlinux and Github Communities. | |
| License: GPL-3.0-only | |
| URL: https://github.com/M0Rf30/%{name} | |
| Source0: %{url}/archive/refs/tags/%{version}.tar.gz | |
| BuildRequires: systemd |
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
| [Desktop Entry] | |
| # The type as listed above | |
| Type=Application | |
| # The version of the desktop entry specification to which this file complies | |
| Version=1.0 | |
| # The name of the application | |
| Name=Cuis Smalltalk |
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
| config.bak |
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
| unbind-key -a | |
| unbind C-b | |
| set-option -g prefix C-b | |
| bind-key C-b send-prefix | |
| # List of plugins | |
| set -g @plugin 'tmux-plugins/tpm' | |
| set -g @plugin 'tmux-plugins/tmux-sensible' |
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
| #! /bin/sh | |
| pgrep -x sxhkd > /dev/null || sxhkd & | |
| bspc monitor -d I II III IV V VI VII VIII IX X | |
| bspc config border_width 1 | |
| bspc config focused_border_color '#FF0000' | |
| bspc config window_gap 2 |
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
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "actions": | |
| [ | |
| { | |
| "command": | |
| { | |
| "action": "newTab" | |
| }, | |
| "keys": "alt+c" |